/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktSafetyCriticalApiTests.cpp | 246 if (context.getDeviceProperties().sparseProperties.residencyNonResidentStrict != VK_FALSE) in forbiddenDeviceProperties() 247 TCU_THROW(TestError, "VkPhysicalDeviceSparseProperties::residencyNonResidentStrict must be VK_FALSE"); in forbiddenDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktSafetyCriticalApiTests.cpp | 246 if (context.getDeviceProperties().sparseProperties.residencyNonResidentStrict != VK_FALSE) in forbiddenDeviceProperties() 247 TCU_THROW(TestError, "VkPhysicalDeviceSparseProperties::residencyNonResidentStrict must be VK_FALSE"); in forbiddenDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferSparseResidency.cpp | 403 else if (physicalDeviceProperties.sparseProperties.residencyNonResidentStrict) in iterate()
|
H A D | vktSparseResourcesShaderIntrinsicsBase.cpp | 969 else if (getPhysicalDeviceProperties(instance, physicalDevice).sparseProperties.residencyNonResidentStrict) in iterate()
|
H A D | vktSparseResourcesBufferTests.cpp | 82 TEST_FLAG_NON_RESIDENT_STRICT = 1u << 2, //!< residencyNonResidentStrict 1460 if (flags & TEST_FLAG_NON_RESIDENT_STRICT && !context.getDeviceProperties().sparseProperties.residencyNonResidentStrict) in checkSupport() 1461 TCU_THROW(NotSupportedError, "Missing sparse property: residencyNonResidentStrict"); in checkSupport()
|
H A D | vktSparseResourcesImageSparseResidency.cpp | 909 else if (physicalDeviceProperties.sparseProperties.residencyNonResidentStrict) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferSparseResidency.cpp | 405 else if (physicalDeviceProperties.sparseProperties.residencyNonResidentStrict) in iterate()
|
H A D | vktSparseResourcesShaderIntrinsicsBase.cpp | 969 else if (getPhysicalDeviceProperties(instance, physicalDevice).sparseProperties.residencyNonResidentStrict) in iterate()
|
H A D | vktSparseResourcesBufferTests.cpp | 82 TEST_FLAG_NON_RESIDENT_STRICT = 1u << 2, //!< residencyNonResidentStrict 1460 if (flags & TEST_FLAG_NON_RESIDENT_STRICT && !context.getDeviceProperties().sparseProperties.residencyNonResidentStrict) in checkSupport() 1461 TCU_THROW(NotSupportedError, "Missing sparse property: residencyNonResidentStrict"); in checkSupport()
|
H A D | vktSparseResourcesImageSparseResidency.cpp | 893 else if (physicalDeviceProperties.sparseProperties.residencyNonResidentStrict) in iterate()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3400 VkBool32 residencyNonResidentStrict; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2044 .residencyNonResidentStrict = pdevice->rad_info.family >= CHIP_POLARIS10, in radv_GetPhysicalDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 1937 VkBool32 residencyNonResidentStrict; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 504 size += vn_sizeof_VkBool32(&val->residencyNonResidentStrict); in vn_sizeof_VkPhysicalDeviceSparseProperties() 515 vn_decode_VkBool32(dec, &val->residencyNonResidentStrict); in vn_decode_VkPhysicalDeviceSparseProperties() 526 /* skip val->residencyNonResidentStrict */ in vn_sizeof_VkPhysicalDeviceSparseProperties_partial() 537 /* skip val->residencyNonResidentStrict */ in vn_encode_VkPhysicalDeviceSparseProperties_partial()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 2865 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, sparseProperties.residencyNonResidentStrict),
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 2890 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, sparseProperties.residencyNonResidentStrict),
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 2664 VkBool32 residencyNonResidentStrict; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 48951 , residencyNonResidentStrict( residencyNonResidentStrict_ ) residencyNonResidentStrict() function 49004 VULKAN_HPP_NAMESPACE::Bool32 residencyNonResidentStrict = {}; global() member [all...] |
H A D | vulkan_core.h | 2757 VkBool32 residencyNonResidentStrict; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 3021 VkBool32 residencyNonResidentStrict; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 2806 VkBool32 residencyNonResidentStrict; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 7670 print_VkBool32(obj.residencyNonResidentStrict, "residencyNonResidentStrict", 0); in print_VkPhysicalDeviceSparseProperties() 7692 print_VkBool32(obj->residencyNonResidentStrict, "residencyNonResidentStrict", 0); in print_VkPhysicalDeviceSparseProperties() [all...] |
H A D | vulkan_json_parser.hpp | 5740 parse_VkBool32("residencyNonResidentStrict", obj["residencyNonResidentStrict"], (o.residencyNonResidentStrict)); in parse_VkPhysicalDeviceSparseProperties()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 3171 VkBool32 residencyNonResidentStrict; member
|
H A D | vulkan_hash.hpp | 10453 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSparseProperties.residencyNonResidentStrict );
|