Searched refs:max_shader_model (Results 1 – 6 of 6) sorted by relevance
127 enum dxil_shader_model max_shader_model; member
779 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()
486 conf.max_shader_model = SHADER_MODEL_6_2; in run_shader_with_raw_args()
115 enum dxil_shader_model max_shader_model; member
1683 …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()
143 opts.shader_model_max = screen->max_shader_model; in compile_nir()