| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | cayman_shader.h | 274 #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 D | evergreen_shader.h | 275 #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 D | r600_shader.h | 345 #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 D | cayman_shader.h | 274 #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 D | evergreen_shader.h | 275 #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 D | r600_shader.h | 345 #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 D | r600_asm.h | 87 int offset_z; member in struct:r600_bytecode_tex
|
| H A D | r600_asm.c | 1605 S_SQ_TEX_WORD2_OFFSET_Z(tex->offset_z) | 2348 if (tex->offset_z) 2349 fprintf(stderr, "OZ:%d ", tex->offset_z);
|
| H A D | r600_shader.c | 7475 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 D | instr-a2xx.h | 352 uint8_t offset_z : 5; member in struct:PACKED
|
| H A D | disasm-a2xx.c | 431 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 D | r600_asm.h | 91 int offset_z; member in struct:r600_bytecode_tex
|
| H A D | r600_asm.c | 1612 S_SQ_TEX_WORD2_OFFSET_Z(tex->offset_z) | 2355 if (tex->offset_z) 2356 fprintf(stderr, "OZ:%d ", tex->offset_z);
|
| H A D | r600_shader.c | 7574 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 D | instr-a2xx.h | 347 uint8_t offset_z : 5; member in struct:PACKED
|
| H A D | disasm-a2xx.c | 452 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 D | disassemble.c | 1833 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 D | sfn_ir_to_assembly.cpp | 676 tex.offset_z = tex_instr.get_offset(2);
|