Searched refs:dxil_module_get_float16_const (Results 1 – 3 of 3) sorted by relevance
407 dxil_module_get_float16_const(struct dxil_module *m, uint16_t);
1411 return dxil_module_get_float16_const(mod, c->u16); in get_value_for_const()2677 const struct dxil_value *c1 = dxil_module_get_float16_const(m, 0x3C00); in emit_b2f16()2678 const struct dxil_value *c0 = dxil_module_get_float16_const(m, 0); in emit_b2f16()2982 one = dxil_module_get_float16_const(&ctx->mod, 0x3C00); in emit_alu()
1719 dxil_module_get_float16_const(struct dxil_module *m, uint16_t value) in dxil_module_get_float16_const() function