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

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_module.h338 dxil_module_get_float_const(struct dxil_module *m, float value);
H A Dnir_to_dxil.c1871 const struct dxil_value *c1 = dxil_module_get_float_const(m, 1.0f);
1872 const struct dxil_value *c0 = dxil_module_get_float_const(m, 0.0f);
1885 const struct dxil_value *zero = dxil_module_get_float_const(&ctx->mod, 0.0f);
2153 const struct dxil_value *one = dxil_module_get_float_const(&ctx->mod, 1.0f);
4180 params.lod_or_sample = dxil_module_get_float_const(&ctx->mod, 0);
H A Ddxil_module.c1659 dxil_module_get_float_const(struct dxil_module *m, float value) function in typeref:typename:const struct dxil_value *

Completed in 14 milliseconds