Searched refs:tile_h (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_image.h240 unsigned tile_w, tile_h; local
245 tile_h = 1;
249 tile_h = 8;
253 tile_h = 32;
257 tile_h = 64;
262 tile_h = 1;
267 assert(mem_y % tile_h == 0);
269 return mem_y * img->bo_stride + mem_x * tile_h;
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c77 uint32_t tile_h = 32; local
80 uint32_t tile_size = (tile_h * tile_w *
97 nir_imm_int(b, (tile_h - 1) & ~1));
H A Dvc4_resource.c772 uint32_t tile_w = 32, tile_h = 32; local
776 uint32_t tile_y = y / tile_h;
780 uint32_t subtile_y = y % tile_h;
843 uint32_t tile_w = 32, tile_h = 32; local
845 uint32_t tiles_h = DIV_ROUND_UP(psurf->height, tile_h);
859 for (int ty = 0; ty < psurf->height; ty += tile_h) {
868 uint32_t by1 = (y * tile_h /
870 uint32_t by2 = ((y + 1) * tile_h /
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.h814 uint32_t *tile_w, uint32_t *tile_h);
H A Dintel_mipmap_tree.c1149 * This function computes the tile_w (in bytes) and tile_h (in rows) of
1151 * and tile_h is set to 1.
1155 uint32_t *tile_w, uint32_t *tile_h)
1161 *tile_h = 8;
1165 *tile_h = 32;
1169 *tile_h = 1;
1180 *tile_h = 64;
1184 *tile_h = 32;
1188 *tile_h = 16;
1198 *tile_h *
1154 intel_get_tile_dims(uint32_t tiling, uint32_t tr_mode, uint32_t cpp, uint32_t *tile_w, uint32_t *tile_h) argument
1214 uint32_t tile_w_bytes, tile_h; local
[all...]

Completed in 604 milliseconds