Searched refs:nir_to_dxil (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | nir_to_dxil.h | 57 nir_to_dxil(struct nir_shader *s, const struct nir_to_dxil_options *opts,
|
| H A D | nir_to_dxil.c | 24 #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 D | spirv_to_dxil.c | 25 #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 D | d3d12_compiler.cpp | 29 #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 D | clc_compiler.c | 33 #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 D | 21.3.0.rst | 1530 - nir_to_dxil: Add tagging raw SRVs in shader flags
|
| H A D | 21.1.0.rst | 2846 - microsoft/compiler: Support compact arrays for clip/cull in nir_to_dxil
|
Completed in 25 milliseconds