Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.h338 dxil_module_get_float_const(struct dxil_module *m, float value);
Dnir_to_dxil.c1871 const struct dxil_value *c1 = dxil_module_get_float_const(m, 1.0f); in emit_b2f32()
1872 const struct dxil_value *c0 = dxil_module_get_float_const(m, 0.0f); in emit_b2f32()
1885 const struct dxil_value *zero = dxil_module_get_float_const(&ctx->mod, 0.0f); in emit_f2b32()
2153 const struct dxil_value *one = dxil_module_get_float_const(&ctx->mod, 1.0f); in emit_alu()
4180 params.lod_or_sample = dxil_module_get_float_const(&ctx->mod, 0); in emit_tex()
Ddxil_module.c1659 dxil_module_get_float_const(struct dxil_module *m, float value) in dxil_module_get_float_const() function