Searched refs:dxil_func (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_function.c | 100 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 *
|
D | dxil_function.h | 72 const struct dxil_func * 79 const struct dxil_func * 90 const struct dxil_func *
|
D | dxil_module.h | 167 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,
|
D | nir_to_dxil.c | 514 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 …]
|
D | dxil_internal.h | 93 struct dxil_func { struct 141 const struct dxil_func *func;
|
D | dxil_module.c | 1843 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 …]
|
D | dxil_dump.c | 298 list_for_each_entry(struct dxil_func, func, list, head) { in dump_funcs()
|