Searched refs:tile_w (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c75 uint32_t tile_w = 32; local in function:vc4_nir_lower_txf_ms_instr
79 uint32_t tile_size = (tile_h * tile_w *
82 uint32_t w = align(c->key->tex[unit].msaa_width, tile_w);
83 uint32_t w_tiles = w / tile_w;
94 nir_imm_int(b, (tile_w - 1) & ~1));
102 tile_w *
H A Dvc4_resource.c863 uint32_t tile_w = 32, tile_h = 32; local in function:vc4_surface_msaa_get_sample
866 uint32_t tile_x = x / tile_w;
870 uint32_t subtile_x = x % tile_w;
874 uint32_t tile_stride = quad_samples * tile_w / 2;
934 uint32_t tile_w = 32, tile_h = 32; local in function:vc4_dump_surface_msaa
935 uint32_t tiles_w = DIV_ROUND_UP(psurf->width, tile_w);
951 for (int tx = 0; tx < psurf->width; tx += tile_w) {
953 uint32_t bx1 = (x * tile_w /
955 uint32_t bx2 = ((x + 1) * tile_w /
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c72 uint32_t tile_w = 32; local in function:vc4_nir_lower_txf_ms_instr
76 uint32_t tile_size = (tile_h * tile_w *
79 uint32_t w = align(c->key->tex[unit].msaa_width, tile_w);
80 uint32_t w_tiles = w / tile_w;
91 nir_imm_int(b, (tile_w - 1) & ~1));
99 tile_w *
H A Dvc4_resource.c888 uint32_t tile_w = 32, tile_h = 32; local in function:vc4_surface_msaa_get_sample
891 uint32_t tile_x = x / tile_w;
895 uint32_t subtile_x = x % tile_w;
899 uint32_t tile_stride = quad_samples * tile_w / 2;
959 uint32_t tile_w = 32, tile_h = 32; local in function:vc4_dump_surface_msaa
960 uint32_t tiles_w = DIV_ROUND_UP(psurf->width, tile_w);
976 for (int tx = 0; tx < psurf->width; tx += tile_w) {
978 uint32_t bx1 = (x * tile_w /
980 uint32_t bx2 = ((x + 1) * tile_w /
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_texture.c188 unsigned tile_h = 1, tile_w = 1, tile_shift = 0; local in function:pan_image_layout_init
191 tile_w = panfrost_block_dim(layout->modifier, true, 0);
205 effective_width = ALIGN_POT(effective_width, tile_w) >> tile_shift;
244 (effective_width / tile_w) *
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.h472 uint32_t *tile_w, uint32_t *tile_h);
H A Dintel_mipmap_tree.c1361 * This function computes the tile_w (in bytes) and tile_h (in rows) of
1362 * different tiling patterns. If the BO is untiled, tile_w is set to cpp
1367 uint32_t *tile_w, uint32_t *tile_h)
1371 *tile_w = 512;
1375 *tile_w = 128;
1379 *tile_w = cpp;
1366 intel_get_tile_dims(enum isl_tiling tiling,uint32_t cpp,uint32_t * tile_w,uint32_t * tile_h) argument
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl.h2829 * @brief computes the tile_w (in bytes) and tile_h (in rows) of
2834 uint32_t *tile_w, uint32_t *tile_h)
2838 *tile_w = 512;
2842 *tile_w = 128;
2846 *tile_w = cpp;
2833 isl_get_tile_dims(enum isl_tiling tiling,uint32_t cpp,uint32_t * tile_w,uint32_t * tile_h) argument
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Dxeglgears.c617 EGLint tile_w, EGLint tile_h, EGLint w, EGLint h)
623 for (x = 0; x < w; x += tile_w) {
627 0, 0, tile_w, tile_h, x, y);
616 copy_gears(struct egl_manager * eman,EGLint tile_w,EGLint tile_h,EGLint w,EGLint h) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_context.c90 int tile_w = (rsrc->base.width0 + (MALI_TILE_LENGTH - 1)) >> MALI_TILE_SHIFT; local in function:panfrost_enable_afbc
97 rsrc->bo->afbc_metadata_size = tile_w * tile_h * 16;
118 int tile_w = (rsrc->base.width0 + (MALI_TILE_LENGTH - 1)) >> MALI_TILE_SHIFT; local in function:panfrost_enable_checksum
122 rsrc->bo->checksum_stride = tile_w * 8;

Completed in 69 milliseconds