Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c673 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 Dvk_device.c888 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 DvktRenderPassDepthStencilResolveTests.cpp320 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 DvktRenderPassDepthStencilResolveTests.cpp320 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 DVkPhysicalDevice.cpp1031 properties->independentResolveNone = VK_TRUE; in getDepthStencilResolveProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp4859 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 DvktApiFeatureInfo.cpp4864 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 Dlvp_device.c1123 p->independentResolveNone = false; in lvp_get_physical_device_properties_1_2()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1032 p->independentResolveNone = false; in tu_get_physical_device_properties_1_2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1588 /* 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 Ddzn_device.c1636 .independentResolveNone = false, in dzn_GetPhysicalDeviceProperties2()
/third_party/glfw/deps/glad/
H A Dvulkan.h4181 VkBool32 independentResolveNone; member
4437 VkBool32 independentResolveNone; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h4414 VkBool32 independentResolveNone; member
4644 VkBool32 independentResolveNone; member
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h13183 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 Danv_device.c2205 p->independentResolveNone = true; in anv_get_physical_device_properties_1_2()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5465 VkBool32 independentResolveNone; member
5695 VkBool32 independentResolveNone; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp40708 VULKAN_HPP_NAMESPACE::Bool32 independentResolveNone = {}; global() member
57218 VULKAN_HPP_NAMESPACE::Bool32 independentResolveNone = {}; global() member
[all...]
H A Dvulkan_core.h5564 VkBool32 independentResolveNone; member
5794 VkBool32 independentResolveNone; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h5831 VkBool32 independentResolveNone; member
6061 VkBool32 independentResolveNone; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h5614 VkBool32 independentResolveNone; member
5844 VkBool32 independentResolveNone; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp19029 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 Dvulkan_json_parser.hpp8888 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 Dradv_device.c2197 p->independentResolveNone = true; in radv_get_physical_device_properties_1_2()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h5990 VkBool32 independentResolveNone; member
6220 VkBool32 independentResolveNone; member
H A Dvulkan_hash.hpp7997 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDepthStencilResolveProperties.independentResolveNone );
12122 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.independentResolveNone );

Completed in 525 milliseconds

12