Searched refs:nir_to_dxil (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.h57 nir_to_dxil(struct nir_shader *s, const struct nir_to_dxil_options *opts,
H A Dnir_to_dxil.c24 #include "nir_to_dxil.h"
4691 unreachable("unknown shader stage in nir_to_dxil");
4874 nir_to_dxil(struct nir_shader *s, const struct nir_to_dxil_options *opts, function in typeref:typename:bool
/xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/
H A Dspirv_to_dxil.c25 #include "nir_to_dxil.h"
316 if (!nir_to_dxil(nir, &opts, &dxil_blob)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp29 #include "nir_to_dxil.h"
172 if (!nir_to_dxil(nir, &opts, &tmp)) {
173 debug_printf("D3D12: nir_to_dxil failed\n");
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler.c33 #include "../compiler/nir_to_dxil.h"
1205 if (!nir_to_dxil(nir, &opts, &tmp)) {
1206 debug_printf("D3D12: nir_to_dxil failed\n");
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst1530 - nir_to_dxil: Add tagging raw SRVs in shader flags
H A D21.1.0.rst2846 - microsoft/compiler: Support compact arrays for clip/cull in nir_to_dxil

Completed in 25 milliseconds