Searched refs:stencil_read (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_clear_blit.c | 946 bool stencil_read) in tu_image_view_copy_blit() argument 961 .components.r = stencil_read ? VK_COMPONENT_SWIZZLE_A : VK_COMPONENT_SWIZZLE_R, in tu_image_view_copy_blit() 978 bool stencil_read) in tu_image_view_copy() argument 981 tu_image_view_copy_blit(iview, image, format, subres, layer, stencil_read); in tu_image_view_copy() 1246 bool stencil_read = false; in tu_copy_image_to_buffer() local 1250 stencil_read = true; in tu_copy_image_to_buffer() 1253 const struct blit_ops *ops = stencil_read ? &r3d_ops : &r2d_ops; in tu_copy_image_to_buffer() 1267 …_view_copy(&src, src_image, src_image->vk_format, &info->imageSubresource, offset.z, stencil_read); in tu_copy_image_to_buffer()
|