Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.h316 dxil_module_get_int1_const(struct dxil_module *m, bool value);
Dnir_to_dxil.c750 …const struct dxil_value *non_uniform_resource_index_value = dxil_module_get_int1_const(&ctx->mod, … in emit_createhandle_call()
3090 const struct dxil_value *value = dxil_module_get_int1_const(&ctx->mod, true); in emit_discard()
3706 value = dxil_module_get_int1_const(&ctx->mod, in emit_load_const()
4042 dxil_module_get_int1_const(&ctx->mod, 1) in emit_texture_lod()
Ddxil_module.c1555 dxil_module_get_int1_const(struct dxil_module *m, bool value) in dxil_module_get_int1_const() function
1611 return dxil_module_get_int1_const(m, value); in dxil_module_get_int_const()