Searched refs:create_const (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.c | 1518 create_const(struct dxil_module *m, const struct dxil_type *type, bool undef) in create_const() function 1546 c = create_const(m, type, false); in get_int_const() 1650 c = create_const(m, type, false); in dxil_module_get_float16_const() 1674 c = create_const(m, type, false); in dxil_module_get_float_const() 1698 c = create_const(m, type, false); in dxil_module_get_double_const() 1722 c = create_const(m, type, false); in dxil_module_get_array_const() 1747 c = create_const(m, type, true); in dxil_module_get_undef()
|