Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_find_array_copies.c316 nir_deref_path *deref_path, int arr_idx, in try_match_deref() argument
353 const_d_idx && d_idx == arr_idx && in try_match_deref()
/external/tensorflow/tensorflow/core/framework/
Dshape_inference_test.cc861 for (int arr_idx = 0; arr_idx < 4; ++arr_idx) { in TEST_F() local
862 out = out_arr[arr_idx]; in TEST_F()
865 << "start: " << start << " end: " << end << " arr_idx: " << arr_idx in TEST_F()
869 << "arr_idx: " << arr_idx; in TEST_F()
/external/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c474 nir_ssa_def *arr_idx = nir_unpack_64_2x32_split_y(b, old_index); in lower_res_reindex_intrinsic() local
475 new_index = nir_pack_64_2x32_split(b, base, nir_iadd(b, arr_idx, offset)); in lower_res_reindex_intrinsic()
/external/virglrenderer/src/
Dvrend_renderer.c1398 int arr_idx = vrend_shader_lookup_sampler_array(&sprog->ss[id]->sel->sinfo, i); in bind_sampler_locs() local
1399 snprintf(name, 32, "%ssamp%d[%d]", prefix, arr_idx, i - arr_idx); in bind_sampler_locs()