/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 673 vk12_props->independentResolveNone = in vn_physical_device_init_properties() 674 local_props.depth_stencil_resolve.independentResolveNone; in vn_physical_device_init_properties() 2089 u.depth_stencil_resolve->independentResolveNone = in vn_GetPhysicalDeviceProperties2() 2090 vk12_props->independentResolveNone; in vn_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_device.c | 888 CORE_PROPERTY(independentResolveNone); in vk_get_physical_device_core_1_2_property_ext()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilResolveTests.cpp | 320 if (dsResolveProperties.independentResolveNone) 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 | 320 if (dsResolveProperties.independentResolveNone) 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/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 1031 properties->independentResolveNone = VK_TRUE; in getDepthStencilResolveProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 4859 depthStencilResolveProperties[0].independentResolveNone != depthStencilResolveProperties[1].independentResolveNone || in deviceProperties2() 5665 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Properties, independentResolveNone), in devicePropertiesVulkan12() 6341 depthStencilResolveProperties.independentResolveNone != vulkan12Properties.independentResolveNone || in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 4864 depthStencilResolveProperties[0].independentResolveNone != depthStencilResolveProperties[1].independentResolveNone || in deviceProperties2() 5670 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Properties, independentResolveNone), in devicePropertiesVulkan12() 6346 depthStencilResolveProperties.independentResolveNone != vulkan12Properties.independentResolveNone || in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 1123 p->independentResolveNone = false; in lvp_get_physical_device_properties_1_2()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1032 p->independentResolveNone = false; in tu_get_physical_device_properties_1_2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1588 /* FIXME: if we want to support independentResolveNone then we would in v3dv_GetPhysicalDeviceProperties2() 1592 * with independentResolveNone, it is possible to have one aspect of a in v3dv_GetPhysicalDeviceProperties2() 1603 .independentResolveNone = false, in v3dv_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1636 .independentResolveNone = false, in dzn_GetPhysicalDeviceProperties2()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 4181 VkBool32 independentResolveNone; member 4437 VkBool32 independentResolveNone; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 4414 VkBool32 independentResolveNone; member 4644 VkBool32 independentResolveNone; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 13183 size += vn_sizeof_VkBool32(&val->independentResolveNone); in vn_sizeof_VkPhysicalDeviceDepthStencilResolveProperties_self() 13214 vn_decode_VkBool32(dec, &val->independentResolveNone); in vn_decode_VkPhysicalDeviceDepthStencilResolveProperties_self() 13244 /* skip val->independentResolveNone */ in vn_sizeof_VkPhysicalDeviceDepthStencilResolveProperties_self_partial() 13274 /* skip val->independentResolveNone */ in vn_encode_VkPhysicalDeviceDepthStencilResolveProperties_self_partial() 14017 size += vn_sizeof_VkBool32(&val->independentResolveNone); in vn_sizeof_VkPhysicalDeviceVulkan12Properties_self() 14102 vn_decode_VkBool32(dec, &val->independentResolveNone); in vn_decode_VkPhysicalDeviceVulkan12Properties_self() 14180 /* skip val->independentResolveNone */ in vn_sizeof_VkPhysicalDeviceVulkan12Properties_self_partial() 14258 /* skip val->independentResolveNone */ in vn_encode_VkPhysicalDeviceVulkan12Properties_self_partial()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 2205 p->independentResolveNone = true; in anv_get_physical_device_properties_1_2()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 5465 VkBool32 independentResolveNone; member 5695 VkBool32 independentResolveNone; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 40708 VULKAN_HPP_NAMESPACE::Bool32 independentResolveNone = {}; global() member 57218 VULKAN_HPP_NAMESPACE::Bool32 independentResolveNone = {}; global() member [all...] |
H A D | vulkan_core.h | 5564 VkBool32 independentResolveNone; member 5794 VkBool32 independentResolveNone; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 5831 VkBool32 independentResolveNone; member 6061 VkBool32 independentResolveNone; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 5614 VkBool32 independentResolveNone; member 5844 VkBool32 independentResolveNone; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 19029 print_VkBool32(obj.independentResolveNone, "independentResolveNone", 1); in print_VkPhysicalDeviceVulkan12Properties() 19176 print_VkBool32(obj->independentResolveNone, "independentResolveNone", 1); in print_VkPhysicalDeviceVulkan12Properties() 20929 print_VkBool32(obj.independentResolveNone, "independentResolveNone", 1); in print_VkPhysicalDeviceDepthStencilResolveProperties() 20958 print_VkBool32(obj->independentResolveNone, "independentResolveNone", 1); in print_VkPhysicalDeviceDepthStencilResolveProperties() [all...] |
H A D | vulkan_json_parser.hpp | 8888 parse_VkBool32("independentResolveNone", obj["independentResolveNone"], (o.independentResolveNone)); in parse_VkPhysicalDeviceVulkan12Properties() 9388 parse_VkBool32("independentResolveNone", obj["independentResolveNone"], (o.independentResolveNone)); in parse_VkPhysicalDeviceDepthStencilResolveProperties()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2197 p->independentResolveNone = true; in radv_get_physical_device_properties_1_2()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 5990 VkBool32 independentResolveNone; member 6220 VkBool32 independentResolveNone; member
|
H A D | vulkan_hash.hpp | 7997 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDepthStencilResolveProperties.independentResolveNone ); 12122 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.independentResolveNone );
|