/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | regalloc_tex_1d_swizzle.test | 2 0: TEX temp[8].xyz, input[1].xy__, 2D[0]; 3 1: TEX temp[10].xyz, input[2].xyz_, CUBE[2]; 4 2: TEX temp[12].xyz, input[1].xy__, 2D[1]; 11 9: TEX temp[18].x, temp[0].x___, 1D[3];
|
/external/deqp-deps/glslang/Test/ |
D | textureQueryLOD.frag | 19 #define TEX 128.0
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | textureQueryLOD.frag | 19 #define TEX 128.0
|
/external/hyphenation-patterns/la/ |
D | hyph-la.lic.txt | 82 % ITALAT.TEX; this is substantially the same code, but the file has been 85 % A corresponding file (ITHYPH.TEX) has been extracted in order to eliminate 87 % ITHYPH.TEX has been further extended with many new patterns in order to
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | vtx-fetch-branch.ll | 11 ; CHECK: TEX
|
D | tex-clause-antidep.ll | 3 ;CHECK: TEX
|
D | rv7x0_count3.ll | 3 ; CHECK: TEX 9 @6 ; encoding: [0x06,0x00,0x00,0x00,0x00,0x04,0x88,0x80]
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 2967 DECL_SPECIAL(TEX) in DECL_SPECIAL() argument 3122 _OPI(TEX, TEX, V(0,0), V(0,0), V(0,0), V(1,3), 1, 0, SPECIAL(TEX)), 3123 _OPI(TEX, TEX, V(0,0), V(0,0), V(1,4), V(1,4), 1, 1, SPECIAL(TEXLD_14)), 3124 _OPI(TEX, TEX, V(0,0), V(0,0), V(2,0), V(3,0), 1, 2, SPECIAL(TEXLD)), 3125 _OPI(TEXBEM, TEX, V(0,0), V(0,0), V(0,0), V(1,3), 1, 1, SPECIAL(TEXBEM)), 3126 _OPI(TEXBEML, TEX, V(0,0), V(0,0), V(0,0), V(1,3), 1, 1, SPECIAL(TEXBEM)), 3127 _OPI(TEXREG2AR, TEX, V(0,0), V(0,0), V(0,0), V(1,3), 1, 1, SPECIAL(TEXREG2AR)), 3128 _OPI(TEXREG2GB, TEX, V(0,0), V(0,0), V(0,0), V(1,3), 1, 1, SPECIAL(TEXREG2GB)), 3129 _OPI(TEXM3x2PAD, TEX, V(0,0), V(0,0), V(0,0), V(1,3), 1, 1, SPECIAL(TEXM3x2PAD)), 3130 _OPI(TEXM3x2TEX, TEX, V(0,0), V(0,0), V(0,0), V(1,3), 1, 1, SPECIAL(TEXM3x2TEX)), [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600Defines.h | 32 TEX = (1 << 1), enumerator
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600Defines.h | 33 TEX = (1 << 1), enumerator
|
D | EvergreenInstructions.td | 649 "TEX $COUNT @$ADDR"> {
|
/external/mesa3d/docs/relnotes/ |
D | 7.10.2.rst | 155 - r300/compiler: fix the saturate modifier when applied to TEX 160 - r300/compiler: TEX instructions don't support negation on source
|
D | 5.1 | 45 - the TEX and TXP instructions both do perspective correction
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 231 TEX{sat} { return_opcode(require_ARB_fp, SAMPLE_OP, TEX, 3); }
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 86 OP12_TEX(TEX)
|
D | tgsi_info_opcodes.h | 53 OPCODE(1, 2, OTHR, TEX, .is_tex = 1)
|
/external/hyphenation-patterns/pl/ |
D | NOTICE | 48 % “Macro files like PLAIN.TEX should not be changed in any way,
|
D | hyph-pl.lic.txt | 48 % “Macro files like PLAIN.TEX should not be changed in any way,
|
/external/mesa3d/docs/gallium/cso/ |
D | sampler.rst | 94 the texture coordinates and/or the fragment shader TEX/TXB/TXL
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 769 NV50_IR_OPCODE_CASE(TEX, TEX); in translateOpcode() 771 NV50_IR_OPCODE_CASE(TXP, TEX); in translateOpcode() 891 NV50_IR_OPCODE_CASE(SAMPLE, TEX); in translateOpcode() 893 NV50_IR_OPCODE_CASE(SAMPLE_C, TEX); in translateOpcode() 894 NV50_IR_OPCODE_CASE(SAMPLE_C_LZ, TEX); in translateOpcode() 916 NV50_IR_OPCODE_CASE(TEX2, TEX); in translateOpcode()
|
D | nv50_ir_target_gv100.cpp | 195 OPINFO(TEX , NONE, NONE, NONE, NONE, NONE, NONE);
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 733 nvfx_fp_emit(fpc, tex(sat, TEX, unit, dst, mask, src[0], none, none)); in nvfx_fragprog_parse_instruction() 755 nvfx_fp_emit(fpc, tex(sat, TEX, unit, dst, mask, src[0], none, none)); in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_fmt_def.inc | 479 // TEX
|
D | notes.markdown | 325 vector operand in the CF/TEX/VTX instructions is represented with 4
|
/external/mesa3d/docs/gallium/ |
D | tgsi.rst | 512 .. opcode:: TEX - Texture Lookup 540 this is the same as TEX, but uses another reg to encode the 955 used. Set W to zero. It behaves like the TEX instruction, but a filtered 3582 For TEX\* style texture sample opcodes (as opposed to SAMPLE\* opcodes 3592 NOTE: It is NOT legal to mix SAMPLE\* style opcodes and TEX\* opcodes 3819 by TGSI texture instructions, such as :opcode:`TEX`, :opcode:`TXD`, and
|