Home
last modified time | relevance | path

Searched refs:independentResolve (Results 1 - 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c675 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 DvktRenderPassDepthStencilResolveTests.cpp322 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 DvktRenderPassDepthStencilResolveTests.cpp322 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 Dvk_device.c889 CORE_PROPERTY(independentResolve); in vk_get_physical_device_core_1_2_property_ext()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.cpp1032 properties->independentResolve = VK_TRUE; in getDepthStencilResolveProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp4860 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 DvktApiFeatureInfo.cpp4865 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 Dlvp_device.c1124 p->independentResolve = false; in lvp_get_physical_device_properties_1_2()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1033 p->independentResolve = false; in tu_get_physical_device_properties_1_2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1604 .independentResolve = false, in v3dv_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1637 .independentResolve = false, in dzn_GetPhysicalDeviceProperties2()
/third_party/glfw/deps/glad/
H A Dvulkan.h4182 VkBool32 independentResolve; member
4438 VkBool32 independentResolve; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h4415 VkBool32 independentResolve; member
4645 VkBool32 independentResolve; member
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h13184 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 Danv_device.c2206 p->independentResolve = true; in anv_get_physical_device_properties_1_2()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5466 VkBool32 independentResolve; member
5696 VkBool32 independentResolve; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp40652 , independentResolve( independentResolve_ ) independentResolve() function
40709 VULKAN_HPP_NAMESPACE::Bool32 independentResolve = {}; global() member
57219 VULKAN_HPP_NAMESPACE::Bool32 independentResolve = {}; global() member
[all...]
H A Dvulkan_core.h5565 VkBool32 independentResolve; member
5795 VkBool32 independentResolve; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h5832 VkBool32 independentResolve; member
6062 VkBool32 independentResolve; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h5615 VkBool32 independentResolve; member
5845 VkBool32 independentResolve; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp19031 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 Dvulkan_json_parser.hpp8890 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 Dradv_device.c2198 p->independentResolve = true; in radv_get_physical_device_properties_1_2()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h5991 VkBool32 independentResolve; member
6221 VkBool32 independentResolve; member
H A Dvulkan_hash.hpp7998 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDepthStencilResolveProperties.independentResolve );
12123 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.independentResolve );

Completed in 522 milliseconds

12