HomeSort by relevance Sort by last modified time
    Searched defs:tile_w (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_nir_lower_txf_ms.c 76 uint32_t tile_w = 32; local
80 uint32_t tile_size = (tile_h * tile_w *
83 uint32_t w = align(c->key->tex[unit].msaa_width, tile_w);
84 uint32_t w_tiles = w / tile_w;
95 nir_imm_int(b, (tile_w - 1) & ~1));
103 tile_w *
vc4_resource.c 772 uint32_t tile_w = 32, tile_h = 32; local
775 uint32_t tile_x = x / tile_w;
779 uint32_t subtile_x = x % tile_w;
783 uint32_t tile_stride = quad_samples * tile_w / 2;
843 uint32_t tile_w = 32, tile_h = 32; local
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_image.h 240 unsigned tile_w, tile_h; local
244 tile_w = 1;
248 tile_w = 512;
252 tile_w = 128;
256 tile_w = 64;
261 tile_w = 1;
266 assert(mem_x % tile_w == 0);
  /external/pdfium/third_party/libopenjpeg20/
t1.c 1611 OPJ_UINT32 tile_w; local
2119 OPJ_UINT32 tile_w = (OPJ_UINT32)(tilec->x1 - tilec->x0); local
    [all...]

Completed in 1778 milliseconds