Searched refs:offset_z (Results 1 - 10 of 10) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenc_compute_variance.cpp | 118 int offset_z = arg.offset_z; in compute_pixel_region_variance() local 163 int z_src = (z - zd_start) + offset_z - kernel_radius_z; in compute_pixel_region_variance() 207 int z_src = (z - zd_start) + offset_z - kernel_radius_z; in compute_pixel_region_variance() 246 int z_src = (z - zd_start) + offset_z - kernel_radius_z; in compute_pixel_region_variance() 359 int z_dst = z + offset_z; in compute_pixel_region_variance() 451 ag.arg.offset_z = 0; in init_compute_averages()
|
H A D | astcenc_internal.h | 1178 unsigned int offset_z; member
|
H A D | astcenc_entry.cpp | 1038 arg.offset_z = z; in compute_averages()
|
/third_party/mesa3d/src/freedreno/ir2/ |
H A D | instr-a2xx.h | 347 uint8_t offset_z : 5; member
|
H A D | disasm-a2xx.c | 452 if (tex->offset_x || tex->offset_y || tex->offset_z) in print_fetch_tex() 453 printf(" OFFSET(%u,%u,%u)", tex->offset_x, tex->offset_y, tex->offset_z); in print_fetch_tex()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_asm.h | 91 int offset_z; member
|
H A D | r600_asm.c | 1694 S_SQ_TEX_WORD2_OFFSET_Z(tex->offset_z) | in r600_bytecode_tex_build() 2437 if (tex->offset_z) in r600_bytecode_disasm() 2438 fprintf(stderr, "OZ:%d ", tex->offset_z); in r600_bytecode_disasm()
|
H A D | r600_shader.c | 7578 int8_t offset_x = 0, offset_y = 0, offset_z = 0; in tgsi_tex() local 8239 offset_z = ctx->literals[4 * inst->TexOffsets[0].Index + inst->TexOffsets[0].SwizzleZ] << 1; in tgsi_tex() 8294 tex.offset_z = offset_z; in tgsi_tex() 8558 tex.offset_z = 0; in tgsi_tex() 8561 tex.offset_z = offset_z; in tgsi_tex()
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | disassemble.c | 1828 signed offset_z = ((texture->offset >> 8) & 0xF); in print_texture_word() local 1832 bool neg_z = offset_z < 0; in print_texture_word() 1840 fprintf(fp, " + <%d, %d, %d>, ", offset_x, offset_y, offset_z); in print_texture_word()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_assembler.cpp | 467 tex.offset_z = tex_instr.get_offset(2); in visit()
|
Completed in 32 milliseconds