HomeSort by: relevance | last modified time | path
    Searched refs:vk_format_is_stencil (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
vk_format.h 393 vk_format_is_stencil(VkFormat format) function
radv_formats.c 700 if (vk_format_is_depth(format) && vk_format_is_stencil(format))
radv_cmd_buffer.c 2382 !vk_format_is_stencil(image->vk_format)) {
4457 if (vk_format_is_stencil(image->vk_format))
4484 uint32_t clear_value = vk_format_is_stencil(image->vk_format) ? 0xfffff30f : 0xfffc000f;
4494 uint32_t clear_value = vk_format_is_stencil(image->vk_format) ? 0xfffff30f : 0xfffc000f;
radv_pipeline.c 986 bool has_stencil = vk_format_is_stencil(attachment->format);
2633 unsigned stencil_coeff = vk_format_is_stencil(attachment->format) ? 1 : 0;
2725 bool has_stencil_attachment = attachment && vk_format_is_stencil(attachment->format);
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
vk_format.h 399 vk_format_is_stencil(VkFormat format) function

Completed in 10 milliseconds