Searched refs:dxil_module_get_float16_const (Results 1 – 3 of 3) sorted by relevance
335 dxil_module_get_float16_const(struct dxil_module *m, uint16_t);
1855 const struct dxil_value *c1 = dxil_module_get_float16_const(m, 0x3C00); in emit_b2f16()1856 const struct dxil_value *c0 = dxil_module_get_float16_const(m, 0); in emit_b2f16()
1635 dxil_module_get_float16_const(struct dxil_module *m, uint16_t value) in dxil_module_get_float16_const() function