Searched refs:TGSI_OPCODE_FLR (Results 1 – 22 of 22) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 198 case TGSI_OPCODE_FLR: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_info.c | 66 { 1, 1, 0, 0, 0, 0, COMP, "FLR", TGSI_OPCODE_FLR },
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_lowering.c | 338 new_inst.Instruction.Opcode = TGSI_OPCODE_FLR; in transform_frc() 589 new_inst.Instruction.Opcode = TGSI_OPCODE_FLR; in transform_exp() 724 new_inst.Instruction.Opcode = TGSI_OPCODE_FLR; in transform_log() 934 if (opcode == TGSI_OPCODE_FLR) in transform_flr_ceil() 991 new_inst.Instruction.Opcode = TGSI_OPCODE_FLR; in transform_trunc() 1390 case TGSI_OPCODE_FLR: in transform_instr()
|
D | tgsi_exec.c | 5325 case TGSI_OPCODE_FLR: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 377 TGSI_OPCODE_FLR = 26, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 361 #define TGSI_OPCODE_FLR 26 macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 55 case TGSI_OPCODE_FLR: return RC_OPCODE_FLR; in translate_opcode()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 304 floor_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_FLR, in exp_emit() 336 tmp = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_FLR, in frc_emit() 450 flr_log_abs_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_FLR, in log_emit() 2545 bld_base->op_actions[TGSI_OPCODE_FLR].emit = flr_emit_cpu; in lp_set_default_actions_cpu()
|
D | lp_bld_tgsi_aos.c | 563 case TGSI_OPCODE_FLR: in lp_emit_instruction_aos()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 91 [ TGSI_OPCODE_FLR ] = { false, false, 0, 1, 1 },
|
D | i915_fpc_translate.c | 622 case TGSI_OPCODE_FLR: in i915_translate_instruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 474 return TGSI_OPCODE_FLR; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 1917 emit_asm(ir, TGSI_OPCODE_FLR, result_dst, op[0]); in visit_expression()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 600 case TGSI_OPCODE_FLR: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 600 case TGSI_OPCODE_FLR: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 571 [nir_op_ffloor] = { TGSI_OPCODE_FLR, TGSI_OPCODE_DFLR }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1813 [TGSI_OPCODE_FLR] = nir_op_ffloor,
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2793 case TGSI_OPCODE_FLR: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 801 case TGSI_OPCODE_FLR: in translate_opcode() 9244 case TGSI_OPCODE_FLR: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3184 case TGSI_OPCODE_FLR: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11699 [TGSI_OPCODE_FLR] = { ALU_OP1_FLOOR, tgsi_op2}, 11897 [TGSI_OPCODE_FLR] = { ALU_OP1_FLOOR, tgsi_op2}, 12123 [TGSI_OPCODE_FLR] = { ALU_OP1_FLOOR, tgsi_op2},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 4960 case TGSI_OPCODE_FLR: in iter_instruction()
|