Home
last modified time | relevance | path

Searched refs:OPCODE_FRC (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/mesa/program/
Dprog_instruction.c121 { OPCODE_FRC, "FRC", 1, 1 },
Dprog_instruction.h140 OPCODE_FRC, /* X X 2 X X */ enumerator
Dprog_to_nir.c645 [OPCODE_FRC] = nir_op_ffract,
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp58 OPCODE_FRC, enumerator
DPixelShader.cpp624 case Shader::OPCODE_FRC: in analyzeInterpolants()
DShader.cpp828 case OPCODE_FRC: return "frc"; in operationString()
DVertexProgram.cpp199 case Shader::OPCODE_FRC: frc(d, s0); break; in program()
DPixelProgram.cpp225 case Shader::OPCODE_FRC: frc(d, s0); break; in applyShader()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1175 case EOpFract: if(visit == PostVisit) emit(sw::Shader::OPCODE_FRC, result, arg); break; in visitUnary()