Searched refs:TGSI_OPCODE_CEIL (Results 1 – 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 428 TGSI_OPCODE_CEIL = 83, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 99 case TGSI_OPCODE_CEIL: return RC_OPCODE_CEIL; in translate_opcode()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 85 [TGSI_OPCODE_CEIL] = {false, false, 0, 1, 1},
|
D | i915_fpc_translate.c | 483 case TGSI_OPCODE_CEIL: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_lowering.c | 923 if (opcode == TGSI_OPCODE_CEIL) in transform_flr_ceil() 1395 case TGSI_OPCODE_CEIL: in transform_instr()
|
D | tgsi_exec.c | 5335 case TGSI_OPCODE_CEIL: in exec_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 768 case TGSI_OPCODE_CEIL: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 2539 bld_base->op_actions[TGSI_OPCODE_CEIL].emit = ceil_emit_cpu; in lp_set_default_actions_cpu()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 540 case TGSI_OPCODE_CEIL: in nvfx_fragprog_parse_instruction()
|
D | nvfx_vertprog.c | 560 case TGSI_OPCODE_CEIL: in nvfx_vertprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 132 {D3D10_SB_OPCODE_ROUND_PI, OF_FLOAT, TGSI_OPCODE_CEIL},
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1861 [TGSI_OPCODE_CEIL] = nir_op_fceil,
|
D | nir_to_tgsi.c | 1360 [nir_op_fceil] = { TGSI_OPCODE_CEIL, TGSI_OPCODE_DCEIL }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2868 case TGSI_OPCODE_CEIL: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 904 case TGSI_OPCODE_CEIL: in translate_opcode() 10897 case TGSI_OPCODE_CEIL: in emit_instruction()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3246 case TGSI_OPCODE_CEIL: in handleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11868 [TGSI_OPCODE_CEIL] = { ALU_OP1_CEIL, tgsi_op2}, 12065 [TGSI_OPCODE_CEIL] = { ALU_OP1_CEIL, tgsi_op2}, 12292 [TGSI_OPCODE_CEIL] = { ALU_OP1_CEIL, tgsi_op2},
|