/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 675 vk12_props->independentResolve = in vn_physical_device_init_properties() 676 local_props.depth_stencil_resolve.independentResolve; in vn_physical_device_init_properties() 2091 u.depth_stencil_resolve->independentResolve = in vn_GetPhysicalDeviceProperties2() 2092 vk12_props->independentResolve; in vn_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilResolveTests.cpp | 322 if ((!dsResolveProperties.independentResolve) && in isFeaturesSupported() 328 else if (!dsResolveProperties.independentResolve && (depthResolveMode != stencilResolveMode)) in isFeaturesSupported() 330 // when independentResolveNone and independentResolve are VK_FALSE then both modes must be the same in isFeaturesSupported() 1377 if (dsrProperties.independentResolve == VK_TRUE && dsrProperties.independentResolveNone != VK_TRUE) in iterate() 1378 TCU_FAIL("independentResolve supported but independentResolveNone not supported"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilResolveTests.cpp | 322 if ((!dsResolveProperties.independentResolve) && in isFeaturesSupported() 328 else if (!dsResolveProperties.independentResolve && (depthResolveMode != stencilResolveMode)) in isFeaturesSupported() 330 // when independentResolveNone and independentResolve are VK_FALSE then both modes must be the same in isFeaturesSupported() 1377 if (dsrProperties.independentResolve == VK_TRUE && dsrProperties.independentResolveNone != VK_TRUE) in iterate() 1378 TCU_FAIL("independentResolve supported but independentResolveNone not supported"); in iterate()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_device.c | 889 CORE_PROPERTY(independentResolve); in vk_get_physical_device_core_1_2_property_ext()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 1032 properties->independentResolve = VK_TRUE; in getDepthStencilResolveProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 4860 depthStencilResolveProperties[0].independentResolve != depthStencilResolveProperties[1].independentResolve)) in deviceProperties2() 5666 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Properties, independentResolve), in devicePropertiesVulkan12() 6342 depthStencilResolveProperties.independentResolve != vulkan12Properties.independentResolve)) in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 4865 depthStencilResolveProperties[0].independentResolve != depthStencilResolveProperties[1].independentResolve)) in deviceProperties2() 5671 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Properties, independentResolve), in devicePropertiesVulkan12() 6347 depthStencilResolveProperties.independentResolve != vulkan12Properties.independentResolve)) in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 1124 p->independentResolve = false; in lvp_get_physical_device_properties_1_2()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1033 p->independentResolve = false; in tu_get_physical_device_properties_1_2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1604 .independentResolve = false, in v3dv_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1637 .independentResolve = false, in dzn_GetPhysicalDeviceProperties2()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 4182 VkBool32 independentResolve; member 4438 VkBool32 independentResolve; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 4415 VkBool32 independentResolve; member 4645 VkBool32 independentResolve; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 13184 size += vn_sizeof_VkBool32(&val->independentResolve); in vn_sizeof_VkPhysicalDeviceDepthStencilResolveProperties_self() 13215 vn_decode_VkBool32(dec, &val->independentResolve); in vn_decode_VkPhysicalDeviceDepthStencilResolveProperties_self() 13245 /* skip val->independentResolve */ in vn_sizeof_VkPhysicalDeviceDepthStencilResolveProperties_self_partial() 13275 /* skip val->independentResolve */ in vn_encode_VkPhysicalDeviceDepthStencilResolveProperties_self_partial() 14018 size += vn_sizeof_VkBool32(&val->independentResolve); in vn_sizeof_VkPhysicalDeviceVulkan12Properties_self() 14103 vn_decode_VkBool32(dec, &val->independentResolve); in vn_decode_VkPhysicalDeviceVulkan12Properties_self() 14181 /* skip val->independentResolve */ in vn_sizeof_VkPhysicalDeviceVulkan12Properties_self_partial() 14259 /* skip val->independentResolve */ in vn_encode_VkPhysicalDeviceVulkan12Properties_self_partial()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 2206 p->independentResolve = true; in anv_get_physical_device_properties_1_2()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 5466 VkBool32 independentResolve; member 5696 VkBool32 independentResolve; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 40652 , independentResolve( independentResolve_ ) independentResolve() function 40709 VULKAN_HPP_NAMESPACE::Bool32 independentResolve = {}; global() member 57219 VULKAN_HPP_NAMESPACE::Bool32 independentResolve = {}; global() member [all...] |
H A D | vulkan_core.h | 5565 VkBool32 independentResolve; member 5795 VkBool32 independentResolve; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 5832 VkBool32 independentResolve; member 6062 VkBool32 independentResolve; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 5615 VkBool32 independentResolve; member 5845 VkBool32 independentResolve; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 19031 print_VkBool32(obj.independentResolve, "independentResolve", 1); in print_VkPhysicalDeviceVulkan12Properties() 19178 print_VkBool32(obj->independentResolve, "independentResolve", 1); in print_VkPhysicalDeviceVulkan12Properties() 20931 print_VkBool32(obj.independentResolve, "independentResolve", 0); in print_VkPhysicalDeviceDepthStencilResolveProperties() 20960 print_VkBool32(obj->independentResolve, "independentResolve", 0); in print_VkPhysicalDeviceDepthStencilResolveProperties() [all...] |
H A D | vulkan_json_parser.hpp | 8890 parse_VkBool32("independentResolve", obj["independentResolve"], (o.independentResolve)); in parse_VkPhysicalDeviceVulkan12Properties() 9390 parse_VkBool32("independentResolve", obj["independentResolve"], (o.independentResolve)); in parse_VkPhysicalDeviceDepthStencilResolveProperties()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2198 p->independentResolve = true; in radv_get_physical_device_properties_1_2()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 5991 VkBool32 independentResolve; member 6221 VkBool32 independentResolve; member
|
H A D | vulkan_hash.hpp | 7998 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDepthStencilResolveProperties.independentResolve ); 12123 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.independentResolve );
|