/external/angle/src/compiler/translator/tree_util/ |
D | IntermNode_util.cpp | 241 TType *structureType = new TType(structure, isStructSpecifier); in DeclareStructure() local 242 structureType->setQualifier(qualifier); in DeclareStructure() 243 structureType->setMemoryQualifier(memoryQualifier); in DeclareStructure() 246 structureType->makeArray(arraySize); in DeclareStructure() 248 return structureType; in DeclareStructure()
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_structs.hpp | 174 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = member 305 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = member 386 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = member 539 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member 674 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = member 978 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = member 1084 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = member 1218 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeometryTriangl… member 1391 … static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeometryAabbNV; member 1561 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeometryNV; member [all …]
|
/external/deqp/external/vulkancts/scripts/ |
D | gen_framework.py | 1958 for structureType in api.compositeTypes: 1959 match = blobPattern.match(structureType.name) 1961 allMembers = [member.name for member in structureType.members] 1970 for structureType in api.compositeTypes: 1972 if not allFeaturesPattern.match(structureType.name): 1975 if blobPattern.match(structureType.name): 1977 if structureType.isAlias: 1980 structureMembers = structureType.members[2:] 1982 if nonExtFeaturesPattern.match(structureType.name): 1990 blobStructs[blobName].add(structureType) [all …]
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 14667 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member 14775 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member 14855 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member 15001 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member 15142 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member 15367 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member 15496 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member 15739 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeometryTriangl… member 15906 … static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeometryAabbNV; member 16095 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeometryNV; member [all …]
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 14596 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member 14704 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member 14784 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member 14930 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member 15071 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member 15296 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member 15425 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member 15668 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeometryTriangl… member 15835 … static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeometryAabbNV; member 16024 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeometryNV; member [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkRayTracingUtil.cpp | 1015 const VkAccelerationStructureTypeKHR structureType = (m_createGeneric in create() local 1026 structureType, // VkAccelerationStructureTypeKHR type; in create() 1810 const VkAccelerationStructureTypeKHR structureType = (m_createGeneric in create() local 1821 structureType, // VkAccelerationStructureTypeKHR type; in create()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 2973 TType *structureType = new TType(structure); in addStructure() local 2986 TVariable *userTypeDef = new TVariable(structName, *structureType, true); in addStructure() 3012 publicType.userDef = structureType; in addStructure()
|
/external/angle/src/common/spirv/ |
D | spirv_instruction_parser_autogen.h | 191 IdRef *structureType,
|
D | spirv_instruction_builder_autogen.h | 161 IdRef structureType,
|
D | spirv_instruction_builder_autogen.cpp | 692 IdRef structureType, in WriteMemberDecorate() argument 699 blob->push_back(structureType); in WriteMemberDecorate()
|
D | spirv_instruction_parser_autogen.cpp | 787 IdRef *structureType, in ParseMemberDecorate() argument 797 *structureType = IdRef(_instruction[_o++]); in ParseMemberDecorate()
|