Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
Dprog_instruction.h114 OPCODE_NOP = 0, /* X */ enumerator
Dprog_instruction.c95 { OPCODE_NOP, "NOP", 0, 0 },
Dprog_to_nir.c626 [OPCODE_NOP] = 0,
804 case OPCODE_NOP: in ptn_emit_instruction()
Dprog_print.c748 case OPCODE_NOP: in _mesa_fprint_instruction_opt()
Dprog_execute.c914 case OPCODE_NOP: in _mesa_execute_program()
Dir_to_mesa.cpp1929 prog_opcode opcode = OPCODE_NOP; in visit()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp39 OPCODE_NOP = 0, enumerator
DShader.cpp768 case OPCODE_NOP: return "nop"; in operationString()
DVertexProgram.cpp169 case Shader::OPCODE_NOP: break; in program()
349 …e != Shader::PARAMETER_VOID && dst.type != Shader::PARAMETER_LABEL && opcode != Shader::OPCODE_NOP) in program()
DPixelProgram.cpp191 case Shader::OPCODE_NOP: break; in applyShader()
374 …ype != Shader::PARAMETER_LABEL && opcode != Shader::OPCODE_TEXKILL && opcode != Shader::OPCODE_NOP) in applyShader()
DPixelPipeline.cpp119 case Shader::OPCODE_NOP: break; in applyShader()
/third_party/mesa3d/src/mesa/main/
Ddlist.c639 OPCODE_NOP, /* No-op (used for 8-byte alignment */ enumerator
1613 n[0].opcode = OPCODE_NOP; in dlist_alloc()
13419 case OPCODE_NOP: in execute_list()
13780 if (ctx->Shared->small_dlist_store.ptr[start].opcode == OPCODE_NOP) { in _mesa_EndList()
14999 case OPCODE_NOP: in print_list()