Home
last modified time | relevance | path

Searched refs:OPCODE_TEX (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_instruction.c146 { OPCODE_TEX, "TEX", 1, 1 },
185 return (opcode == OPCODE_TEX || in _mesa_is_tex_instruction()
Dprog_instruction.h167 OPCODE_TEX, /* X 3 X X */ enumerator
Dprog_to_nir.c529 case OPCODE_TEX: in ptn_tex()
689 [OPCODE_TEX] = 0,
816 case OPCODE_TEX: in ptn_emit_instruction()
Dprog_print.c635 case OPCODE_TEX: in _mesa_fprint_instruction_opt()
Dprogramopt.c421 case OPCODE_TEX: in is_texture_instruction()
Dprog_execute.c1065 case OPCODE_TEX: /* Both ARB and NV frag prog */ in _mesa_execute_program()
Dir_to_mesa.cpp1998 opcode = OPCODE_TEX; in visit()
2040 if (opcode == OPCODE_TEX) { in visit()
/external/swiftshader/src/Shader/
DPixelShader.cpp249 case Shader::OPCODE_TEX: in analyzeInterpolants()
314 case Shader::OPCODE_TEX: in analyzeInterpolants()
380 if(version == 0x0104 && instruction[i]->opcode == Shader::OPCODE_TEX) in analyzeInterpolants()
DShader.cpp848 case OPCODE_TEX: in operationString()
1342 case OPCODE_TEX: in size()
1813 case OPCODE_TEX: in analyzeSamplers()
DVertexShader.cpp118 case Shader::OPCODE_TEX: in validate()
DShader.hpp90 OPCODE_TEX, enumerator
DVertexProgram.cpp339 case Shader::OPCODE_TEX: TEX(d, s0, src1); break; in program()
DPixelProgram.cpp283 case Shader::OPCODE_TEX: TEXLD(d, s0, src1, project, bias); break; in applyShader()
DPixelPipeline.cpp163 case Shader::OPCODE_TEX: in applyShader()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c484 case OPCODE_TEX: in translate_opcode()
530 case OPCODE_TEX: in compile_instruction()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c934 case OPCODE_TEX: in upload_program()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1262 emit(textureFunction.offset ? sw::Shader::OPCODE_TEXOFFSET : sw::Shader::OPCODE_TEX, in visitAggregate()
1270 …ruction *tex = emit(textureFunction.offset ? sw::Shader::OPCODE_TEXOFFSET : sw::Shader::OPCODE_TEX, in visitAggregate()