Searched refs:tile_w (Results 1 – 6 of 6) sorted by relevance
240 unsigned tile_w, tile_h; in ilo_image_mem_to_raw() local244 tile_w = 1; in ilo_image_mem_to_raw()248 tile_w = 512; in ilo_image_mem_to_raw()252 tile_w = 128; in ilo_image_mem_to_raw()256 tile_w = 64; in ilo_image_mem_to_raw()261 tile_w = 1; in ilo_image_mem_to_raw()266 assert(mem_x % tile_w == 0); in ilo_image_mem_to_raw()
76 uint32_t tile_w = 32; in vc4_nir_lower_txf_ms_instr() local80 uint32_t tile_size = (tile_h * tile_w * in vc4_nir_lower_txf_ms_instr()83 uint32_t w = align(c->key->tex[unit].msaa_width, tile_w); in vc4_nir_lower_txf_ms_instr()84 uint32_t w_tiles = w / tile_w; in vc4_nir_lower_txf_ms_instr()95 nir_imm_int(b, (tile_w - 1) & ~1)); in vc4_nir_lower_txf_ms_instr()103 tile_w * in vc4_nir_lower_txf_ms_instr()
772 uint32_t tile_w = 32, tile_h = 32; in vc4_surface_msaa_get_sample() local775 uint32_t tile_x = x / tile_w; in vc4_surface_msaa_get_sample()779 uint32_t subtile_x = x % tile_w; in vc4_surface_msaa_get_sample()783 uint32_t tile_stride = quad_samples * tile_w / 2; in vc4_surface_msaa_get_sample()843 uint32_t tile_w = 32, tile_h = 32; in vc4_dump_surface_msaa() local844 uint32_t tiles_w = DIV_ROUND_UP(psurf->width, tile_w); in vc4_dump_surface_msaa()862 for (int tx = 0; tx < psurf->width; tx += tile_w) { in vc4_dump_surface_msaa()864 uint32_t bx1 = (x * tile_w / in vc4_dump_surface_msaa()866 uint32_t bx2 = ((x + 1) * tile_w / in vc4_dump_surface_msaa()
1283 OPJ_UINT32 tile_w = (OPJ_UINT32)(tilec->x1 - tilec->x0); in opj_t1_decode_cblks() local1339 … OPJ_INT32* restrict tiledp = &tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x]; in opj_t1_decode_cblks()1343 ((OPJ_INT32*)tiledp)[(j * tile_w) + i] = tmp/2; in opj_t1_decode_cblks()1347 …OPJ_FLOAT32* restrict tiledp = (OPJ_FLOAT32*) &tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x]; in opj_t1_decode_cblks()1356 tiledp += tile_w; in opj_t1_decode_cblks()1475 OPJ_UINT32 tile_w = (OPJ_UINT32)(tilec->x1 - tilec->x0); in opj_t1_encode_cblks() local1515 tileLineAdvance = tile_w - cblk_w; in opj_t1_encode_cblks()1517 tiledp=&tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x]; in opj_t1_encode_cblks()1519 t1->data_stride = tile_w; in opj_t1_encode_cblks()
814 uint32_t *tile_w, uint32_t *tile_h);
1155 uint32_t *tile_w, uint32_t *tile_h) in intel_get_tile_dims() argument1160 *tile_w = 512; in intel_get_tile_dims()1164 *tile_w = 128; in intel_get_tile_dims()1168 *tile_w = cpp; in intel_get_tile_dims()1200 *tile_w = *tile_h * aspect_ratio * cpp; in intel_get_tile_dims()