Home
last modified time | relevance | path

Searched refs:dxil_emit_cast (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.h402 dxil_emit_cast(struct dxil_module *m, enum dxil_cast_opcode opcode,
Dnir_to_dxil.c1411 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()
Ddxil_module.c2642 dxil_emit_cast(struct dxil_module *m, enum dxil_cast_opcode opcode, in dxil_emit_cast() function