/third_party/mesa3d/src/compiler/glsl/ |
D | lower_subroutine.cpp | 104 if (ir->array_idx != NULL) in visit_leave() 105 var = ir->array_idx->clone(mem_ctx, NULL); in visit_leave()
|
D | ir.h | 1648 …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
|
D | ast_function.cpp | 548 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/ |
D | json_pointer.hpp | 142 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/ |
D | validate_interfaces.cpp | 342 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/ |
D | validate_interfaces.cpp | 350 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/ |
D | validate_interfaces.cpp | 350 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/ |
D | robustness.cc | 231 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/ |
D | nir_loop_analyze.c | 633 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/ |
D | minireflect.h | 237 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/ |
D | pan_texture.c | 130 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()
|
D | pan_texture.h | 182 unsigned level, unsigned array_idx,
|
/third_party/e2fsprogs/debugfs/ |
D | set_fields.c | 52 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/ |
D | lvp_execute.c | 935 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/ |
D | intel_decoder.c | 887 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/ |
D | json.hpp | 11678 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/ |
D | quickjs.c | 52631 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 …]
|