/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 | 1638 …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
|
D | ast_function.cpp | 549 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/ |
D | pan_layout.c | 270 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()
|
D | pan_texture.h | 221 unsigned level, unsigned array_idx,
|
/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/spirv-tools/source/val/ |
D | validate_interfaces.cpp | 363 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/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/json/include/nlohmann/detail/ |
D | json_pointer.hpp | 143 json_pointer& operator/=(std::size_t array_idx) in operator /=() argument 145 return *this /= std::to_string(array_idx); in operator /=() 204 friend json_pointer operator/(const json_pointer& ptr, std::size_t array_idx) in operator /() argument 206 return json_pointer(ptr) /= array_idx; in operator /()
|
/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 | 635 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/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_execute.c | 1078 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/ |
D | intel_decoder.c | 890 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/ |
D | nir_to_spirv.c | 1508 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/single_include/nlohmann/ |
D | json.hpp | 12500 json_pointer& operator/=(std::size_t array_idx) in operator /=() argument 12502 return *this /= std::to_string(array_idx); in operator /=() 12561 friend json_pointer operator/(const json_pointer& ptr, std::size_t array_idx) in operator /() argument 12563 return json_pointer(ptr) /= array_idx; in operator /()
|