Home
last modified time | relevance | path

Searched refs:dxil_nir_lower_loads_stores_to_dxil (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.h40 bool dxil_nir_lower_loads_stores_to_dxil(nir_shader *shader);
Ddxil_nir.c708 dxil_nir_lower_loads_stores_to_dxil(nir_shader *nir) in dxil_nir_lower_loads_stores_to_dxil() function
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
Dspirv_to_dxil.c297 NIR_PASS_V(nir, dxil_nir_lower_loads_stores_to_dxil); in spirv_to_dxil()
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c1144 NIR_PASS_V(nir, dxil_nir_lower_loads_stores_to_dxil); in clc_spirv_to_dxil()