Home
last modified time | relevance | path

Searched defs:structType (Results 1 – 24 of 24) sorted by relevance

/external/skqp/src/sksl/ir/
DSkSLInterfaceBlock.h51 const Type* structType = &fVariable.fType; in description() local
/external/skia/src/sksl/ir/
DSkSLInterfaceBlock.h51 const Type* structType = &fVariable.fType; in description() local
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktRandomUniformBlockCase.cpp178 …StructType& structType = m_interface.allocStruct(std::string("s") + genName('A', 'Z', m_structNdx)… in generateType() local
DvktUniformBlockCase.cpp999 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration()
1006 void generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLeve… in generateFullDeclaration()
1022 void generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int /* indent… in generateLocalDeclaration()
/external/deqp/modules/glshared/
DglsRandomUniformBlockCase.cpp173 …StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_… in generateType() local
DglsUniformBlockCase.cpp819 void generateDeclaration (std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration()
826 void generateFullDeclaration (std::ostringstream& src, const StructType& structType, int indentLeve… in generateFullDeclaration()
842 void generateLocalDeclaration (std::ostringstream& src, const StructType& structType, int indentLev… in generateLocalDeclaration()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp136 const glu::StructType& structType = *rootType.getStructPtr(); in glslTraverseBasicTypes() local
230 const glu::StructType& structType = *type.getStructPtr(); in numBasicSubobjects() local
489 glu::StructType& structType = m_structTypes.back(); in UserDefinedIOTest() local
/external/swiftshader/src/Pipeline/
DSpirvShader.cpp214 auto &structType = getType(pointeeType).definition; in ProcessInterfaceVariable() local
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp227 const StructType& structType = *type.getStructPtr(); in typeContainsMatchingBasicType() local
248 const StructType& structType = *type.getStructPtr(); in getDistinctSamplerTypes() local
263 const StructType& structType = *type.getStructPtr(); in getNumSamplersInType() local
397 StructType* const structType = new StructType((string("structType") + nameSuffix).c_str()); in basicStruct() local
424 StructType* const structType = new StructType((string("structType") + nameSuffix).c_str()); in nestedArraysStructs() local
1042 const StructType& structType = *varType.getStructPtr(); in generateBasicUniforms() local
Des31fUniformLocationTests.cpp305 const glu::StructType* const structType = uniformInfo.type.getStructPtr(); in genShaderSources() local
Des31fProgramInterfaceDefinitionUtil.cpp181 const glu::StructType* structType = type.getStructPtr(); in generateVariableTypeResourceNames() local
Des31fSSBOLayoutTests.cpp236 …glu::StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx… in generateType() local
Des31fTessellationTests.cpp225 const glu::StructType& structType = *type.getStructPtr(); in numBasicSubobjects() local
5730 const glu::StructType& structType = *rootType.getStructPtr(); in glslTraverseBasicTypes() local
5991 glu::StructType& structType = m_structTypes.back(); in init() local
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp163 const StructType& structType = *type.getStructPtr(); in typeContainsMatchingBasicType() local
184 const StructType& structType = *type.getStructPtr(); in getDistinctSamplerTypes() local
199 const StructType& structType = *type.getStructPtr(); in getNumSamplersInType() local
215 …StructType* const structType = new StructType(("structType" + de::toString(curStructIdx++)).c_str(… in generateRandomType() local
351 StructType* const structType = new StructType((string("structType") + nameSuffix).c_str()); in basicStruct() local
378 StructType* const structType = new StructType((string("structType") + nameSuffix).c_str()); in nestedArraysStructs() local
1055 const StructType& structType = *varType.getStructPtr(); in generateBasicUniforms() local
/external/deqp/framework/opengl/
DgluVarType.hpp306 StructType structType; member
328 inline decl::DeclareStructType declare (const StructType& structType, int indentLevel = 0) {… in declare()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp223 const StructType& structType = *type.getStructPtr(); in typeContainsMatchingBasicType() local
244 const StructType& structType = *type.getStructPtr(); in getDistinctSamplerTypes() local
259 const StructType& structType = *type.getStructPtr(); in getNumSamplersInType() local
275 …StructType* const structType = new StructType(("structType" + de::toString(curStructIdx++)).c_str(… in generateRandomType() local
417 StructType* const structType = new StructType((string("structType") + nameSuffix).c_str()); in basicStruct() local
444 StructType* const structType = new StructType((string("structType") + nameSuffix).c_str()); in nestedArraysStructs() local
1226 const StructType& structType = *varType.getStructPtr(); in generateBasicUniforms() local
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.cpp734 void generateDeclaration(std::ostringstream& src, const StructType& structType, int indentLevel) in generateDeclaration()
741 void generateFullDeclaration(std::ostringstream& src, const StructType& structType, int indentLevel) in generateFullDeclaration()
758 void generateLocalDeclaration(std::ostringstream& src, const StructType& structType, int indentLeve… in generateLocalDeclaration()
DglcUniformBlockTests.cpp221 …StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_… in generateType() local
/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp1171 const Type* structType = &intf.fVariable.fType; in writeFunctionCall() local
DSkSLMetalCodeGenerator.cpp985 const Type* structType = &intf.fVariable.fType; in writeInterfaceBlock() local
/external/skqp/src/sksl/
DSkSLGLSLCodeGenerator.cpp1144 const Type* structType = &intf.fVariable.fType; in writeFunctionCall() local
DSkSLMetalCodeGenerator.cpp841 const Type* structType = &intf.fVariable.fType; in writeInterfaceBlock() local
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp256 …glu::StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx… in generateType() local
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp3606 void TGlslangToSpvTraverser::updateMemberOffset(const glslang::TType& structType, const glslang::TT… in updateMemberOffset()