Searched refs:create_const (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.c | 1527 create_const(struct dxil_module *m, const struct dxil_type *type, bool undef) in create_const() function 1555 c = create_const(m, type, false); in get_int_const() 1659 c = create_const(m, type, false); in dxil_module_get_float16_const() 1683 c = create_const(m, type, false); in dxil_module_get_float_const() 1707 c = create_const(m, type, false); in dxil_module_get_double_const() 1731 c = create_const(m, type, false); in dxil_module_get_array_const() 1756 c = create_const(m, type, true); in dxil_module_get_undef()
|