Home
last modified time | relevance | path

Searched refs:dxil_func (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_function.c100 const struct dxil_func *func;
124 static const struct dxil_func *
140 const struct dxil_func *
160 dxil_add_function(struct rb_tree *functions, const struct dxil_func *func, in dxil_add_function()
205 const struct dxil_func *
237 const struct dxil_func *func = dxil_add_function_decl(mod, full_name, func_type, attr); in dxil_alloc_func_with_rettype()
245 const struct dxil_func *
Ddxil_function.h72 const struct dxil_func *
79 const struct dxil_func *
90 const struct dxil_func *
Ddxil_module.h167 const struct dxil_func *func;
268 const struct dxil_func *
389 dxil_get_metadata_func(struct dxil_module *m, const struct dxil_func *func);
458 const struct dxil_func *func,
463 const struct dxil_func *func,
Dnir_to_dxil.c514 const struct dxil_func *func = dxil_get_function(&ctx->mod, in emit_unary_call()
537 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.binary", overload); in emit_binary_call()
561 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.tertiary", overload); in emit_tertiary_call()
587 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.quaternary", overload); in emit_quaternary_call()
609 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.threadId", DXIL_I32); in emit_threadid_call()
630 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.threadIdInGroup", DXIL_I32); in emit_threadidingroup_call()
651 …const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.flattenedThreadIdInGroup", DXIL… in emit_flattenedthreadidingroup_call()
671 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.groupId", DXIL_I32); in emit_groupid_call()
695 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.bufferLoad", overload); in emit_bufferload_call()
714 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.bufferStore", overload); in emit_bufferstore_call()
[all …]
Ddxil_internal.h93 struct dxil_func { struct
141 const struct dxil_func *func;
Ddxil_module.c1843 static const struct dxil_func *
1850 struct dxil_func *func = ralloc_size(m->ralloc_ctx, in add_function()
1851 sizeof(struct dxil_func)); in add_function()
1930 const struct dxil_func *
2023 struct dxil_func *func; in emit_module_info()
2239 struct dxil_func *func; in emit_value_symbol_table()
2340 dxil_get_metadata_func(struct dxil_module *m, const struct dxil_func *func) in dxil_get_metadata_func()
2775 const struct dxil_func *func, in create_call_instr()
2797 const struct dxil_func *func, in dxil_emit_call()
2812 const struct dxil_func *func, in dxil_emit_call_void()
[all …]
Ddxil_dump.c298 list_for_each_entry(struct dxil_func, func, list, head) { in dump_funcs()