Searched defs:UniformInfo (Results 1 – 4 of 4) sorted by relevance
35 struct UniformInfo { struct36 GrShaderVar fVariable;37 uint32_t fVisibility;38 const GrProcessor* fOwner;39 SkString fRawName;
33 struct UniformInfo { struct34 struct Uniform {41 std::vector<Uniform> fUniforms;42 int fUniformSlotCount = 0;
68 struct UniformInfo struct70 enum ShaderStage78 VarType type;79 …declareLocation; // support declarations with/without layout qualifiers, needed for linkage testing80 ShaderStage layoutLocation;81 ShaderStage checkLocation;82 int location; // -1 for unset84 …UniformInfo (VarType type_, ShaderStage declareLocation_, ShaderStage layoutLocation_, ShaderStage… in UniformInfo() argument
625 class UniformInfo class in vkt::sr::ShaderRenderCaseInstance628 UniformInfo (void) {} in UniformInfo() function in vkt::sr::ShaderRenderCaseInstance::UniformInfo