Home
last modified time | relevance | path

Searched refs:max_shader_model (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/microsoft/clc/
H A Dclc_compiler.h127 enum dxil_shader_model max_shader_model; member
H A Dclc_compiler.c779 conf ? conf->max_shader_model : SHADER_MODEL_6_2, in clc_spirv_to_dxil()
1147 … .shader_model_max = conf && conf->max_shader_model ? conf->max_shader_model : SHADER_MODEL_6_2, in clc_spirv_to_dxil()
H A Dcompute_test.cpp486 conf.max_shader_model = SHADER_MODEL_6_2; in run_shader_with_raw_args()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_screen.h115 enum dxil_shader_model max_shader_model; member
H A Dd3d12_screen.cpp1683 …screen->max_shader_model = static_cast<dxil_shader_model>(((shader_model.HighestShaderModel & 0xf0… in d3d12_init_screen()
1790 screen->max_shader_model, in d3d12_init_screen()
H A Dd3d12_compiler.cpp143 opts.shader_model_max = screen->max_shader_model; in compile_nir()