Searched refs:dxil_module_get_int32_const (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 463 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 …]
|
D | dxil_module.h | 325 dxil_module_get_int32_const(struct dxil_module *m, int32_t value);
|
D | dxil_module.c | 1585 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()
|