Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c748 …const struct dxil_value *resource_class_value = dxil_module_get_int8_const(&ctx->mod, resource_cla… in emit_createhandle_call()
2523 dxil_module_get_int8_const(&ctx->mod, (1u << num_components) - 1); in emit_store_ssbo()
2723 const struct dxil_value *col = dxil_module_get_int8_const(&ctx->mod, array_index); in emit_store_output()
2736 const struct dxil_value *col = dxil_module_get_int8_const(&ctx->mod, i); in emit_store_output()
2796 const struct dxil_value *comp = dxil_module_get_int8_const(&ctx->mod, i); in emit_load_input_array()
2845 const struct dxil_value *comp = dxil_module_get_int8_const(&ctx->mod, nir_src_as_int(*col)); in emit_load_compact_input_array()
2882 const struct dxil_value *comp = dxil_module_get_int8_const(&ctx->mod, i); in emit_load_input_interpolated()
2902 …const struct dxil_value *vertex_id = dxil_module_get_int8_const(&ctx->mod, ctx->opts->provoking_ve… in emit_load_input_flat()
2912 const struct dxil_value *comp = dxil_module_get_int8_const(&ctx->mod, i); in emit_load_input_flat()
3098 …const struct dxil_value *stream_id = dxil_module_get_int8_const(&ctx->mod, nir_intrinsic_stream_id… in emit_emit_vertex()
[all …]
Ddxil_module.h319 dxil_module_get_int8_const(struct dxil_module *m, int8_t value);
Ddxil_module.c1565 dxil_module_get_int8_const(struct dxil_module *m, int8_t value) in dxil_module_get_int8_const() function
1615 return dxil_module_get_int8_const(m, value); in dxil_module_get_int_const()