Home
last modified time | relevance | path

Searched refs:lower_samplers (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_cubemaps.h34 dxil_nir_lower_int_cubemaps(nir_shader *s, bool lower_samplers);
H A Ddxil_nir_lower_int_cubemaps.c46 bool lower_samplers = *(bool *)options; in lower_int_cubmap_to_array_filter() local
93 } else if (instr->type == nir_instr_type_tex && lower_samplers) { in lower_int_cubmap_to_array_filter()
552 bool lower_samplers = *(bool *)options; in lower_int_cubmap_to_array_impl() local
553 if (instr->type == nir_instr_type_tex && lower_samplers) in lower_int_cubmap_to_array_impl()
563 dxil_nir_lower_int_cubemaps(nir_shader *s, bool lower_samplers) in dxil_nir_lower_int_cubemaps() argument
569 &lower_samplers); in dxil_nir_lower_int_cubemaps()

Completed in 3 milliseconds