Searched defs:UniformInfo (Results 1 – 5 of 5) sorted by relevance
34 struct UniformInfo { struct35 GrShaderVar fVariable;36 uint32_t fVisibility;37 const GrFragmentProcessor* fOwner;38 SkString fRawName;
90 struct UniformInfo { struct102 std::unique_ptr<UniformInfo> Program_GetUniformInfo(const Program& program); argument
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
623 class UniformInfo class in vkt::sr::ShaderRenderCaseInstance626 UniformInfo (void) {} in UniformInfo() function in vkt::sr::ShaderRenderCaseInstance::UniformInfo
625 class UniformInfo class in vkt::sr::ShaderRenderCaseInstance628 UniformInfo (void) {} in UniformInfo() function in vkt::sr::ShaderRenderCaseInstance::UniformInfo