Searched defs:UniformInfo (Results 1 – 4 of 4) sorted by relevance
43 struct UniformInfo { struct44 GrShaderVar fVariable;45 uint32_t fVisibility;46 const GrProcessor* fOwner;47 SkString fRawName;
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() function
32 struct UniformInfo { struct33 struct Uniform {40 std::vector<Uniform> fUniforms;41 int fUniformSlotCount = 0;
656 class UniformInfo class in vkt::sr::ShaderRenderCaseInstance659 UniformInfo(void) in UniformInfo() function in vkt::sr::ShaderRenderCaseInstance::UniformInfo