Searched refs:get_int_const (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.c | 1532 get_int_const(struct dxil_module *m, const struct dxil_type *type, in get_int_const() function 1561 return get_int_const(m, type, value); in dxil_module_get_int1_const() 1571 return get_int_const(m, type, value); in dxil_module_get_int8_const() 1581 return get_int_const(m, type, value); in dxil_module_get_int16_const() 1591 return get_int_const(m, type, value); in dxil_module_get_int32_const() 1601 return get_int_const(m, type, value); in dxil_module_get_int64_const() 2349 const struct dxil_value *const_value = get_int_const(m, type, value); in dxil_get_metadata_int1() 2363 const struct dxil_value *const_value = get_int_const(m, type, value); in dxil_get_metadata_int8() 2377 const struct dxil_value *const_value = get_int_const(m, type, value); in dxil_get_metadata_int32() 2391 const struct dxil_value *const_value = get_int_const(m, type, value); in dxil_get_metadata_int64()
|