Home
last modified time | relevance | path

Searched refs:activeOutputVariables (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/angle/src/common/
H A DCompiledShaderState.cpp247 activeOutputVariables = in buildCompiledShaderState()
383 stream.writeInt(activeOutputVariables.size()); in serialize()
384 for (const sh::ShaderVariable &shaderVariable : activeOutputVariables) in serialize()
556 activeOutputVariables.resize(size); in deserialize()
557 for (sh::ShaderVariable &shaderVariable : activeOutputVariables) in deserialize()
H A DCompiledShaderState.h84 std::vector<sh::ShaderVariable> activeOutputVariables; member
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DShaderVk.cpp190 if (!mState.getCompiledState()->activeOutputVariables.empty()) in getDebugInfo()
193 for (const sh::ShaderVariable &var : mState.getCompiledState()->activeOutputVariables) in getDebugInfo()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DProgramGL.cpp379 const auto &shaderOutputs = fragmentShader->activeOutputVariables; in linkJobImpl()
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgram.cpp1142 fragmentShader->activeOutputVariables.size()); in linkJobImpl()
1143 for (const sh::ShaderVariable &shaderVariable : fragmentShader->activeOutputVariables) in linkJobImpl()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DDynamicHLSL.cpp1496 const auto &shaderOutputVars = fragmentShader->activeOutputVariables; in GetPixelShaderOutputKey()
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dserialize.cpp937 SerializeShaderVariablesVector(json, state->activeOutputVariables); in SerializeCompiledShaderState()