Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/panfrost/lib/
H A Dpan_layout.c425 unsigned array_idx, unsigned surface_idx) in panfrost_texture_offset()
644 unsigned array_idx = is_3d ? 0 : layer; in pan_iview_get_surface() local
/aosp_15_r20/art/openjdkjvmti/
H A Dti_class.cc578 size_t array_idx = 0; in GetClassFields() local
631 size_t array_idx = 0; in GetClassMethods() local
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dast_function.cpp553 ir_rvalue *array_idx, in generate_call()
2470 ir_rvalue *array_idx = NULL; in hir() local
H A Dir.h1668 ir_variable *var, ir_rvalue *array_idx) in ir_call()
1721 ir_rvalue *array_idx; variable
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_interfaces.cpp377 for (uint32_t array_idx = 0; array_idx < array_size; ++array_idx) { in GetLocationsForVariable() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp390 for (uint32_t array_idx = 0; array_idx < array_size; ++array_idx) { in GetLocationsForVariable() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_interfaces.cpp380 for (uint32_t array_idx = 0; array_idx < array_size; ++array_idx) { in GetLocationsForVariable() local
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dminireflect.h237 size_t array_idx = 0; in IterateObject() local
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dminireflect.h237 size_t array_idx = 0; in IterateObject() local
/aosp_15_r20/external/e2fsprogs/debugfs/
H A Dset_fields.c52 static int array_idx; variable
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_loop_analyze.c570 nir_loop_variable *array_idx = NULL; in guess_loop_limit() local
/aosp_15_r20/external/mesa3d/src/intel/decoder/
H A Dintel_decoder.c1103 uint32_t array_idx = iter->array_iter[level]; in iter_array_offset_bits() local
/aosp_15_r20/art/runtime/
H A Dclass_linker_test.cc1025 dex::TypeIndex array_idx = dex_file.GetIndexForTypeId(*array_id); in TEST_F() local
/aosp_15_r20/art/runtime/mirror/
H A Dclass.cc1208 size_t array_idx = 0; in GetDeclaredFields() local
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Ddescriptor_sets.cpp684 auto array_idx = 0; // Track array idx if we're dealing with array descriptors in ValidateDrawState() local
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/
H A Dbifrost_compile.c1449 bi_index array_idx = bi_extract(b, sample_index, 0); in va_emit_image_coord() local
/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp13551 json_pointer& operator/=(std::size_t array_idx) in operator /=()
13573 friend json_pointer operator/(const json_pointer& lhs, std::size_t array_idx) in operator /()