Home
last modified time | relevance | path

Searched refs:OPCODE_COS (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/program/
Dprog_instruction.c105 { OPCODE_COS, "COS", 1, 1 },
Dprog_instruction.h124 OPCODE_COS, /* X 2 X X */ enumerator
Dprog_to_nir.c633 [OPCODE_COS] = 0,
717 case OPCODE_COS: in ptn_emit_instruction()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp147 OPCODE_COS, enumerator
DShader.cpp934 case OPCODE_COS: return "cos"; in operationString()
DVertexProgram.cpp281 case Shader::OPCODE_COS: cos(d, s0, pp); break; in program()
DPixelProgram.cpp301 case Shader::OPCODE_COS: cos(d, s0, pp); break; in applyShader()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1151 case EOpCos: if(visit == PostVisit) emit(sw::Shader::OPCODE_COS, result, arg); break; in visitUnary()