/third_party/skia/third_party/externals/angle2/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()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
D | ohos_gen_framework.py | 1967 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 …]
|
D | gen_framework.py | 1966 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/ |
D | vulkan_structs.hpp | 192 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/ |
D | vulkan_structs.hpp | 182 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/ |
D | vktApiDeviceInitializationTests.cpp | 1226 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/ |
D | vkRayTracingUtil.cpp | 1102 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/ |
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()
|
/third_party/skia/third_party/externals/angle2/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()
|