Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
Dprog_instruction.c148 { OPCODE_TEX, "TEX", 1, 1 },
Dprog_instruction.h167 OPCODE_TEX, /* X 3 X X */ enumerator
Dprog_to_nir.c519 case OPCODE_TEX: in ptn_tex()
666 [OPCODE_TEX] = 0,
793 case OPCODE_TEX: in ptn_emit_instruction()
Dprog_print.c637 case OPCODE_TEX: in _mesa_fprint_instruction_opt()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelShader.cpp250 case Shader::OPCODE_TEX: in analyzeInterpolants()
315 case Shader::OPCODE_TEX: in analyzeInterpolants()
384 if(shaderModel == 0x0104 && inst->opcode == Shader::OPCODE_TEX) in analyzeInterpolants()
DShader.cpp865 case OPCODE_TEX: in operationString()
1361 case OPCODE_TEX: in size()
1835 case OPCODE_TEX: in analyzeSamplers()
DVertexShader.cpp118 case Shader::OPCODE_TEX: in validate()
DShader.hpp91 OPCODE_TEX, enumerator
DVertexProgram.cpp336 case Shader::OPCODE_TEX: TEX(d, s0, src1); break; in program()
DPixelProgram.cpp319 case Shader::OPCODE_TEX: TEX(d, s0, src1, project, bias); break; in applyShader()
DPixelPipeline.cpp163 case Shader::OPCODE_TEX: in applyShader()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1417 emit(sw::Shader::OPCODE_TEX, result, &coord, s); in visitAggregate()