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

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_nir_lower_txf_ms.c 77 uint32_t tile_h = 32; local
80 uint32_t tile_size = (tile_h * tile_w *
97 nir_imm_int(b, (tile_h - 1) & ~1));
vc4_resource.c 946 uint32_t tile_w = 32, tile_h = 32; local
1017 uint32_t tile_w = 32, tile_h = 32; local
    [all...]
  /external/libaom/libaom/av1/common/
tile_common.c 216 const int tile_h = tile_height_sb * cm->seq_params.mib_size; local
217 assert(i == 0 || tile_h == *h); // ensure all tiles have same dimension
218 *h = tile_h;
thread_common.c 718 const int tile_h = tile_rect.bottom - tile_rect.top; local
722 while (y0 < tile_h) {
723 int remaining_h = tile_h - y0;
restoration.c 1249 const int tile_h = tile_rect->bottom - tile_rect->top; local
1310 const int tile_h = tile_rect.bottom - tile_rect.top; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_mipmap_tree.h 486 uint32_t *tile_w, uint32_t *tile_h);
intel_mipmap_tree.c 1406 uint32_t tile_w_bytes, tile_h; local
    [all...]

Completed in 1449 milliseconds