Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dlower_subroutine.cpp104 if (ir->array_idx != NULL) in visit_leave()
105 var = ir->array_idx->clone(mem_ctx, NULL); in visit_leave()
Dir.h1648 …struction(ir_type_call), return_deref(return_deref), callee(callee), sub_var(NULL), array_idx(NULL) in ir_call()
1657 ir_variable *var, ir_rvalue *array_idx) in ir_call() argument
1658 …ction(ir_type_call), return_deref(return_deref), callee(callee), sub_var(var), array_idx(array_idx) in ir_call()
1710 ir_rvalue *array_idx; variable
Dast_function.cpp548 ir_rvalue *array_idx, in generate_call() argument
661 actual_parameters, sub_var, array_idx); in generate_call()
2406 ir_rvalue *array_idx = NULL; in hir() local
2412 array_idx = generate_array_index(ctx, instructions, state, loc, in hir()
2503 array_idx, state); in hir()
/third_party/json/include/nlohmann/detail/
Djson_pointer.hpp142 json_pointer& operator/=(std::size_t array_idx) in operator /=() argument
144 return *this /= std::to_string(array_idx); in operator /=()
203 friend json_pointer operator/(const json_pointer& ptr, std::size_t array_idx) in operator /() argument
205 return json_pointer(ptr) /= array_idx; in operator /()
/third_party/spirv-tools/source/val/
Dvalidate_interfaces.cpp342 for (uint32_t array_idx = 0; array_idx < array_size; ++array_idx) { in GetLocationsForVariable() local
348 uint32_t array_location = location + (num_locations * array_idx); in GetLocationsForVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp350 for (uint32_t array_idx = 0; array_idx < array_size; ++array_idx) { in GetLocationsForVariable() local
356 uint32_t array_location = location + (num_locations * array_idx); in GetLocationsForVariable()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_interfaces.cpp350 for (uint32_t array_idx = 0; array_idx < array_size; ++array_idx) { in GetLocationsForVariable() local
356 uint32_t array_location = location + (num_locations * array_idx); in GetLocationsForVariable()
/third_party/skia/third_party/externals/tint/src/transform/
Drobustness.cc231 auto array_idx = signature.IndexOf(sem::ParameterUsage::kArrayIndex); in Transform() local
269 if (array_idx >= 0) { in Transform()
270 auto* arg = expr->args[array_idx]; in Transform()
/third_party/mesa3d/src/compiler/nir/
Dnir_loop_analyze.c633 nir_loop_variable *array_idx = NULL; in guess_loop_limit() local
637 &array_idx); in guess_loop_limit()
638 if (array_idx && basic_ind.def == array_idx->def && in guess_loop_limit()
651 &array_idx); in guess_loop_limit()
652 if (array_idx && basic_ind.def == array_idx->def && in guess_loop_limit()
/third_party/flatbuffers/include/flatbuffers/
Dminireflect.h237 size_t array_idx = 0; in IterateObject() local
267 size = type_table->array_sizes[array_idx]; in IterateObject()
268 ++array_idx; in IterateObject()
/third_party/mesa3d/src/panfrost/lib/
Dpan_texture.c130 unsigned level, unsigned array_idx, in panfrost_texture_offset() argument
134 (array_idx * layout->array_stride) + in panfrost_texture_offset()
340 unsigned array_idx = is_3d ? 0 : layer; in pan_iview_get_surface() local
345 array_idx, surface_idx); in pan_iview_get_surface()
Dpan_texture.h182 unsigned level, unsigned array_idx,
/third_party/e2fsprogs/debugfs/
Dset_fields.c52 static int array_idx; variable
405 array_idx = strtol(idx, &tmp, 0); in find_field()
426 if (ss->max_idx > 0 && array_idx >= ss->max_idx) in find_field()
468 u.ptr8 += array_idx * info->size; in parse_uint()
665 NULL, BMAP_ALLOC | BMAP_SET, array_idx, NULL, in parse_bmap()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c935 int array_idx, in fill_sampler_stage() argument
942 ss_idx += array_idx; in fill_sampler_stage()
944 …age][ss_idx], binding->immutable_samplers ? binding->immutable_samplers[array_idx] : descriptor->s… in fill_sampler_stage()
963 int array_idx, in fill_sampler_view_stage() argument
970 sv_idx += array_idx; in fill_sampler_view_stage()
1034 int array_idx, in fill_sampler_buffer_view_stage() argument
1041 sv_idx += array_idx; in fill_sampler_buffer_view_stage()
1069 int array_idx, in fill_image_view_stage() argument
1077 idx += array_idx; in fill_image_view_stage()
1104 int array_idx, in fill_image_buffer_view_stage() argument
[all …]
/third_party/mesa3d/src/intel/common/
Dintel_decoder.c887 uint32_t array_idx = iter->array_iter[level]; in iter_array_offset_bits() local
888 offset += group->array_offset + array_idx * group->array_item_size; in iter_array_offset_bits()
/third_party/json/single_include/nlohmann/
Djson.hpp11678 json_pointer& operator/=(std::size_t array_idx) in operator /=() argument
11680 return *this /= std::to_string(array_idx); in operator /=()
11739 friend json_pointer operator/(const json_pointer& ptr, std::size_t array_idx) in operator /() argument
11741 return json_pointer(ptr) /= array_idx; in operator /()
/third_party/quickjs/
Dquickjs.c52631 uint32_t *array_idx; in js_typed_array_sort() local
52636 array_idx = js_malloc(ctx, len * sizeof(array_idx[0])); in js_typed_array_sort()
52637 if (!array_idx) in js_typed_array_sort()
52640 array_idx[i] = i; in js_typed_array_sort()
52643 rqsort(array_idx, len, sizeof(array_idx[0]), in js_typed_array_sort()
52650 js_free(ctx, array_idx); in js_typed_array_sort()
52657 j = array_idx[i]; in js_typed_array_sort()
52663 j = array_idx[i]; in js_typed_array_sort()
52669 j = array_idx[i]; in js_typed_array_sort()
52675 j = array_idx[i]; in js_typed_array_sort()
[all …]