Searched refs:OPCODE_TEX (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | prog_instruction.c | 148 { OPCODE_TEX, "TEX", 1, 1 }, 187 return (opcode == OPCODE_TEX || in _mesa_is_tex_instruction()
|
D | prog_instruction.h | 167 OPCODE_TEX, /* X 3 X X */ enumerator
|
D | prog_to_nir.c | 480 case OPCODE_TEX: in ptn_tex() 645 [OPCODE_TEX] = 0, 772 case OPCODE_TEX: in ptn_emit_instruction()
|
D | prog_print.c | 651 case OPCODE_TEX: in _mesa_fprint_instruction_opt()
|
D | programopt.c | 421 case OPCODE_TEX: in is_texture_instruction()
|
D | prog_execute.c | 1066 case OPCODE_TEX: /* Both ARB and NV frag prog */ in _mesa_execute_program()
|
D | ir_to_mesa.cpp | 1958 opcode = OPCODE_TEX; in visit() 2000 if (opcode == OPCODE_TEX) { in visit()
|
/external/swiftshader/src/Shader/ |
D | PixelShader.cpp | 250 case Shader::OPCODE_TEX: in analyzeInterpolants() 315 case Shader::OPCODE_TEX: in analyzeInterpolants() 384 if(shaderModel == 0x0104 && inst->opcode == Shader::OPCODE_TEX) in analyzeInterpolants()
|
D | VertexShader.cpp | 118 case Shader::OPCODE_TEX: in validate()
|
D | Shader.cpp | 865 case OPCODE_TEX: in operationString() 1361 case OPCODE_TEX: in size() 1835 case OPCODE_TEX: in analyzeSamplers()
|
D | Shader.hpp | 91 OPCODE_TEX, enumerator
|
D | VertexProgram.cpp | 336 case Shader::OPCODE_TEX: TEX(d, s0, src1); break; in program()
|
D | PixelProgram.cpp | 319 case Shader::OPCODE_TEX: TEX(d, s0, src1, project, bias); break; in applyShader()
|
D | PixelPipeline.cpp | 163 case Shader::OPCODE_TEX: in applyShader()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 507 case OPCODE_TEX: in translate_opcode() 548 case OPCODE_TEX: in compile_instruction()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 935 case OPCODE_TEX: in upload_program()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 1417 emit(sw::Shader::OPCODE_TEX, result, &coord, s); in visitAggregate()
|