Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_query.h275 void (*emit_select)(struct r600_common_context *, member
Dr600_perfcounter.c148 pc->emit_select(ctx, block, group->num_counters, group->selectors); in r600_pc_query_emit_start()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c1516 emit_select(struct svga_shader_emitter *emit, in emit_select() function
1567 return emit_select( emit, compare, dst, src0, src1 ); in emit_select_op()
1886 if (!emit_select(emit, in emit_tex()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1145 emit_select(struct ntv_context *ctx, SpvId type, SpvId cond, in emit_select() function
1700 result = emit_select(ctx, dest_type, src[0], in emit_alu()
1709 result = emit_select(ctx, dest_type, src[0], in emit_alu()
1857 result = emit_select(ctx, dest_type, src[0], src[1], src[2]); in emit_alu()
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c1831 static bool emit_select(struct ntd_context *ctx, nir_alu_instr *alu, in emit_select() function
1861 return emit_select(ctx, alu, val, c1, c0); in emit_b2f16()
1877 return emit_select(ctx, alu, val, c1, c0); in emit_b2f32()
2131 case nir_op_bcsel: return emit_select(ctx, alu, src[0], src[1], src[2]); in emit_alu()
Ddxil_module.c3016 emit_select(struct dxil_module *m, struct dxil_instr *instr) in emit_select() function
3268 return emit_select(m, instr); in emit_instr()
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst1465 - zink/spirv: implement emit_select helper