/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 679 vk12_props->filterMinmaxSingleComponentFormats = in vn_physical_device_init_properties() 681 .filterMinmaxSingleComponentFormats; in vn_physical_device_init_properties() 2095 u.sampler_filter_minmax->filterMinmaxSingleComponentFormats = in vn_GetPhysicalDeviceProperties2() 2096 vk12_props->filterMinmaxSingleComponentFormats; in vn_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_device.c | 933 CORE_PROPERTY(filterMinmaxSingleComponentFormats); in vk_get_physical_device_core_1_2_property_ext()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 1060 properties->filterMinmaxSingleComponentFormats = VK_FALSE; in getSamplerFilterMinmaxProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 3390 // If filterMinmaxSingleComponentFormats is VK_TRUE, the following formats must in getRequiredOptimalExtendedTilingFeatures() 3433 if (physicalDeviceSamplerMinMaxProperties.filterMinmaxSingleComponentFormats) in getRequiredOptimalExtendedTilingFeatures() 4924 (samplerFilterMinmaxProperties[0].filterMinmaxSingleComponentFormats != samplerFilterMinmaxProperties[1].filterMinmaxSingleComponentFormats || in deviceProperties2() 5669 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Properties, filterMinmaxSingleComponentFormats), in devicePropertiesVulkan12() 6347 if ((samplerFilterMinmaxProperties.filterMinmaxSingleComponentFormats != vulkan12Properties.filterMinmaxSingleComponentFormats || in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 3415 // If filterMinmaxSingleComponentFormats is VK_TRUE, the following formats must in getRequiredOptimalExtendedTilingFeatures() 3458 if (physicalDeviceSamplerMinMaxProperties.filterMinmaxSingleComponentFormats) in getRequiredOptimalExtendedTilingFeatures() 4929 (samplerFilterMinmaxProperties[0].filterMinmaxSingleComponentFormats != samplerFilterMinmaxProperties[1].filterMinmaxSingleComponentFormats || in deviceProperties2() 5674 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Properties, filterMinmaxSingleComponentFormats), in devicePropertiesVulkan12() 6352 if ((samplerFilterMinmaxProperties.filterMinmaxSingleComponentFormats != vulkan12Properties.filterMinmaxSingleComponentFormats || in devicePropertyExtensionsConsistencyVulkan12()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 1127 p->filterMinmaxSingleComponentFormats = true; in lvp_get_physical_device_properties_1_2()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1035 p->filterMinmaxSingleComponentFormats = true; in tu_get_physical_device_properties_1_2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1626 .filterMinmaxSingleComponentFormats = false, in v3dv_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1638 .filterMinmaxSingleComponentFormats = false, in dzn_GetPhysicalDeviceProperties2()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3934 VkBool32 filterMinmaxSingleComponentFormats; member 4439 VkBool32 filterMinmaxSingleComponentFormats; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 4416 VkBool32 filterMinmaxSingleComponentFormats; member 4669 VkBool32 filterMinmaxSingleComponentFormats; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 12001 size += vn_sizeof_VkBool32(&val->filterMinmaxSingleComponentFormats); in vn_sizeof_VkPhysicalDeviceSamplerFilterMinmaxProperties_self() 12030 vn_decode_VkBool32(dec, &val->filterMinmaxSingleComponentFormats); in vn_decode_VkPhysicalDeviceSamplerFilterMinmaxProperties_self() 12058 /* skip val->filterMinmaxSingleComponentFormats */ in vn_sizeof_VkPhysicalDeviceSamplerFilterMinmaxProperties_self_partial() 12086 /* skip val->filterMinmaxSingleComponentFormats */ in vn_encode_VkPhysicalDeviceSamplerFilterMinmaxProperties_self_partial() 14019 size += vn_sizeof_VkBool32(&val->filterMinmaxSingleComponentFormats); in vn_sizeof_VkPhysicalDeviceVulkan12Properties_self() 14104 vn_decode_VkBool32(dec, &val->filterMinmaxSingleComponentFormats); in vn_decode_VkPhysicalDeviceVulkan12Properties_self() 14182 /* skip val->filterMinmaxSingleComponentFormats */ in vn_sizeof_VkPhysicalDeviceVulkan12Properties_self_partial() 14260 /* skip val->filterMinmaxSingleComponentFormats */ in vn_encode_VkPhysicalDeviceVulkan12Properties_self_partial()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 2208 p->filterMinmaxSingleComponentFormats = pdevice->info.ver >= 9; in anv_get_physical_device_properties_1_2()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 5467 VkBool32 filterMinmaxSingleComponentFormats; member 5720 VkBool32 filterMinmaxSingleComponentFormats; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 50707 VULKAN_HPP_NAMESPACE::Bool32 filterMinmaxSingleComponentFormats = {}; global() member 57220 VULKAN_HPP_NAMESPACE::Bool32 filterMinmaxSingleComponentFormats = {}; global() member [all...] |
H A D | vulkan_core.h | 5566 VkBool32 filterMinmaxSingleComponentFormats; member 5819 VkBool32 filterMinmaxSingleComponentFormats; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 5833 VkBool32 filterMinmaxSingleComponentFormats; member 6086 VkBool32 filterMinmaxSingleComponentFormats; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 5616 VkBool32 filterMinmaxSingleComponentFormats; member 5869 VkBool32 filterMinmaxSingleComponentFormats; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 19033 print_VkBool32(obj.filterMinmaxSingleComponentFormats, "filterMinmaxSingleComponentFormats", 1); in print_VkPhysicalDeviceVulkan12Properties() 19180 print_VkBool32(obj->filterMinmaxSingleComponentFormats, "filterMinmaxSingleComponentFormats", 1); in print_VkPhysicalDeviceVulkan12Properties() 21125 print_VkBool32(obj.filterMinmaxSingleComponentFormats, "filterMinmaxSingleComponentFormats", 1); in print_VkPhysicalDeviceSamplerFilterMinmaxProperties() 21150 print_VkBool32(obj->filterMinmaxSingleComponentFormats, "filterMinmaxSingleComponentFormats", 1); in print_VkPhysicalDeviceSamplerFilterMinmaxProperties() [all...] |
H A D | vulkan_json_parser.hpp | 8892 parse_VkBool32("filterMinmaxSingleComponentFormats", obj["filterMinmaxSingleComponentFormats"], (o.filterMinmaxSingleComponentFormats)); in parse_VkPhysicalDeviceVulkan12Properties() 9430 parse_VkBool32("filterMinmaxSingleComponentFormats", obj["filterMinmaxSingleComponentFormats"], (o.filterMinmaxSingleComponentFormats)); in parse_VkPhysicalDeviceSamplerFilterMinmaxProperties()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2202 p->filterMinmaxSingleComponentFormats = true; in radv_get_physical_device_properties_1_2()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 5992 VkBool32 filterMinmaxSingleComponentFormats; member 6245 VkBool32 filterMinmaxSingleComponentFormats; member
|
H A D | vulkan_hash.hpp | 10861 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSamplerFilterMinmaxProperties.filterMinmaxSingleComponentFormats ); 12124 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.filterMinmaxSingleComponentFormats );
|
H A D | vulkan_structs.hpp | [all...] |