Home
last modified time | relevance | path

Searched refs:separate_s8 (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/
Dilo_resource.c340 tex->separate_s8 = ilo_texture(s8); in tex_create_separate_stencil()
342 assert(tex->separate_s8->image_format == PIPE_FORMAT_S8_UINT); in tex_create_separate_stencil()
402 if (tex->separate_s8) in tex_destroy()
403 tex_destroy(tex->separate_s8); in tex_destroy()
Dilo_resource.h103 struct ilo_texture *separate_s8; member
Dilo_blitter_blt.c253 if (dst_tex->image.tiling == GEN8_TILING_W || dst_tex->separate_s8) in tex_clear_region()
313 if (dst_tex->image.tiling == GEN8_TILING_W || dst_tex->separate_s8 || in tex_copy_region()
314 src_tex->image.tiling == GEN8_TILING_W || src_tex->separate_s8) in tex_copy_region()
Dilo_transfer.c96 if (tex->image.tiling == GEN8_TILING_W || tex->separate_s8) { in resource_get_transfer_method()
587 if (tex->separate_s8) { in tex_staging_sys_zs_read()
588 struct ilo_texture *s8_tex = tex->separate_s8; in tex_staging_sys_zs_read()
714 if (tex->separate_s8) { in tex_staging_sys_zs_write()
715 struct ilo_texture *s8_tex = tex->separate_s8; in tex_staging_sys_zs_write()
Dilo_state.c2057 tex->separate_s8) { in ilo_create_sampler_view()
2146 if (tex->separate_s8) { in ilo_create_surface()
2147 info.s_vma = &tex->separate_s8->vma; in ilo_create_surface()
2148 info.s_img = &tex->separate_s8->image; in ilo_create_surface()