Home
last modified time | relevance | path

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

/third_party/json/docs/mkdocs/docs/api/json_pointer/
Doperator_slasheq.md11 json_pointer& operator/=(std::size_t array_idx)
26 `array_idx` (in)
33 3. JSON pointer with `array_idx` appended
Doperator_slash.md11 json_pointer operator/(const json_pointer& lhs, std::size_t array_idx);
29 `array_idx` (in)
36 3. a new JSON pointer with `array_idx` appended to `lhs`
/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.h1638 …struction(ir_type_call), return_deref(return_deref), callee(callee), sub_var(NULL), array_idx(NULL) in ir_call()
1647 ir_variable *var, ir_rvalue *array_idx) in ir_call() argument
1648 …ction(ir_type_call), return_deref(return_deref), callee(callee), sub_var(var), array_idx(array_idx) in ir_call()
1700 ir_rvalue *array_idx; variable
Dast_function.cpp549 ir_rvalue *array_idx, in generate_call() argument
662 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/mesa3d/src/panfrost/lib/
Dpan_layout.c270 unsigned level, unsigned array_idx, in panfrost_texture_offset() argument
274 (array_idx * layout->array_stride) + in panfrost_texture_offset()
506 unsigned array_idx = is_3d ? 0 : layer; in pan_iview_get_surface() local
511 array_idx, surface_idx); in pan_iview_get_surface()
Dpan_texture.h221 unsigned level, unsigned array_idx,
/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/spirv-tools/source/val/
Dvalidate_interfaces.cpp363 for (uint32_t array_idx = 0; array_idx < array_size; ++array_idx) { in GetLocationsForVariable() local
369 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.c635 nir_loop_variable *array_idx = NULL; in guess_loop_limit() local
639 &array_idx); in guess_loop_limit()
640 if (array_idx && basic_ind.def == array_idx->def && in guess_loop_limit()
653 &array_idx); in guess_loop_limit()
654 if (array_idx && basic_ind.def == array_idx->def && in guess_loop_limit()
/third_party/json/include/nlohmann/detail/
Djson_pointer.hpp116 json_pointer& operator/=(std::size_t array_idx) in operator /=() argument
118 return *this /= std::to_string(array_idx); in operator /=()
138 friend json_pointer operator/(const json_pointer& lhs, std::size_t array_idx) in operator /() argument
140 return json_pointer(lhs) /= array_idx; in operator /()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c1078 int array_idx, in fill_sampler_stage() argument
1085 ss_idx += array_idx; in fill_sampler_stage()
1087 …age][ss_idx], binding->immutable_samplers ? binding->immutable_samplers[array_idx] : descriptor->s… in fill_sampler_stage()
1106 int array_idx, in fill_sampler_view_stage() argument
1113 sv_idx += array_idx; in fill_sampler_view_stage()
1176 int array_idx, in fill_sampler_buffer_view_stage() argument
1183 sv_idx += array_idx; in fill_sampler_buffer_view_stage()
1216 int array_idx, in fill_image_view_stage() argument
1224 idx += array_idx; in fill_image_view_stage()
1261 int array_idx, in fill_image_buffer_view_stage() argument
[all …]
/third_party/mesa3d/src/intel/common/
Dintel_decoder.c890 uint32_t array_idx = iter->array_iter[level]; in iter_array_offset_bits() local
891 offset += group->array_offset + array_idx * group->array_item_size; in iter_array_offset_bits()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1508 unsigned array_idx = slot_idx / struct_slots; in emit_so_outputs() local
1513 …v_builder_emit_composite_extract(&ctx->builder, get_glsl_type(ctx, bare_type), src, &array_idx, 1); in emit_so_outputs()
1519 array_idx = slot_idx / struct_slots; in emit_so_outputs()
1520 …v_builder_emit_composite_extract(&ctx->builder, get_glsl_type(ctx, bare_type), src, &array_idx, 1); in emit_so_outputs()
1521 slot_idx -= array_idx * struct_slots; in emit_so_outputs()
1549 array_idx = matrix_offset / mat_slots; in emit_so_outputs()
1552 … src = spirv_builder_emit_composite_extract(&ctx->builder, output_type, src, &array_idx, 1); in emit_so_outputs()
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp12311 json_pointer& operator/=(std::size_t array_idx) in operator /=() argument
12313 return *this /= std::to_string(array_idx); in operator /=()
12333 friend json_pointer operator/(const json_pointer& lhs, std::size_t array_idx) in operator /() argument
12335 return json_pointer(lhs) /= array_idx; in operator /()
/third_party/json/single_include/nlohmann/
Djson.hpp13797 json_pointer& operator/=(std::size_t array_idx) in operator /=() argument
13799 return *this /= std::to_string(array_idx); in operator /=()
13819 friend json_pointer operator/(const json_pointer& lhs, std::size_t array_idx) in operator /() argument
13821 return json_pointer(lhs) /= array_idx; in operator /()