Searched refs:OPCODE_CMP (Results 1 – 20 of 20) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | prog_instruction.h | 122 OPCODE_CMP, /* X X */ enumerator
|
D | prog_instruction.c | 101 { OPCODE_CMP, "CMP", 3, 1 },
|
D | prog_opt_constant_fold.c | 158 case OPCODE_CMP: in _mesa_constant_fold()
|
D | prog_optimize.c | 72 case OPCODE_CMP: in get_src_arg_mask() 1285 if (inst->Opcode == OPCODE_CMP in _mesa_simplify_cmp()
|
D | prog_to_nir.c | 655 [OPCODE_CMP] = 0, 800 case OPCODE_CMP: in ptn_emit_instruction()
|
D | ir_to_mesa.cpp | 1250 emit(ir, OPCODE_CMP, result_dst, in visit() 1363 emit(ir, OPCODE_CMP, result_dst, op[0], op[1], op[2]); in visit() 1852 emit(ir, OPCODE_CMP, l, condition, src_reg(l), r); in visit() 1854 emit(ir, OPCODE_CMP, l, condition, r, src_reg(l)); in visit()
|
D | prog_execute.c | 477 case OPCODE_CMP: in _mesa_execute_program()
|
/external/swiftshader/src/Shader/ |
D | Shader.cpp | 897 case OPCODE_CMP: return "cmp"; in operationString() 1000 …f(opcode != OPCODE_LOOP && opcode != OPCODE_BREAKC && opcode != OPCODE_IFC && opcode != OPCODE_CMP) in controlString() 1646 case OPCODE_CMP: in analyzeDynamicBranching()
|
D | Shader.hpp | 118 OPCODE_CMP, // D3DSIO_SETP enumerator
|
D | PixelShader.cpp | 627 case Shader::OPCODE_CMP: in analyzeInterpolants()
|
D | VertexProgram.cpp | 312 case Shader::OPCODE_CMP: cmp(d, s0, s1, control); break; in program()
|
D | PixelProgram.cpp | 331 case Shader::OPCODE_CMP: cmp(d, s0, s1, control); break; in applyShader()
|
/external/swiftshader/src/Pipeline/ |
D | Shader.cpp | 897 case OPCODE_CMP: return "cmp"; in operationString() 1000 …f(opcode != OPCODE_LOOP && opcode != OPCODE_BREAKC && opcode != OPCODE_IFC && opcode != OPCODE_CMP) in controlString() 1646 case OPCODE_CMP: in analyzeDynamicBranching()
|
D | Shader.hpp | 118 OPCODE_CMP, // D3DSIO_SETP enumerator
|
D | PixelShader.cpp | 627 case Shader::OPCODE_CMP: in analyzeInterpolants()
|
D | VertexProgram.cpp | 304 case Shader::OPCODE_CMP: cmp(d, s0, s1, control); break; in program()
|
D | PixelProgram.cpp | 330 case Shader::OPCODE_CMP: cmp(d, s0, s1, control); break; in applyShader()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 447 case OPCODE_CMP: in translate_opcode()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 436 case OPCODE_CMP: in upload_program()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 2195 opcode = sw::Shader::OPCODE_CMP; in emitCmp()
|