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.c85 const struct dxil_func *func;
109 static const struct dxil_func *
125 const struct dxil_func *
145 dxil_add_function(struct rb_tree *functions, const struct dxil_func *func, in dxil_add_function()
189 const struct dxil_func *
221 const struct dxil_func *func = dxil_add_function_decl(mod, full_name, func_type, attr); in dxil_alloc_func_with_rettype()
229 const struct dxil_func *
Ddxil_function.h71 const struct dxil_func *
78 const struct dxil_func *
89 const struct dxil_func *
Ddxil_module.h236 const struct dxil_func *
240 const struct dxil_func *
358 dxil_get_metadata_func(struct dxil_module *m, const struct dxil_func *func);
424 const struct dxil_func *func,
429 const struct dxil_func *func,
Dnir_to_dxil.c457 const struct dxil_func *func = dxil_get_function(&ctx->mod, in emit_unary_call()
480 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.binary", overload); in emit_binary_call()
504 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.tertiary", overload); in emit_tertiary_call()
525 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.threadId", DXIL_I32); in emit_threadid_call()
546 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.threadIdInGroup", DXIL_I32); in emit_threadidingroup_call()
567 …const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.flattenedThreadIdInGroup", DXIL… in emit_flattenedthreadidingroup_call()
587 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.groupId", DXIL_I32); in emit_groupid_call()
611 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.bufferLoad", overload); in emit_bufferload_call()
630 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.bufferStore", overload); in emit_bufferstore_call()
653 const struct dxil_func *func = dxil_get_function(&ctx->mod, "dx.op.textureLoad", overload); in emit_textureload_call()
[all …]
Ddxil_internal.h93 struct dxil_func { struct
141 const struct dxil_func *func;
Ddxil_module.c1834 static struct dxil_func *
1841 struct dxil_func *func = ralloc_size(m->ralloc_ctx, in add_function()
1842 sizeof(struct dxil_func)); in add_function()
1861 const struct dxil_func *
1898 const struct dxil_func *
1991 struct dxil_func *func; in emit_module_info()
2207 struct dxil_func *func; in emit_value_symbol_table()
2308 dxil_get_metadata_func(struct dxil_module *m, const struct dxil_func *func) in dxil_get_metadata_func()
2721 const struct dxil_func *func, in create_call_instr()
2743 const struct dxil_func *func, in dxil_emit_call()
[all …]
Ddxil_dump.c293 list_for_each_entry(struct dxil_func, func, list, head) { in dump_funcs()