Searched refs:dxil_module_get_float_const (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.h | 408 dxil_module_get_float_const(struct dxil_module *m, float value);
|
H A D | nir_to_dxil.c | 1400 if (type == mod->float32_type) return dxil_module_get_float_const(mod, c->f32); in get_value_for_const() 2694 const struct dxil_value *c1 = dxil_module_get_float_const(m, 1.0f); in emit_b2f32() 2695 const struct dxil_value *c0 = dxil_module_get_float_const(m, 0.0f); in emit_b2f32() 2986 one = dxil_module_get_float_const(&ctx->mod, 1.0f); in emit_alu() 3298 const struct dxil_value *value = dxil_module_get_float_const(&ctx->mod, 0.0f); in emit_load_tess_coord() 3823 DXIL_BINOP_MUL, float_offset, dxil_module_get_float_const(&ctx->mod, 16.0f), 0); in emit_load_interpolated_input() 4555 dxil_module_get_float_const(&ctx->mod, 0.5f), 0); in emit_load_sample_pos_from_id() 5630 params.lod_or_sample = dxil_module_get_float_const(&ctx->mod, 0); in emit_tex()
|
H A D | dxil_module.c | 1743 dxil_module_get_float_const(struct dxil_module *m, float value) in dxil_module_get_float_const() function 2960 const struct dxil_value *const_value = dxil_module_get_float_const(m, value); in dxil_get_metadata_float32()
|