Searched refs:TGSI_OPCODE_ROUND (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 373 TGSI_OPCODE_ROUND = 27, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 58 case TGSI_OPCODE_ROUND: return RC_OPCODE_ROUND; in translate_opcode()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 569 case TGSI_OPCODE_ROUND: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 108 LLVMValueRef tmp = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_ROUND, emit_data->args[0]); in arr_emit() 2574 bld_base->op_actions[TGSI_OPCODE_ROUND].emit = round_emit_cpu; in lp_set_default_actions_cpu()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2865 case TGSI_OPCODE_ROUND: in svga_emit_instruction() 3582 emit->info.opcode_count[TGSI_OPCODE_ROUND] >= 1 || in needs_to_create_common_immediate()
|
D | svga_tgsi_vgpu10.c | 993 case TGSI_OPCODE_ROUND: in translate_opcode() 10938 case TGSI_OPCODE_ROUND: in emit_instruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 130 {D3D10_SB_OPCODE_ROUND_NE, OF_FLOAT, TGSI_OPCODE_ROUND},
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1815 [TGSI_OPCODE_ROUND] = nir_op_fround_even,
|
D | nir_to_tgsi.c | 1361 [nir_op_fround_even] = { TGSI_OPCODE_ROUND, TGSI_OPCODE_DROUND }, in ntt_emit_alu()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3413 case TGSI_OPCODE_ROUND: in handleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11812 [TGSI_OPCODE_ROUND] = { ALU_OP1_RNDNE, tgsi_op2}, 12010 [TGSI_OPCODE_ROUND] = { ALU_OP1_RNDNE, tgsi_op2}, 12237 [TGSI_OPCODE_ROUND] = { ALU_OP1_RNDNE, tgsi_op2},
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 5013 case TGSI_OPCODE_ROUND: in exec_instruction()
|