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

  /external/mesa3d/src/gallium/drivers/ilo/
ilo_resource.h 103 struct ilo_texture *separate_s8; member in struct:ilo_texture
ilo_resource.c 340 tex->separate_s8 = ilo_texture(s8);
342 assert(tex->separate_s8->image_format == PIPE_FORMAT_S8_UINT);
402 if (tex->separate_s8)
403 tex_destroy(tex->separate_s8);
ilo_transfer.c 96 if (tex->image.tiling == GEN8_TILING_W || tex->separate_s8) {
587 if (tex->separate_s8) {
588 struct ilo_texture *s8_tex = tex->separate_s8;
714 if (tex->separate_s8) {
715 struct ilo_texture *s8_tex = tex->separate_s8;
    [all...]
ilo_blitter_blt.c 253 if (dst_tex->image.tiling == GEN8_TILING_W || dst_tex->separate_s8)
313 if (dst_tex->image.tiling == GEN8_TILING_W || dst_tex->separate_s8 ||
314 src_tex->image.tiling == GEN8_TILING_W || src_tex->separate_s8)
ilo_state.c     [all...]

Completed in 296 milliseconds