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.h369 dxil_module_get_float_const(struct dxil_module *m, float value);
Dnir_to_dxil.c2158 const struct dxil_value *c1 = dxil_module_get_float_const(m, 1.0f); in emit_b2f32()
2159 const struct dxil_value *c0 = dxil_module_get_float_const(m, 0.0f); in emit_b2f32()
2189 const struct dxil_value *zero = dxil_module_get_float_const(&ctx->mod, 0.0f); in emit_f2b32()
2445 const struct dxil_value *one = dxil_module_get_float_const(&ctx->mod, 1.0f); in emit_alu()
2779 const struct dxil_value *value = dxil_module_get_float_const(&ctx->mod, 0.0f); in emit_load_tess_coord()
3404 DXIL_BINOP_MUL, float_offset, dxil_module_get_float_const(&ctx->mod, 16.0f), 0); in emit_load_interpolated_input()
4182 dxil_module_get_float_const(&ctx->mod, 0.5f), 0); in emit_load_sample_pos_from_id()
4964 params.lod_or_sample = dxil_module_get_float_const(&ctx->mod, 0); in emit_tex()
Ddxil_module.c1668 dxil_module_get_float_const(struct dxil_module *m, float value) in dxil_module_get_float_const() function
2437 const struct dxil_value *const_value = dxil_module_get_float_const(m, value); in dxil_get_metadata_float32()