Home
last modified time | relevance | path

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

12

/external/skia/src/sksl/ir/
DSkSLInterfaceBlock.cpp144 const Type* structType = &this->var()->type(); in description() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.hpp204 void addToChainVulkanStructure(void ***chainPNextPtr, StructType &structType) in addToChainVulkanStructure()
214 void addToChainVulkanStructure(const void ***chainPNextPtr, StructType &structType) in addToChainVulkanStructure()
DvkDeviceFeatures.cpp132 VkStructureType structType = p->getFeatureDesc().sType; in DeviceFeatures() local
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackRandomLayoutCase.cpp219 …StructType &structType = m_interface.allocStruct(std::string("s") + genName('A', 'Z', m_structNdx)… in generateType() local
DvktTransformFeedbackFuzzLayoutCase.cpp1011 void generateDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateDeclaration()
1018 void generateFullDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateFullDeclaration()
1035 void generateLocalDeclaration(std::ostringstream &src, const StructType &structType, int /* indentL… in generateLocalDeclaration()
/external/deqp/modules/glshared/
DglsRandomUniformBlockCase.cpp169 …StructType &structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_… in generateType() local
DglsUniformBlockCase.cpp866 void generateDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateDeclaration()
873 void generateFullDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateFullDeclaration()
890 void generateLocalDeclaration(std::ostringstream &src, const StructType &structType, int indentLeve… in generateLocalDeclaration()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktRandomUniformBlockCase.cpp197 …StructType &structType = m_interface.allocStruct(std::string("s") + genName('A', 'Z', m_structNdx)… in generateType() local
DvktUniformBlockCase.cpp1057 void generateDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateDeclaration()
1064 void generateFullDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateFullDeclaration()
1081 void generateLocalDeclaration(std::ostringstream &src, const StructType &structType, int /* indentL… in generateLocalDeclaration()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp139 const glu::StructType &structType = *rootType.getStructPtr(); in glslTraverseBasicTypes() local
232 const glu::StructType &structType = *type.getStructPtr(); in numBasicSubobjects() local
517 glu::StructType &structType = m_structTypes.back(); in UserDefinedIOTest() local
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp207 const StructType &structType = *type.getStructPtr(); in typeContainsMatchingBasicType() local
228 const StructType &structType = *type.getStructPtr(); in getDistinctSamplerTypes() local
243 const StructType &structType = *type.getStructPtr(); in getNumSamplersInType() local
404 StructType *const structType = new StructType((string("structType") + nameSuffix).c_str()); in basicStruct() local
433 StructType *const structType = new StructType((string("structType") + nameSuffix).c_str()); in nestedArraysStructs() local
1093 const StructType &structType = *varType.getStructPtr(); in generateBasicUniforms() local
Des31fUniformLocationTests.cpp305 const glu::StructType *const structType = uniformInfo.type.getStructPtr(); in genShaderSources() local
Des31fProgramInterfaceDefinitionUtil.cpp179 const glu::StructType *structType = type.getStructPtr(); in generateVariableTypeResourceNames() local
Des31fSSBOLayoutTests.cpp243 …glu::StructType &structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx… in generateType() local
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp149 const StructType &structType = *type.getStructPtr(); in typeContainsMatchingBasicType() local
170 const StructType &structType = *type.getStructPtr(); in getDistinctSamplerTypes() local
185 const StructType &structType = *type.getStructPtr(); in getNumSamplersInType() local
202 …StructType *const structType = new StructType(("structType" + de::toString(curStructIdx++)).c_str(… in generateRandomType() local
369 StructType *const structType = new StructType((string("structType") + nameSuffix).c_str()); in basicStruct() local
398 StructType *const structType = new StructType((string("structType") + nameSuffix).c_str()); in nestedArraysStructs() local
1122 const StructType &structType = *varType.getStructPtr(); in generateBasicUniforms() local
/external/deqp/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelSharedLayout.cpp177 de::SharedPtr<glu::StructType> structType = m_interface.allocStruct(name); in generateType() local
/external/deqp/framework/opengl/
DgluVarType.hpp389 StructType structType; member
422 inline decl::DeclareStructType declare(const StructType &structType, int indentLevel = 0) in declare()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp203 const StructType &structType = *type.getStructPtr(); in typeContainsMatchingBasicType() local
224 const StructType &structType = *type.getStructPtr(); in getDistinctSamplerTypes() local
239 const StructType &structType = *type.getStructPtr(); in getNumSamplersInType() local
256 …StructType *const structType = new StructType(("structType" + de::toString(curStructIdx++)).c_str(… in generateRandomType() local
429 StructType *const structType = new StructType((string("structType") + nameSuffix).c_str()); in basicStruct() local
458 StructType *const structType = new StructType((string("structType") + nameSuffix).c_str()); in nestedArraysStructs() local
1301 const StructType &structType = *varType.getStructPtr(); in generateBasicUniforms() local
/external/angle/src/compiler/translator/tree_ops/
DInitializeVariables.cpp92 const TStructure *structType = initializedNode->getType().getStruct(); in AddStructZeroInitSequence() local
/external/mesa3d/src/gfxstream/host/vulkan/
DVkAndroidNativeBuffer.cpp113 uint32_t structType = goldfish_vk_struct_type(curr_pNext); in parseAndroidNativeBufferInfo() local
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.cpp736 void generateDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateDeclaration()
743 void generateFullDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateFullDeclaration()
760 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/codegen/
DSkSLGLSLCodeGenerator.cpp1463 const Type* structType = &intf.var()->type().componentType(); in writeInterfaceBlock() local
/external/angle/src/compiler/translator/hlsl/
DOutputHLSL.cpp628 TType *structType = mappedStruct.field->type(); in generateStructMapping() local
/external/icu/icu4c/source/tools/genrb/
Dparse.cpp819 openTOML(const char* outputdir, const char* name, const char* collationType, const char* structType in openTOML()

12