Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c119 nir_const_value *const_array_index = nir_src_as_const_value(intrin->src[0]); in lower_res_index_intrinsic() local
122 if (const_array_index) { in lower_res_index_intrinsic()
123 unsigned array_index = const_array_index->u32[0]; in lower_res_index_intrinsic()