Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNode_util.cpp241 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()
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dohos_gen_framework.py1967 for structureType in api.compositeTypes:
1968 match = blobPattern.match(structureType.name)
1970 allMembers = [member.name for member in structureType.members]
1979 for structureType in api.compositeTypes:
1981 if not allFeaturesPattern.match(structureType.name):
1984 if blobPattern.match(structureType.name):
1986 if structureType.isAlias:
1989 structureMembers = structureType.members[2:]
1991 if nonExtFeaturesPattern.match(structureType.name):
1999 blobStructs[blobName].add(structureType)
[all …]
Dgen_framework.py1966 for structureType in api.compositeTypes:
1967 match = blobPattern.match(structureType.name)
1969 allMembers = [member.name for member in structureType.members]
1978 for structureType in api.compositeTypes:
1980 if not allFeaturesPattern.match(structureType.name):
1983 if blobPattern.match(structureType.name):
1985 if structureType.isAlias:
1988 structureMembers = structureType.members[2:]
1990 if nonExtFeaturesPattern.match(structureType.name):
1998 blobStructs[blobName].add(structureType)
[all …]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp192 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = member
331 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = member
420 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = member
586 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member
734 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = member
1055 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = member
1170 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = member
1312 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeometryTriang… member
1491 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeometryAabbNV; member
1677 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeometryNV; member
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp182 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = member
323 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = member
414 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = member
570 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAccelerationStr… member
711 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = member
1038 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = member
1153 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = member
1298 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeometryTriang… member
1486 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeometryAabbNV; member
1674 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeometryNV; member
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp1226 VkStructureType structureType = reinterpret_cast<const StructureBase*>(supportedFeatures)->sType; in checkFeatures() local
1227 structBase->sType = structureType; in checkFeatures()
1235 if (structureType == vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_PIPELINE_FEATURES_KHR && in checkFeatures()
1242 else if (structureType == vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_1_FEATURES) in checkFeatures()
1261 else if (structureType == vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES) in checkFeatures()
1273 else if (structureType == vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ROBUSTNESS_2_FEATURES_EXT) in checkFeatures()
1282 …else if (structureType == vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_IMAGE_ATOMIC_INT64_FEATURES… in checkFeatures()
1292 else if (structureType == vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_FLOAT_FEATURES_EXT) in checkFeatures()
1309 else if (structureType == VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_FLOAT_2_FEATURES_EXT) in checkFeatures()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp1102 const VkAccelerationStructureTypeKHR structureType = (m_createGeneric in create() local
1113 structureType, // VkAccelerationStructureTypeKHR type; in create()
1943 const VkAccelerationStructureTypeKHR structureType = (m_createGeneric in create() local
1954 structureType, // VkAccelerationStructureTypeKHR type; in create()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp2973 TType *structureType = new TType(structure); in addStructure() local
2986 TVariable *userTypeDef = new TVariable(structName, *structureType, true); in addStructure()
3012 publicType.userDef = structureType; in addStructure()
/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_parser_autogen.h191 IdRef *structureType,
Dspirv_instruction_builder_autogen.h161 IdRef structureType,
Dspirv_instruction_builder_autogen.cpp692 IdRef structureType, in WriteMemberDecorate() argument
699 blob->push_back(structureType); in WriteMemberDecorate()
Dspirv_instruction_parser_autogen.cpp787 IdRef *structureType, in ParseMemberDecorate() argument
797 *structureType = IdRef(_instruction[_o++]); in ParseMemberDecorate()