Home
last modified time | relevance | path

Searched refs:OPCODE_NOP (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/mesa/program/
H A Dprog_instruction.h114 OPCODE_NOP = 0, /* X */ enumerator
H A Dprog_instruction.c95 { OPCODE_NOP, "NOP", 0, 0 },
H A Dprog_to_nir.c628 [OPCODE_NOP] = 0,
806 case OPCODE_NOP: in ptn_emit_instruction()
H A Dprog_print.c734 case OPCODE_NOP: in _mesa_fprint_instruction_opt()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShader.hpp39 OPCODE_NOP = 0, enumerator
H A DVertexProgram.cpp169 case Shader::OPCODE_NOP: break; in program()
349 if(dst.type != Shader::PARAMETER_VOID && dst.type != Shader::PARAMETER_LABEL && opcode != Shader::OPCODE_NOP) in program()
H A DShader.cpp768 case OPCODE_NOP: return "nop"; in operationString()
H A DPixelProgram.cpp191 case Shader::OPCODE_NOP: break; in applyShader()
374 if(dst.type != Shader::PARAMETER_VOID && dst.type != Shader::PARAMETER_LABEL && opcode != Shader::OPCODE_TEXKILL && opcode != Shader::OPCODE_NOP) in applyShader()
H A DPixelPipeline.cpp119 case Shader::OPCODE_NOP: break; in applyShader()

Completed in 15 milliseconds