Home
last modified time | relevance | path

Searched refs:dxil_module_get_struct_const (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/microsoft/compiler/
Ddxil_module.h424 dxil_module_get_struct_const(struct dxil_module *m, const struct dxil_type *type,
Ddxil_module.c1863 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()
Dnir_to_dxil.c1479 ret = dxil_module_get_struct_const(mod, dxil_type, values); in get_value_for_const_aggregate()