Home
last modified time | relevance | path

Searched refs:structureType (Results 1 – 12 of 12) sorted by relevance

/external/deqp/external/vulkancts/scripts/
Dgen_framework.py2253 structureType = None
2256 structureType = ct
2259 structureType = ct
2260 structureTypeName = structureType.name
2263 …if structureType.structextends is None or structureExtendsPattern not in structureType.structexten…
2363 for structureType in api.compositeTypes:
2364 match = blobPattern.match(structureType.name)
2366 allMembers = [member.name for member in structureType.members]
2375 for structureType in api.compositeTypes:
2377 if not allFeaturesPattern.match(structureType.name):
[all …]
Dgen_framework_sc.py2366 for structureType in api.compositeTypes:
2367 match = blobPattern.match(structureType.name)
2369 allMembers = [member.name for member in structureType.members]
2378 for structureType in api.compositeTypes:
2380 if not allFeaturesPattern.match(structureType.name):
2383 if blobPattern.match(structureType.name):
2385 if structureType.isAlias:
2388 structureMembers = structureType.members[2:]
2390 if nonExtFeaturesPattern.match(structureType.name):
2398 blobStructs[blobName].add(structureType)
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp184 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationSt… member
331 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationSt… member
423 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationSt… member
579 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationSt… member
725 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationSt… member
1057 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationSt… member
1180 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationSt… member
1294 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationSt… member
1446 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeometryTriang… member
1659 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeometryAabbNV; member
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp184 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationSt… member
331 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationSt… member
423 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationSt… member
579 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationSt… member
725 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationSt… member
1057 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationSt… member
1180 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationSt… member
1294 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationSt… member
1446 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeometryTriang… member
1659 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeometryAabbNV; member
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp198 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member
320 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member
407 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member
554 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member
696 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member
972 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member
1088 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member
1196 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member
1336 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeometryTriangl… member
1516 … static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeometryAabbNV; member
[all …]
/external/angle/src/compiler/translator/tree_util/
DIntermNode_util.cpp269 TType *structureType = new TType(structure, isStructSpecifier); in DeclareStructure() local
270 structureType->setQualifier(qualifier); in DeclareStructure()
271 structureType->setMemoryQualifier(memoryQualifier); in DeclareStructure()
274 structureType->makeArray(arraySize); in DeclareStructure()
276 return structureType; in DeclareStructure()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp1426 VkStructureType structureType = reinterpret_cast<const StructureBase*>(supportedFeatures)->sType; in checkFeatures() local
1427 structBase->sType = structureType; in checkFeatures()
1434 if (structureType == vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_1_FEATURES) in checkFeatures()
1455 …else if (structureType == vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_PIPELINE_FEATURES_KHR … in checkFeatures()
1463 else if (structureType == vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES) in checkFeatures()
1475 else if (structureType == vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ROBUSTNESS_2_FEATURES_EXT) in checkFeatures()
1484 …else if (structureType == vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_IMAGE_ATOMIC_INT64_FEATURES… in checkFeatures()
1494 else if (structureType == vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_FLOAT_FEATURES_EXT) in checkFeatures()
1512 else if (structureType == VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_FLOAT_2_FEATURES_EXT) in checkFeatures()
/external/deqp/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp1130 const VkAccelerationStructureTypeKHR structureType = (m_createGeneric in create() local
1141 structureType, // VkAccelerationStructureTypeKHR type; in create()
2210 const VkAccelerationStructureTypeKHR structureType = (m_createGeneric in createAccellerationStructure() local
2221 structureType, // VkAccelerationStructureTypeKHR type; in createAccellerationStructure()
2763 const VkAccelerationStructureTypeKHR structureType = (m_createGeneric in create() local
2774 structureType, // VkAccelerationStructureTypeKHR type; in create()
/external/angle/src/common/spirv/
Dspirv_instruction_parser_autogen.h191 IdRef *structureType,
Dspirv_instruction_builder_autogen.h161 IdRef structureType,
Dspirv_instruction_builder_autogen.cpp693 IdRef structureType, in WriteMemberDecorate() argument
700 blob->push_back(structureType); in WriteMemberDecorate()
Dspirv_instruction_parser_autogen.cpp787 IdRef *structureType, in ParseMemberDecorate() argument
797 *structureType = IdRef(_instruction[_o++]); in ParseMemberDecorate()