Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/glsl/
H A DGrGLSLUniformHandler.h43 struct UniformInfo { struct
44 GrShaderVar fVariable;
45 uint32_t fVisibility;
46 const GrProcessor* fOwner;
47 SkString fRawName;
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fUniformLocationTests.cpp68 struct UniformInfo struct
70 enum ShaderStage
78 VarType type;
79 …declareLocation; // support declarations with/without layout qualifiers, needed for linkage testing
80 ShaderStage layoutLocation;
81 ShaderStage checkLocation;
82 int location; // -1 for unset
84UniformInfo(VarType type_, ShaderStage declareLocation_, ShaderStage layoutLocation_, ShaderStage … in UniformInfo() function
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLProgram.h32 struct UniformInfo { struct
33 struct Uniform {
40 std::vector<Uniform> fUniforms;
41 int fUniformSlotCount = 0;
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.hpp656 class UniformInfo class in vkt::sr::ShaderRenderCaseInstance
659 UniformInfo(void) in UniformInfo() function in vkt::sr::ShaderRenderCaseInstance::UniformInfo