Searched refs:dxil_emit_cast (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.h | 402 dxil_emit_cast(struct dxil_module *m, enum dxil_cast_opcode opcode,
|
D | nir_to_dxil.c | 1411 return dxil_emit_cast(&ctx->mod, DXIL_CAST_BITCAST, type, value); in bitcast_to_int() 1422 return dxil_emit_cast(&ctx->mod, DXIL_CAST_BITCAST, type, value); in bitcast_to_float() 1437 value = dxil_emit_cast(&ctx->mod, DXIL_CAST_BITCAST, expect_type, value); in store_ssa_def() 1525 return dxil_emit_cast(&ctx->mod, DXIL_CAST_TRUNC, in get_src() 1587 op1 = dxil_emit_cast(&ctx->mod, cast_op, type, op1); in emit_shift() 1734 const struct dxil_value *v = dxil_emit_cast(&ctx->mod, opcode, type, in emit_cast()
|
D | dxil_module.c | 2642 dxil_emit_cast(struct dxil_module *m, enum dxil_cast_opcode opcode, in dxil_emit_cast() function
|