Home
last modified time | relevance | path

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

/external/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c642 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, intr); in emit_unary_call()
663 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, intr); in emit_binary_call()
687 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, intr); in emit_tertiary_call()
713 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, intr); in emit_quaternary_call()
735 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, in emit_threadid_call()
757 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, in emit_threadidingroup_call()
778 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, in emit_flattenedthreadidingroup_call()
798 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, in emit_groupid_call()
823 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, in emit_raw_bufferload_call()
828 dxil_module_get_int32_const(&ctx->mod, alignment), in emit_raw_bufferload_call()
[all …]
Ddxil_module.c1669 dxil_module_get_int32_const(struct dxil_module *m, int32_t value) in dxil_module_get_int32_const() function
1707 return dxil_module_get_int32_const(m, value); in dxil_module_get_int_const()
2061 dxil_module_get_int32_const(m, dwords[0]), in dxil_module_get_res_props_const()
2062 dxil_module_get_int32_const(m, dwords[1]) in dxil_module_get_res_props_const()
2098 dxil_module_get_int32_const(m, dwords[0]), in dxil_module_get_srv_res_props_const()
2099 dxil_module_get_int32_const(m, dwords[1]) in dxil_module_get_srv_res_props_const()
2118 dxil_module_get_int32_const(m, dwords[0]), in dxil_module_get_sampler_res_props_const()
2119 dxil_module_get_int32_const(m, dwords[1]) in dxil_module_get_sampler_res_props_const()
2170 dxil_module_get_int32_const(m, dwords[0]), in dxil_module_get_uav_res_props_const()
2171 dxil_module_get_int32_const(m, dwords[1]) in dxil_module_get_uav_res_props_const()
[all …]
Ddxil_module.h397 dxil_module_get_int32_const(struct dxil_module *m, int32_t value);