Searched refs:emit_select (Results 1 – 5 of 5) sorted by relevance
/external/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()
|
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 755 emit_select(struct ntv_context *ctx, SpvId type, SpvId cond, in emit_select() function 1222 result = emit_select(ctx, dest_type, src[0], in emit_alu() 1229 result = emit_select(ctx, dest_type, src[0], in emit_alu() 1383 result = emit_select(ctx, dest_type, result, one, zero); in emit_alu() 1400 result = emit_select(ctx, dest_type, result, src[1], src[2]); in emit_alu() 1405 result = emit_select(ctx, dest_type, src[0], src[1], src[2]); in emit_alu()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 1518 emit_select(struct svga_shader_emitter *emit, in emit_select() function 1569 return emit_select( emit, compare, dst, src0, src1 ); in emit_select_op() 1888 if (!emit_select(emit, in emit_tex()
|
/external/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 1465 - zink/spirv: implement emit_select helper
|