Searched defs:UniformInfo (Results 1 – 10 of 10) sorted by relevance
37 struct UniformInfo { struct46 typedef GrTAllocator<UniformInfo> UniformInfoArray; argument
30 struct UniformInfo { struct35 typedef GrTAllocator<UniformInfo> UniformInfoArray; argument
28 struct UniformInfo { struct42 typedef GrTAllocator<UniformInfo> UniformInfoArray; argument
62 typedef GrGLProgramDataManager::UniformInfo UniformInfo; typedef
63 typedef GrGLProgramDataManager::UniformInfo UniformInfo; typedef
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
611 class UniformInfo class in vkt::sr::ShaderRenderCaseInstance614 UniformInfo (void) {} in UniformInfo() function in vkt::sr::ShaderRenderCaseInstance::UniformInfo