Searched refs:offset_z (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dcayman_shader.h274 #define TEX_DWORD2(offset_x, offset_y, offset_z, sampler_id, ssx, ssy, ssz, ssw) \
275 cpu_to_le32((((offset_x) << 0) | ((offset_y) << 5) | ((offset_z) << 10) | ((sampler_id) << 15) | \
H A Devergreen_shader.h275 #define TEX_DWORD2(offset_x, offset_y, offset_z, sampler_id, ssx, ssy, ssz, ssw) \
276 cpu_to_le32((((offset_x) << 0) | ((offset_y) << 5) | ((offset_z) << 10) | ((sampler_id) << 15) | \
H A Dr600_shader.h345 #define TEX_DWORD2(offset_x, offset_y, offset_z, sampler_id, ssx, ssy, ssz, ssw) \
346 cpu_to_le32((((offset_x) << 0) | ((offset_y) << 5) | ((offset_z) << 10) | ((sampler_id) << 15) | \
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dcayman_shader.h274 #define TEX_DWORD2(offset_x, offset_y, offset_z, sampler_id, ssx, ssy, ssz, ssw) \
275 cpu_to_le32((((offset_x) << 0) | ((offset_y) << 5) | ((offset_z) << 10) | ((sampler_id) << 15) | \
H A Devergreen_shader.h275 #define TEX_DWORD2(offset_x, offset_y, offset_z, sampler_id, ssx, ssy, ssz, ssw) \
276 cpu_to_le32((((offset_x) << 0) | ((offset_y) << 5) | ((offset_z) << 10) | ((sampler_id) << 15) | \
H A Dr600_shader.h345 #define TEX_DWORD2(offset_x, offset_y, offset_z, sampler_id, ssx, ssy, ssz, ssw) \
346 cpu_to_le32((((offset_x) << 0) | ((offset_y) << 5) | ((offset_z) << 10) | ((sampler_id) << 15) | \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.h87 int offset_z; member in struct:r600_bytecode_tex
H A Dr600_asm.c1605 S_SQ_TEX_WORD2_OFFSET_Z(tex->offset_z) |
2348 if (tex->offset_z)
2349 fprintf(stderr, "OZ:%d ", tex->offset_z);
H A Dr600_shader.c7475 int8_t offset_x = 0, offset_y = 0, offset_z = 0; local in function:tgsi_tex
8136 offset_z = ctx->literals[4 * inst->TexOffsets[0].Index + inst->TexOffsets[0].SwizzleZ] << 1;
8191 tex.offset_z = offset_z;
8445 tex.offset_z = 0;
8448 tex.offset_z = offset_z;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dinstr-a2xx.h352 uint8_t offset_z : 5; member in struct:PACKED
H A Ddisasm-a2xx.c431 if (tex->offset_x || tex->offset_y || tex->offset_z)
432 printf(" OFFSET(%u,%u,%u)", tex->offset_x, tex->offset_y, tex->offset_z);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_asm.h91 int offset_z; member in struct:r600_bytecode_tex
H A Dr600_asm.c1612 S_SQ_TEX_WORD2_OFFSET_Z(tex->offset_z) |
2355 if (tex->offset_z)
2356 fprintf(stderr, "OZ:%d ", tex->offset_z);
H A Dr600_shader.c7574 int8_t offset_x = 0, offset_y = 0, offset_z = 0; local in function:tgsi_tex
8235 offset_z = ctx->literals[4 * inst->TexOffsets[0].Index + inst->TexOffsets[0].SwizzleZ] << 1;
8290 tex.offset_z = offset_z;
8544 tex.offset_z = 0;
8547 tex.offset_z = offset_z;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/
H A Dinstr-a2xx.h347 uint8_t offset_z : 5; member in struct:PACKED
H A Ddisasm-a2xx.c452 if (tex->offset_x || tex->offset_y || tex->offset_z)
453 printf(" OFFSET(%u,%u,%u)", tex->offset_x, tex->offset_y, tex->offset_z);
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Ddisassemble.c1833 signed offset_z = ((texture->offset >> 8) & 0xF); local in function:print_texture_word
1837 bool neg_z = offset_z < 0;
1845 fprintf(fp, " + <%d, %d, %d>, ", offset_x, offset_y, offset_z);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_ir_to_assembly.cpp676 tex.offset_z = tex_instr.get_offset(2);

Completed in 94 milliseconds