/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_query.h | 276 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 | 1517 emit_select(struct svga_shader_emitter *emit, in emit_select() function 1568 return emit_select( emit, compare, dst, src0, src1 ); in emit_select_op() 1887 if (!emit_select(emit, in emit_tex()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 2118 static bool emit_select(struct ntd_context *ctx, nir_alu_instr *alu, in emit_select() function 2148 return emit_select(ctx, alu, val, c1, c0); in emit_b2f16() 2164 return emit_select(ctx, alu, val, c1, c0); in emit_b2f32() 2181 return emit_select(ctx, alu, val, c1, c0); in emit_b2f64() 2423 case nir_op_bcsel: return emit_select(ctx, alu, src[0], src[1], src[2]); in emit_alu()
|
D | dxil_module.c | 3070 emit_select(struct dxil_module *m, struct dxil_instr *instr) in emit_select() function 3322 return emit_select(m, instr); in emit_instr()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 1217 emit_select(struct ntv_context *ctx, SpvId type, SpvId cond, in emit_select() function 1982 result = emit_select(ctx, dest_type, src[0], in emit_alu() 1991 result = emit_select(ctx, dest_type, src[0], in emit_alu() 2179 result = emit_select(ctx, dest_type, src[0], src[1], src[2]); in emit_alu()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-assembler.h | 1032 inline bool emit_select(LiftoffRegister dst, Register condition,
|
D | liftoff-compiler.cc | 2579 if (!__ emit_select(dst, condition, true_value, false_value, kind)) { in Select()
|
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 1734 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select() function
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 1785 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select() function
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
D | liftoff-assembler-loong64.h | 1766 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select() function
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 1654 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select() function
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 2252 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select() function
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 1999 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select() function
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
D | liftoff-assembler-riscv64.h | 1696 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select() function
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 2249 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select() function
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 2331 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select() function
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 2637 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select() function
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 1465 - zink/spirv: implement emit_select helper
|