Home
last modified time | relevance | path

Searched refs:offset_z (Results 1 – 10 of 10) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenc_compute_variance.cpp126 int offset_z = arg.offset_z; in compute_pixel_region_variance() local
171 int z_src = (z - zd_start) + offset_z - kernel_radius_z; in compute_pixel_region_variance()
215 int z_src = (z - zd_start) + offset_z - kernel_radius_z; in compute_pixel_region_variance()
254 int z_src = (z - zd_start) + offset_z - kernel_radius_z; in compute_pixel_region_variance()
367 int z_dst = z + offset_z; in compute_pixel_region_variance()
462 arg.offset_z = z; in compute_averages()
510 ag.arg.offset_z = 0; in init_compute_averages()
Dastcenc_internal.h1340 unsigned int offset_z; member
/third_party/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c452 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()
Dinstr-a2xx.h347 uint8_t offset_z : 5; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h91 int offset_z; member
Dr600_asm.c1694 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()
Dr600_shader.c7578 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/
Ddisassemble.c1828 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicsAMDGPU.td86 llvm_i32_ty, // offset_z,
100 llvm_i32_ty, // offset_z,
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp467 tex.offset_z = tex_instr.get_offset(2); in visit()