Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c463 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, intr); in emit_unary_call()
484 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, intr); in emit_binary_call()
508 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, intr); in emit_tertiary_call()
529 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, in emit_threadid_call()
551 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, in emit_threadidingroup_call()
572 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, in emit_flattenedthreadidingroup_call()
592 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, in emit_groupid_call()
615 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, in emit_bufferload_call()
635 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, in emit_bufferstore_call()
659 const struct dxil_value *opcode = dxil_module_get_int32_const(&ctx->mod, in emit_textureload_call()
[all …]
Ddxil_module.h325 dxil_module_get_int32_const(struct dxil_module *m, int32_t value);
Ddxil_module.c1585 dxil_module_get_int32_const(struct dxil_module *m, int32_t value) in dxil_module_get_int32_const() function
1623 return dxil_module_get_int32_const(m, value); in dxil_module_get_int_const()