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

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_module.h316 dxil_module_get_int1_const(struct dxil_module *m, bool value);
H A Dnir_to_dxil.c750 const struct dxil_value *non_uniform_resource_index_value = dxil_module_get_int1_const(&ctx->mod, non_uniform_resource_index);
3090 const struct dxil_value *value = dxil_module_get_int1_const(&ctx->mod, true);
3706 value = dxil_module_get_int1_const(&ctx->mod,
4042 dxil_module_get_int1_const(&ctx->mod, 1)
H A Ddxil_module.c1555 dxil_module_get_int1_const(struct dxil_module *m, bool value) function in typeref:typename:const struct dxil_value *
1611 return dxil_module_get_int1_const(m, value);

Completed in 15 milliseconds