Home
last modified time | relevance | path

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

/external/mesa3d/src/microsoft/compiler/
Ddxil_module.h407 dxil_module_get_float16_const(struct dxil_module *m, uint16_t);
Dnir_to_dxil.c1411 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()
Ddxil_module.c1719 dxil_module_get_float16_const(struct dxil_module *m, uint16_t value) in dxil_module_get_float16_const() function