Home
last modified time | relevance | path

Searched refs:customBorderColorWithoutFormat (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mesa3d/docs/drivers/
Dzink.rst41 * `VK_EXT_custom_border_color`_ with ``customBorderColorWithoutFormat``
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c550 if (!screen->info.border_color_feats.customBorderColorWithoutFormat) in zink_get_param()
2115 screen->info.border_color_feats.customBorderColorWithoutFormat = VK_FALSE; in init_driver_workarounds()
Dzink_context.c407 if (!screen->info.border_color_feats.customBorderColorWithoutFormat && in zink_create_sampler_state()
413 … (screen->info.border_color_feats.customBorderColorWithoutFormat || state->border_color_format)) { in zink_create_sampler_state()
435 …cbci.format = screen->info.border_color_feats.customBorderColorWithoutFormat ? VK_FORMAT_UNDEFINED… in zink_create_sampler_state()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c765 features->customBorderColorWithoutFormat = true; in tu_GetPhysicalDeviceFeatures2()
1797 border_color_features->customBorderColorWithoutFormat; in tu_CreateDevice()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp338 features->customBorderColorWithoutFormat = VK_TRUE; in getPhysicalDeviceCustomBorderColorFeaturesExt()
DlibVulkan.cpp895 (void)customBorderColorFeatures->customBorderColorWithoutFormat; in vkCreateDevice()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c633 features->customBorderColorWithoutFormat = true; in panvk_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp435 if (physicalDeviceCustomBorderColorFeatures.customBorderColorWithoutFormat != VK_TRUE && in ImageSamplingInstance()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c915 features->customBorderColorWithoutFormat = true; in lvp_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1269 features->customBorderColorWithoutFormat = false; in v3dv_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFeatureTest.inl913 FEATURE_ITEM (VkPhysicalDeviceCustomBorderColorFeaturesEXT, customBorderColorWithoutFormat),
DvkStructTypes.inl5200 VkBool32 customBorderColorWithoutFormat; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp2694 mCustomBorderColorFeatures.customBorderColorWithoutFormat == VK_TRUE && !isSwiftShader); in initFeatures()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c1544 features->customBorderColorWithoutFormat = pdevice->info.ver >= 8; in anv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h6595 size += vn_sizeof_VkBool32(&val->customBorderColorWithoutFormat); in vn_sizeof_VkPhysicalDeviceCustomBorderColorFeaturesEXT_self()
6623 vn_encode_VkBool32(enc, &val->customBorderColorWithoutFormat); in vn_encode_VkPhysicalDeviceCustomBorderColorFeaturesEXT_self()
6648 vn_decode_VkBool32(dec, &val->customBorderColorWithoutFormat); in vn_decode_VkPhysicalDeviceCustomBorderColorFeaturesEXT_self()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c1593 features->customBorderColorWithoutFormat = true; in radv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst4607 - zink: warn on missing customBorderColorWithoutFormat
4738 - zink: disable customBorderColorWithoutFormat on turnip
4739 - zink: don't warn for missing customBorderColorWithoutFormat on turnip
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h11794 VkBool32 customBorderColorWithoutFormat; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h12433 VkBool32 customBorderColorWithoutFormat; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h12273 VkBool32 customBorderColorWithoutFormat; member
Dvulkan_structs.hpp40271 , customBorderColorWithoutFormat( customBorderColorWithoutFormat_ )
40311 customBorderColorWithoutFormat = customBorderColorWithoutFormat_; in setCustomBorderColorWithoutFormat()
40332 ( customBorderColorWithoutFormat == rhs.customBorderColorWithoutFormat ); in operator ==()
40345 VULKAN_HPP_NAMESPACE::Bool32 customBorderColorWithoutFormat = {}; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h13316 VkBool32 customBorderColorWithoutFormat; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp50696 , customBorderColorWithoutFormat( customBorderColorWithoutFormat_ )
50733 customBorderColorWithoutFormat = customBorderColorWithoutFormat_; in setCustomBorderColorWithoutFormat()
50756 return std::tie( sType, pNext, customBorderColors, customBorderColorWithoutFormat ); in reflect()
50769 ( customBorderColorWithoutFormat == rhs.customBorderColorWithoutFormat ); in operator ==()
50783 VULKAN_HPP_NAMESPACE::Bool32 customBorderColorWithoutFormat = {}; member
Dvulkan_core.h13445 VkBool32 customBorderColorWithoutFormat; member
Dvulkan_hash.hpp6798 …PP_HASH_COMBINE( seed, physicalDeviceCustomBorderColorFeaturesEXT.customBorderColorWithoutFormat ); in operator ()()

12