HomeSort by relevance Sort by last modified time
    Searched refs:vk_format_is_depth_or_stencil (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/intel/vulkan/
vk_format_info.h 89 vk_format_is_depth_or_stencil(VkFormat format) function
anv_formats.c     [all...]
genX_pipeline.c 505 assert(vk_format_is_depth_or_stencil(vk_format));
    [all...]
  /device/generic/goldfish-opengl/system/vulkan_enc/
vk_format_info.h 152 vk_format_is_depth_or_stencil(VkFormat format) function
  /external/mesa3d/src/amd/vulkan/
vk_format.h 343 vk_format_is_depth_or_stencil(VkFormat format) function
385 return !vk_format_is_depth_or_stencil(format);
radv_formats.c 572 if (vk_format_is_depth_or_stencil(format)) {
    [all...]
radv_image.c 49 !vk_format_is_depth_or_stencil(pCreateInfo->format)
    [all...]

Completed in 112 milliseconds