Searched refs:dxil_module_get_int_const (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_module.h | 331 dxil_module_get_int_const(struct dxil_module *m, intmax_t value,
|
| H A D | nir_to_dxil.c | 1905 const struct dxil_value *zero = dxil_module_get_int_const(&ctx->mod, 0, 1917 dxil_module_get_int_const(&ctx->mod, -1, dst_bits); 2118 const struct dxil_value *negative_one = dxil_module_get_int_const(&ctx->mod, val, bit_size); 4213 params.lod_or_sample = dxil_module_get_int_const(&ctx->mod, 0, 32); 4427 const struct dxil_value *dummy = dxil_module_get_int_const(&ctx->mod, 0, bitsize);
|
| H A D | dxil_module.c | 1605 dxil_module_get_int_const(struct dxil_module *m, intmax_t value, function in typeref:typename:const struct dxil_value *
|
Completed in 14 milliseconds