Searched refs:dxil_module_get_struct_const (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/microsoft/compiler/ |
D | dxil_module.h | 424 dxil_module_get_struct_const(struct dxil_module *m, const struct dxil_type *type,
|
D | dxil_module.c | 1863 dxil_module_get_struct_const(struct dxil_module *m, const struct dxil_type *type, in dxil_module_get_struct_const() function 1911 return dxil_module_get_struct_const(m, type, values); in dxil_module_get_res_bind_const() 2067 return dxil_module_get_struct_const(m, type, values); in dxil_module_get_res_props_const() 2104 return dxil_module_get_struct_const(m, type, values); in dxil_module_get_srv_res_props_const() 2124 return dxil_module_get_struct_const(m, type, values); in dxil_module_get_sampler_res_props_const() 2176 return dxil_module_get_struct_const(m, type, values); in dxil_module_get_uav_res_props_const() 2206 return dxil_module_get_struct_const(m, type, values); in dxil_module_get_buffer_res_props_const()
|
D | nir_to_dxil.c | 1479 ret = dxil_module_get_struct_const(mod, dxil_type, values); in get_value_for_const_aggregate()
|