Searched refs:VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_image.c70 if (pCreateInfo->flags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT)
291 assert(image->create_flags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_formats.c219 !(info->flags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT) &&
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_formats.c218 !(info->flags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT) &&
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_formats.c409 * - flags contains VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT
418 !(info->flags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT) &&
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_formats.c420 !(info->flags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT) &&
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.1.6.rst56 - anv/image: Fix VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_android.c575 if (vk_create & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT)
H A Dradv_formats.c1534 !(info->flags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT) &&
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_android.c267 if (vk_create & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT)
H A Danv_formats.c860 !(info->flags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT) &&
H A Danv_image.c56 if (vk_create_flags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT)
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_android.c360 if (vk_create & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT)
H A Danv_formats.c1107 !(info->flags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT) &&
H A Danv_image.c219 if (vk_create_flags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT)
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_formats.c732 !(info->flags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT) &&
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_formats.c1166 !(info->flags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT)) {
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_android.c181 if (flags & VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_resource.c381 * - flags contains VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT
432 ici->flags |= VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT;
434 ici->flags &= ~VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT;
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h1402 VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT = 0x00000010, enumerator in enum:VkImageCreateFlagBits
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h1890 VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT = 0x00000010, enumerator in enum:VkImageCreateFlagBits

Completed in 94 milliseconds