Searched refs:arr_idx (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_opt_find_array_copies.c | 93 nir_deref_instr *deref, int arr_idx, void *mem_ctx) 128 * looking for an index which is zero in the base deref and arr_idx 133 const_d_idx && d_idx == arr_idx) { 92 try_match_deref(nir_deref_path * base_path,int * path_array_idx,nir_deref_instr * deref,int arr_idx,void * mem_ctx) argument
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_find_array_copies.c | 316 nir_deref_path *deref_path, int arr_idx, 348 * looking for an index which is zero in the base deref and arr_idx 353 const_d_idx && d_idx == arr_idx && 315 try_match_deref(nir_deref_path * base_path,int * path_array_idx,nir_deref_path * deref_path,int arr_idx,nir_deref_instr * dst) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_nir_apply_pipeline_layout.c | 472 nir_ssa_def *arr_idx = nir_unpack_64_2x32_split_y(b, old_index); local in function:lower_res_reindex_intrinsic 473 new_index = nir_pack_64_2x32_split(b, base, nir_iadd(b, arr_idx, offset));
|
Completed in 5 milliseconds