Home
last modified time | relevance | path

Searched refs:values_ptr (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
Djcphuff-neon.c45 JCOEF *values_ptr = values; in jsimd_encode_mcu_AC_first_prepare_neon() local
83 vst1q_s16(values_ptr, coefs1); in jsimd_encode_mcu_AC_first_prepare_neon()
84 vst1q_s16(values_ptr + DCTSIZE, coefs2); in jsimd_encode_mcu_AC_first_prepare_neon()
87 values_ptr += 16; in jsimd_encode_mcu_AC_first_prepare_neon()
138 vst1q_s16(values_ptr, coefs1); in jsimd_encode_mcu_AC_first_prepare_neon()
139 vst1q_s16(values_ptr + DCTSIZE, coefs2); in jsimd_encode_mcu_AC_first_prepare_neon()
142 values_ptr += 16; in jsimd_encode_mcu_AC_first_prepare_neon()
180 vst1q_s16(values_ptr, coefs); in jsimd_encode_mcu_AC_first_prepare_neon()
182 values_ptr += 8; in jsimd_encode_mcu_AC_first_prepare_neon()
189 vst1q_s16(values_ptr, vdupq_n_s16(0)); in jsimd_encode_mcu_AC_first_prepare_neon()
[all …]
/third_party/abseil-cpp/absl/container/internal/
Dinlined_vector.h81 ValueAdapter* values_ptr, SizeType construct_size) { in ConstructElements() argument
84 values_ptr->ConstructNext(alloc_ptr, construct_first + i); in ConstructElements()
94 void AssignElements(Pointer assign_first, ValueAdapter* values_ptr, in AssignElements() argument
97 values_ptr->AssignNext(assign_first + i); in AssignElements()
236 void Construct(Pointer data, ValueAdapter* values_ptr, SizeType size) { in Construct() argument
238 data, values_ptr, size); in Construct()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dinlined_vector.h105 ValueAdapter* values_ptr, SizeType construct_size) { in ConstructElements() argument
108 values_ptr->ConstructNext(alloc_ptr, construct_first + i); in ConstructElements()
118 void AssignElements(Pointer assign_first, ValueAdapter* values_ptr, in AssignElements() argument
121 values_ptr->AssignNext(assign_first + i); in AssignElements()
260 void Construct(Pointer data, ValueAdapter* values_ptr, SizeType size) { in Construct() argument
262 data, values_ptr, size); in Construct()
/third_party/mesa3d/include/drm-uapi/
Dv3d_drm.h396 __u64 values_ptr; member
Dvc4_drm.h435 __u64 values_ptr; member
Ddrm_mode.h589 __u64 values_ptr; member
Di915_drm.h1214 __u64 values_ptr; member
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_query_perfcnt.c291 req.values_ptr = (uintptr_t)pquery->perfmon->values; in v3d_get_query_result_perfcnt()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_query.c269 req.values_ptr = (uintptr_t)query->hwperfmon->counters; in vc4_get_query_result()
/third_party/libdrm/include/drm/
Dvc4_drm.h435 __u64 values_ptr; member
Ddrm_mode.h415 __u64 values_ptr; /* values and blob lengths */ member
/third_party/libdrm/
Dxf86drmMode.c637 prop.values_ptr = VOID2U64(drmMalloc(prop.count_values * sizeof(uint64_t))); in drmModeGetProperty()
643 prop.values_ptr = VOID2U64(drmMalloc(prop.count_enum_blobs * sizeof(uint32_t))); in drmModeGetProperty()
660 r->values = drmAllocCpy(U642VOID(prop.values_ptr), prop.count_values, sizeof(uint64_t)); in drmModeGetProperty()
665 r->values = drmAllocCpy(U642VOID(prop.values_ptr), prop.count_enum_blobs, sizeof(uint32_t)); in drmModeGetProperty()
673 drmFree(U642VOID(prop.values_ptr)); in drmModeGetProperty()
/third_party/mesa3d/src/broadcom/simulator/
Dv3d_simulator.c688 memcpy((void *)args->values_ptr, perfmon->values, perfmon->ncounters * sizeof(uint64_t)); in v3d_simulator_perfmon_get_values_ioctl()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc3056 const auto* values_ptr = clause_heads[i]->case_values.get(); in EmitSwitchStart() local
3057 const bool has_selectors = (values_ptr && !values_ptr->empty()); in EmitSwitchStart()
3059 std::vector<uint64_t> values(values_ptr->begin(), values_ptr->end()); in EmitSwitchStart()
/third_party/mesa3d/src/intel/vulkan/
Danv_batch_chain.c1981 execbuf.timeline_fences.values_ptr = (uintptr_t)submit->fence_values; in anv_queue_execbuf_locked()