Searched refs:dxil_module_get_int8_const (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_module.h | 319 dxil_module_get_int8_const(struct dxil_module *m, int8_t value);
|
| H A D | nir_to_dxil.c | 748 const struct dxil_value *resource_class_value = dxil_module_get_int8_const(&ctx->mod, resource_class); 2523 dxil_module_get_int8_const(&ctx->mod, (1u << num_components) - 1); 2723 const struct dxil_value *col = dxil_module_get_int8_const(&ctx->mod, array_index); 2736 const struct dxil_value *col = dxil_module_get_int8_const(&ctx->mod, i); 2796 const struct dxil_value *comp = dxil_module_get_int8_const(&ctx->mod, i); 2845 const struct dxil_value *comp = dxil_module_get_int8_const(&ctx->mod, nir_src_as_int(*col)); 2882 const struct dxil_value *comp = dxil_module_get_int8_const(&ctx->mod, i); 2902 const struct dxil_value *vertex_id = dxil_module_get_int8_const(&ctx->mod, ctx->opts->provoking_vertex); 2912 const struct dxil_value *comp = dxil_module_get_int8_const(&ctx->mod, i); 3098 const struct dxil_value *stream_id = dxil_module_get_int8_const( [all...] |
| H A D | dxil_module.c | 1565 dxil_module_get_int8_const(struct dxil_module *m, int8_t value) function in typeref:typename:const struct dxil_value * 1615 return dxil_module_get_int8_const(m, value);
|
Completed in 13 milliseconds