Searched refs:OPCODE_COS (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/mesa/program/ |
D | prog_instruction.c | 105 { OPCODE_COS, "COS", 1, 1 },
|
D | prog_instruction.h | 124 OPCODE_COS, /* X 2 X X */ enumerator
|
D | prog_to_nir.c | 633 [OPCODE_COS] = 0, 717 case OPCODE_COS: in ptn_emit_instruction()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | Shader.hpp | 147 OPCODE_COS, enumerator
|
D | Shader.cpp | 934 case OPCODE_COS: return "cos"; in operationString()
|
D | VertexProgram.cpp | 281 case Shader::OPCODE_COS: cos(d, s0, pp); break; in program()
|
D | PixelProgram.cpp | 301 case Shader::OPCODE_COS: cos(d, s0, pp); break; in applyShader()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 1151 case EOpCos: if(visit == PostVisit) emit(sw::Shader::OPCODE_COS, result, arg); break; in visitUnary()
|