Home
last modified time | relevance | path

Searched refs:tsz (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c301 unsigned tsx, tsy, tsz; in nv50_miptree_init_layout_tiled() local
311 tsz = NV50_TILE_SIZE_Z(lvl->tile_mode); in nv50_miptree_init_layout_tiled()
315 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz); in nv50_miptree_init_layout_tiled()
H A Dnv50_compute.c449 const unsigned tsz = NV50_TILE_SIZE_Z(lvl->tile_mode); in nv50_compute_validate_surfaces() local
450 const unsigned pitch = lvl->pitch * tsz; in nv50_compute_validate_surfaces()
451 const unsigned maxy = align(nby, tsy) * align(depth, tsz) >> NV50_TILE_SHIFT_Z(lvl->tile_mode); in nv50_compute_validate_surfaces()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c275 unsigned tsx, tsy, tsz; in nvc0_miptree_init_layout_tiled() local
294 tsz = NVC0_TILE_SIZE_Z(lvl->tile_mode); in nvc0_miptree_init_layout_tiled()
298 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz); in nvc0_miptree_init_layout_tiled()
H A Dnvc0_tex.c1189 const unsigned tsz = NVC0_TILE_SIZE_Z(lvl->tile_mode); in nvc0_validate_suf() local
1191 adjusted_width = align(nbx, tsx / util_format_get_blocksize(view->format)) * tsz; in nvc0_validate_suf()
1192 adjusted_height = align(nby, tsy) * align(depth, tsz) >> NVC0_TILE_SHIFT_Z(lvl->tile_mode); in nvc0_validate_suf()
/third_party/backends/backend/
H A Dhp-scl.c1178 int tsz; in process_data_init() local
1186 tsz = (HP_TMP_BUF_SIZE <= 0) ? procdata->bytes_per_line : HP_TMP_BUF_SIZE; in process_data_init()
1187 ph->tmp_buf = sanei_hp_alloc (tsz); in process_data_init()
1193 ph->tmp_buf_size = tsz; in process_data_init()
1201 tsz = procdata->lines*procdata->bytes_per_line; in process_data_init()
1202 if (procdata->out8) tsz /= 2; in process_data_init()
1203 ph->image_ptr = ph->image_buf = sanei_hp_alloc (tsz); in process_data_init()
1211 ph->image_buf_size = tsz; in process_data_init()
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.cc4039 // The tsz field must not be zero. in Disassembler()
4040 int tsz = instr->ExtractBits(20, 16); in Disassembler() local
4041 if (tsz != 0) { in Disassembler()
4045 if ((CountSetBits(imm2) + CountSetBits(tsz)) == 1) { in Disassembler()
4046 // If imm2:tsz has one set bit, the index is zero. This is in Disassembler()
5114 // The tsz field must not be zero. in Disassembler()
5123 // The tsz field must not be zero. in Disassembler()

Completed in 24 milliseconds