Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_compiler.c240 next_exec_cf(struct fd2_compile_context *ctx) in next_exec_cf() function
255 next_exec_cf(ctx), IR2_FETCH); in compile_vtx_fetch()
581 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()
[all …]