Home
last modified time | relevance | path

Searched defs:shaderVariable (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/common/
H A DCompiledShaderState.cpp76 for (const sh::ShaderVariable &shaderVariable : var.fields) in WriteShaderVar() local
156 for (const sh::ShaderVariable &shaderVariable : block.fields) in WriteShInterfaceBlock() local
316 for (const sh::ShaderVariable &shaderVariable : uniforms) in serialize() local
341 for (const sh::ShaderVariable &shaderVariable : allAttributes) in serialize() local
346 for (const sh::ShaderVariable &shaderVariable : activeAttributes) in serialize() local
359 for (const sh::ShaderVariable &shaderVariable : outputVaryings) in serialize() local
364 for (const sh::ShaderVariable &shaderVariable : allAttributes) in serialize() local
369 for (const sh::ShaderVariable &shaderVariable : activeAttributes) in serialize() local
379 for (const sh::ShaderVariable &shaderVariable : inputVaryings) in serialize() local
384 for (const sh::ShaderVariable &shaderVariable : activeOutputVariables) in serialize() local
[all …]
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dserialize.cpp865 void SerializeShaderVariable(JsonSerializer *json, const sh::ShaderVariable &shaderVariable) in SerializeShaderVariable()
898 for (const sh::ShaderVariable &shaderVariable : shaderVariables) in SerializeShaderVariablesVector() local
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramExecutable.cpp1072 for (const sh::ShaderVariable &shaderVariable : mLinkedOutputVaryings[shaderType]) in save() local
1077 for (const sh::ShaderVariable &shaderVariable : mLinkedInputVaryings[shaderType]) in save() local
1082 for (const sh::ShaderVariable &shaderVariable : mLinkedUniforms[shaderType]) in save() local
H A DProgram.cpp1143 for (const sh::ShaderVariable &shaderVariable : fragmentShader->activeOutputVariables) in linkJobImpl() local