Home
last modified time | relevance | path

Searched refs:dxil_emit_binop (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c1834 const struct dxil_value *v = dxil_emit_binop(&ctx->mod, opcode, op0, op1, flags); in emit_binop()
1857 dxil_emit_binop(&ctx->mod, opcode, op0, op1, 0); in emit_shift()
2197 val = dxil_emit_binop(&ctx->mod, DXIL_BINOP_LSHR, val, in emit_f16tof32()
2253 v_high = dxil_emit_binop(&ctx->mod, DXIL_BINOP_SHL, v_high, in emit_f32tof16()
2258 v = dxil_emit_binop(&ctx->mod, DXIL_BINOP_OR, v, v_high, 0); in emit_f32tof16()
2739 value = dxil_emit_binop(&ctx->mod, DXIL_BINOP_AND, value, in emit_load_sample_mask_in()
2740 dxil_emit_binop(&ctx->mod, DXIL_BINOP_SHL, in emit_load_sample_mask_in()
3102 offset = dxil_emit_binop(&ctx->mod, DXIL_BINOP_ASHR, offset_src, c4, 0); in emit_load_ubo()
3403 const struct dxil_value *offset_16 = dxil_emit_binop(&ctx->mod, in emit_load_interpolated_input()
4099 index_value = dxil_emit_binop( in emit_vulkan_resource_index()
[all...]
H A Ddxil_module.h417 dxil_emit_binop(struct dxil_module *m, enum dxil_bin_opcode opcode,
H A Ddxil_module.c2631 dxil_emit_binop(struct dxil_module *m, enum dxil_bin_opcode opcode, in dxil_emit_binop() function

Completed in 14 milliseconds