Searched refs:get_int_const (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.c | 1541 get_int_const(struct dxil_module *m, const struct dxil_type *type, in get_int_const() function 1570 return get_int_const(m, type, value); in dxil_module_get_int1_const() 1580 return get_int_const(m, type, value); in dxil_module_get_int8_const() 1590 return get_int_const(m, type, value); in dxil_module_get_int16_const() 1600 return get_int_const(m, type, value); in dxil_module_get_int32_const() 1610 return get_int_const(m, type, value); in dxil_module_get_int64_const() 2381 const struct dxil_value *const_value = get_int_const(m, type, value); in dxil_get_metadata_int1() 2395 const struct dxil_value *const_value = get_int_const(m, type, value); in dxil_get_metadata_int8() 2409 const struct dxil_value *const_value = get_int_const(m, type, value); in dxil_get_metadata_int32() 2423 const struct dxil_value *const_value = get_int_const( in dxil_get_metadata_int64() [all...] |
Completed in 5 milliseconds