Searched refs:OPCODE_TEX (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | prog_instruction.c | 146 { OPCODE_TEX, "TEX", 1, 1 }, 185 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 | 529 case OPCODE_TEX: in ptn_tex() 689 [OPCODE_TEX] = 0, 816 case OPCODE_TEX: in ptn_emit_instruction()
|
D | programopt.c | 421 case OPCODE_TEX: in is_texture_instruction()
|
D | prog_print.c | 635 case OPCODE_TEX: in _mesa_fprint_instruction_opt()
|
D | prog_execute.c | 1065 case OPCODE_TEX: /* Both ARB and NV frag prog */ in _mesa_execute_program()
|
D | ir_to_mesa.cpp | 1998 opcode = OPCODE_TEX; in visit() 2040 if (opcode == OPCODE_TEX) { in visit()
|
/external/swiftshader/src/Shader/ |
D | PixelShader.cpp | 249 case Shader::OPCODE_TEX: in analyzeInterpolants() 314 case Shader::OPCODE_TEX: in analyzeInterpolants() 383 if(shaderModel == 0x0104 && inst->opcode == Shader::OPCODE_TEX) in analyzeInterpolants()
|
D | Shader.cpp | 861 case OPCODE_TEX: in operationString() 1357 case OPCODE_TEX: in size() 1831 case OPCODE_TEX: in analyzeSamplers()
|
D | VertexShader.cpp | 118 case Shader::OPCODE_TEX: in validate()
|
D | Shader.hpp | 90 OPCODE_TEX, enumerator
|
D | VertexProgram.cpp | 332 case Shader::OPCODE_TEX: TEX(d, s0, src1); break; in program()
|
D | PixelProgram.cpp | 286 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 | 484 case OPCODE_TEX: in translate_opcode() 530 case OPCODE_TEX: in compile_instruction()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 934 case OPCODE_TEX: in upload_program()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 1410 emit(sw::Shader::OPCODE_TEX, result, &coord, s); in visitAggregate()
|