Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.h436 dxil_emit_alloca(struct dxil_module *m, const struct dxil_type *alloc_type,
Ddxil_module.c2805 dxil_emit_alloca(struct dxil_module *m, const struct dxil_type *alloc_type, in dxil_emit_alloca() function
Dnir_to_dxil.c4480 ctx->scratchvars = dxil_emit_alloca(&ctx->mod, type, int32, array_length, 4); in emit_scratch()