| /third_party/mesa3d/docs/drivers/ |
| D | zink.rst | 41 * `VK_EXT_custom_border_color`_ with ``customBorderColorWithoutFormat``
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_screen.c | 550 if (!screen->info.border_color_feats.customBorderColorWithoutFormat) in zink_get_param() 2115 screen->info.border_color_feats.customBorderColorWithoutFormat = VK_FALSE; in init_driver_workarounds()
|
| D | zink_context.c | 407 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/ |
| D | tu_device.c | 765 features->customBorderColorWithoutFormat = true; in tu_GetPhysicalDeviceFeatures2() 1797 border_color_features->customBorderColorWithoutFormat; in tu_CreateDevice()
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkPhysicalDevice.cpp | 338 features->customBorderColorWithoutFormat = VK_TRUE; in getPhysicalDeviceCustomBorderColorFeaturesExt()
|
| D | libVulkan.cpp | 895 (void)customBorderColorFeatures->customBorderColorWithoutFormat; in vkCreateDevice()
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| D | panvk_device.c | 633 features->customBorderColorWithoutFormat = true; in panvk_GetPhysicalDeviceFeatures2()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineImageSamplingInstance.cpp | 435 if (physicalDeviceCustomBorderColorFeatures.customBorderColorWithoutFormat != VK_TRUE && in ImageSamplingInstance()
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_device.c | 915 features->customBorderColorWithoutFormat = true; in lvp_GetPhysicalDeviceFeatures2()
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| D | v3dv_device.c | 1269 features->customBorderColorWithoutFormat = false; in v3dv_GetPhysicalDeviceFeatures2()
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkDeviceFeatureTest.inl | 913 FEATURE_ITEM (VkPhysicalDeviceCustomBorderColorFeaturesEXT, customBorderColorWithoutFormat),
|
| D | vkStructTypes.inl | 5200 VkBool32 customBorderColorWithoutFormat; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | RendererVk.cpp | 2694 mCustomBorderColorFeatures.customBorderColorWithoutFormat == VK_TRUE && !isSwiftShader); in initFeatures()
|
| /third_party/mesa3d/src/intel/vulkan/ |
| D | anv_device.c | 1544 features->customBorderColorWithoutFormat = pdevice->info.ver >= 8; in anv_GetPhysicalDeviceFeatures2()
|
| /third_party/mesa3d/src/virtio/venus-protocol/ |
| D | vn_protocol_driver_device.h | 6595 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/ |
| D | radv_device.c | 1593 features->customBorderColorWithoutFormat = true; in radv_GetPhysicalDeviceFeatures2()
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 22.2.0.rst | 4607 - 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/ |
| D | vulkan_core.h | 11794 VkBool32 customBorderColorWithoutFormat; member
|
| /third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| D | vulkan_core.h | 12433 VkBool32 customBorderColorWithoutFormat; member
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan_core.h | 12273 VkBool32 customBorderColorWithoutFormat; member
|
| D | vulkan_structs.hpp | 40271 , 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/ |
| D | vulkan_core.h | 13316 VkBool32 customBorderColorWithoutFormat; member
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_structs.hpp | 50696 , 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
|
| D | vulkan_core.h | 13445 VkBool32 customBorderColorWithoutFormat; member
|
| D | vulkan_hash.hpp | 6798 …PP_HASH_COMBINE( seed, physicalDeviceCustomBorderColorFeaturesEXT.customBorderColorWithoutFormat ); in operator ()()
|