Searched refs:dxil_emit_cast (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.h | 436 dxil_emit_cast(struct dxil_module *m, enum dxil_cast_opcode opcode,
|
H A D | nir_to_dxil.c | 1677 return dxil_emit_cast(&ctx->mod, DXIL_CAST_BITCAST, type, value); in bitcast_to_int() 1688 return dxil_emit_cast(&ctx->mod, DXIL_CAST_BITCAST, type, value); in bitcast_to_float() 1703 value = dxil_emit_cast(&ctx->mod, DXIL_CAST_BITCAST, expect_type, value); in store_ssa_def() 1791 return dxil_emit_cast(&ctx->mod, DXIL_CAST_TRUNC, in get_src() 1853 op1 = dxil_emit_cast(&ctx->mod, cast_op, type, op1); in emit_shift() 2000 const struct dxil_value *v = dxil_emit_cast(&ctx->mod, opcode, type, in emit_cast() 3405 args[i + 4] = dxil_emit_cast(&ctx->mod, DXIL_CAST_FPTOSI, in emit_load_interpolated_input()
|
H A D | dxil_module.c | 2688 dxil_emit_cast(struct dxil_module *m, enum dxil_cast_opcode opcode, in dxil_emit_cast() function
|
Completed in 15 milliseconds