Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c1865 emit_b2f32(struct ntd_context *ctx, nir_alu_instr *alu, const struct dxil_value *val) in emit_b2f32() function
2200 case nir_op_b2f32: return emit_b2f32(ctx, alu, src[0]); in emit_alu()