Home
last modified time | relevance | path

Searched refs:ir2_instr_create_alu (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_compiler.c581 alu = ir2_instr_create_alu(next_exec_cf(ctx), ~0, PRED_SETNEs); in push_predicate()
590 alu = ir2_instr_create_alu(next_exec_cf(ctx), MULv, ~0); in push_predicate()
625 alu = ir2_instr_create_alu(next_exec_cf(ctx), ~0, PRED_SET_POPs); in pop_predicate()
696 alu = ir2_instr_create_alu(next_exec_cf(ctx), ~0, LOG_CLAMP); in translate_pow()
701 alu = ir2_instr_create_alu(next_exec_cf(ctx), MULv, ~0); in translate_pow()
728 alu = ir2_instr_create_alu(next_exec_cf(ctx), ~0, EXP_IEEE); in translate_pow()
769 instr = ir2_instr_create_alu(next_exec_cf(ctx), MAXv, RECIP_IEEE); in translate_tex()
781 instr = ir2_instr_create_alu(next_exec_cf(ctx), MULv, ~0); in translate_tex()
820 instr = ir2_instr_create_alu(next_exec_cf(ctx), MAXv, ~0); in translate_tex()
856 instr = ir2_instr_create_alu(next_exec_cf(ctx), ADDv, ~0); in translate_sge_slt()
[all …]
Dfd2_program.c324 instr = ir2_instr_create_alu(cf, MAXv, ~0); in create_blit_fp()
371 instr = ir2_instr_create_alu(cf, MAXv, ~0); in create_blit_vp()
379 instr = ir2_instr_create_alu(cf, MAXv, ~0); in create_blit_vp()
407 instr = ir2_instr_create_alu(cf, MAXv, ~0); in create_solid_fp()
446 instr = ir2_instr_create_alu(cf, MAXv, ~0); in create_solid_vp()
Dir-a2xx.h148 ir2_instr_create_alu(struct ir2_cf *cf, instr_vector_opc_t vop, instr_scalar_opc_t sop) in ir2_instr_create_alu() function