Searched refs:emit_select (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_query.h | 275 void (*emit_select)(struct r600_common_context *, member
|
D | r600_perfcounter.c | 148 pc->emit_select(ctx, block, group->num_counters, group->selectors); in r600_pc_query_emit_start()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 1516 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/ |
D | nir_to_spirv.c | 1145 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/ |
D | nir_to_dxil.c | 1831 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()
|
D | dxil_module.c | 3016 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/ |
D | 19.3.0.rst | 1465 - zink/spirv: implement emit_select helper
|