Home
last modified time | relevance | path

Searched refs:TEX (Results 1 – 25 of 53) sorted by relevance

123

/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Dregalloc_tex_1d_swizzle.test2 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/
DtextureQueryLOD.frag19 #define TEX 128.0
/external/angle/third_party/vulkan-deps/glslang/src/Test/
DtextureQueryLOD.frag19 #define TEX 128.0
/external/hyphenation-patterns/la/
Dhyph-la.lic.txt82 % 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/
Dvtx-fetch-branch.ll11 ; CHECK: TEX
Dtex-clause-antidep.ll3 ;CHECK: TEX
Drv7x0_count3.ll3 ; CHECK: TEX 9 @6 ; encoding: [0x06,0x00,0x00,0x00,0x00,0x04,0x88,0x80]
/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c2967 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/
DR600Defines.h32 TEX = (1 << 1), enumerator
/external/llvm/lib/Target/AMDGPU/
DR600Defines.h33 TEX = (1 << 1), enumerator
DEvergreenInstructions.td649 "TEX $COUNT @$ADDR"> {
/external/mesa3d/docs/relnotes/
D7.10.2.rst155 - r300/compiler: fix the saturate modifier when applied to TEX
160 - r300/compiler: TEX instructions don't support negation on source
D5.145 - the TEX and TXP instructions both do perspective correction
/external/mesa3d/src/mesa/program/
Dprogram_lexer.l231 TEX{sat} { return_opcode(require_ARB_fp, SAMPLE_OP, TEX, 3); }
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h86 OP12_TEX(TEX)
Dtgsi_info_opcodes.h53 OPCODE(1, 2, OTHR, TEX, .is_tex = 1)
/external/hyphenation-patterns/pl/
DNOTICE48 % “Macro files like PLAIN.TEX should not be changed in any way,
Dhyph-pl.lic.txt48 % “Macro files like PLAIN.TEX should not be changed in any way,
/external/mesa3d/docs/gallium/cso/
Dsampler.rst94 the texture coordinates and/or the fragment shader TEX/TXB/TXL
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp769 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()
Dnv50_ir_target_gv100.cpp195 OPINFO(TEX , NONE, NONE, NONE, NONE, NONE, NONE);
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c733 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/
Dsb_bc_fmt_def.inc479 // TEX
Dnotes.markdown325 vector operand in the CF/TEX/VTX instructions is represented with 4
/external/mesa3d/docs/gallium/
Dtgsi.rst512 .. 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

123