/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_queue.h | 17 vn_sizeof_VkDeviceGroupSubmitInfo_pnext(const void *val) in vn_sizeof_VkDeviceGroupSubmitInfo_pnext() 24 vn_sizeof_VkDeviceGroupSubmitInfo_self(const VkDeviceGroupSubmitInfo *val) in vn_sizeof_VkDeviceGroupSubmitInfo_self() 53 vn_sizeof_VkDeviceGroupSubmitInfo(const VkDeviceGroupSubmitInfo *val) in vn_sizeof_VkDeviceGroupSubmitInfo() 65 vn_encode_VkDeviceGroupSubmitInfo_pnext(struct vn_cs_encoder *enc, const void *val) in vn_encode_VkDeviceGroupSubmitInfo_pnext() 72 …_encode_VkDeviceGroupSubmitInfo_self(struct vn_cs_encoder *enc, const VkDeviceGroupSubmitInfo *val) in vn_encode_VkDeviceGroupSubmitInfo_self() 99 vn_encode_VkDeviceGroupSubmitInfo(struct vn_cs_encoder *enc, const VkDeviceGroupSubmitInfo *val) in vn_encode_VkDeviceGroupSubmitInfo() 110 vn_sizeof_VkProtectedSubmitInfo_pnext(const void *val) in vn_sizeof_VkProtectedSubmitInfo_pnext() 117 vn_sizeof_VkProtectedSubmitInfo_self(const VkProtectedSubmitInfo *val) in vn_sizeof_VkProtectedSubmitInfo_self() 126 vn_sizeof_VkProtectedSubmitInfo(const VkProtectedSubmitInfo *val) in vn_sizeof_VkProtectedSubmitInfo() 138 vn_encode_VkProtectedSubmitInfo_pnext(struct vn_cs_encoder *enc, const void *val) in vn_encode_VkProtectedSubmitInfo_pnext() [all …]
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/ |
H A D | test_queries.cpp | 24 int test_get_platform_info(cl_device_id deviceID, cl_context context, cl_command_queue queue, int n… in test_get_platform_info() 140 T val; in sampler_param_test() local 301 cl_command_queue queue, int num_elements) in test_get_sampler_info() 314 cl_command_queue queue, in test_get_sampler_info_compatibility() 327 int command_queue_param_test(cl_command_queue queue, in command_queue_param_test() 332 T val; in command_queue_param_test() local 428 clCommandQueueWrapper queue; in check_get_command_queue_info_params() local 510 #define TEST_MEM_OBJECT_PARAM( mem, paramName, val, expected, name, type, cast ) \ argument 529 #define TEST_DEVICE_PARAM( device, paramName, val, name, type, cast ) \ argument 539 #define TEST_DEVICE_PARAM_MEM( device, paramName, val, name, type, div ) \ argument [all …]
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spirv_new/ |
H A D | test_decorate.cpp | 36 cl_command_queue queue, in verify_results() 100 cl_command_queue queue, in test_decorate_full() 183 cl_command_queue queue, in verify_saturated_results() 215 Tl val = (genrand<Tl>(seed) % hiVal); in verify_saturated_results() local 258 To val = (To)std::min<Ti>(std::max<Ti>(ival, loVal), hiVal); in verify_saturated_results() local 277 cl_command_queue queue, in test_saturate_full() 381 int sign(T val) in sign()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/subgroups/ |
H A D | test_ifp.cpp | 122 static inline int inst(int op, int loc, int val) in inst() 131 int val; in gen_insts() local 288 int test_ifp(cl_device_id device, cl_context context, cl_command_queue queue, in test_ifp() 335 cl_command_queue queue, int num_elements) in test_ifp_core() 354 cl_command_queue queue, int num_elements) in test_ifp_ext()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_tss.c | 64 struct bind_queue *queue) in emit_tex_binding_unit() 132 struct bind_queue queue; in update_tss_binding() local 223 struct bind_queue queue; in svga_reemit_tss_bindings() local 313 #define EMIT_TS(svga, unit, val, token) \ argument 341 struct ts_queue *queue) in emit_tss_unit() 370 struct ts_queue queue; in update_tss() local
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/i915/ |
H A D | anv_queue.c | 37 struct anv_queue *queue, in anv_i915_create_engine() 63 int val = 0; in anv_i915_create_engine() local 124 anv_i915_destroy_engine(struct anv_device *device, struct anv_queue *queue) in anv_i915_destroy_engine()
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | u_queue.h | 71 uint32_t val; member 90 uint32_t val = p_atomic_xchg(&fence->val, 0); in util_queue_fence_signal() local 278 util_queue_is_initialized(struct util_queue *queue) in util_queue_is_initialized() 289 struct util_queue *queue; member
|
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
H A D | TargetVM.java | 94 int val = 0xff & packet.data[i]; in dumpPacket() local 261 EventQueueImpl queue = (EventQueueImpl)iter.next(); in notifyDequeueEventSet() local 274 EventQueueImpl queue = (EventQueueImpl)iter.next(); in queueEventSet() local 313 void addEventQueue(EventQueueImpl queue) { in addEventQueue()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | local_rendezvous.cc | 121 const Tensor& val, const bool is_dead) { in Send() 143 ItemQueue* queue = &table_[key_hash]; in Send() local 208 ItemQueue* queue = &table_[key_hash]; in RecvAsync() local 235 ItemQueue* queue = &table_[key_hash]; in RecvAsync() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/commonfns/ |
H A D | test_base.h | 53 cl_command_queue queue; member 154 template <typename T> float UlpFn(const T &val, const double &r) in UlpFn() 176 template <typename T> inline double conv_to_dbl(const T &val) in conv_to_dbl() 184 template <typename T> inline double conv_to_flt(const T &val) in conv_to_flt() 192 template <typename T> inline half conv_to_half(const T &val) in conv_to_half()
|
/aosp_15_r20/frameworks/base/core/java/android/os/SemiConcurrentMessageQueue/ |
H A D | MessageQueue.java | 258 private static int numQueued(long val) { in numQueued() 262 private static int numCancelled(long val) { in numCancelled() 1267 private int dumpPriorityQueue(PriorityQueue<MessageNode> queue, Printer pw, String prefix, in dumpPriorityQueue() 1316 private int dumpPriorityQueue(PriorityQueue<MessageNode> queue, ProtoOutputStream proto) { in dumpPriorityQueue()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/ |
H A D | test_fence_sync.cpp | 242 cl_int run_cl_kernel( cl_kernel kernel, cl_command_queue queue, cl_mem stream0, cl_mem stream1, in run_cl_kernel() 286 …RunThread( cl_kernel kernel, cl_command_queue queue, cl_mem stream0, cl_mem stream1, size_t numThr… in RunThread() 305 int test_fence_sync_single( cl_device_id device, cl_context context, cl_command_queue queue, bool s… in test_fence_sync_single() 350 GLint val, screen; in test_fence_sync_single() local 604 int test_fence_sync( cl_device_id device, cl_context context, cl_command_queue queue, int numElemen… in test_fence_sync()
|
/aosp_15_r20/packages/modules/Profiling/tests/cts/src/android/profiling/cts/ |
D | ProfilingServiceTests.java | 1222 List<TracingSession> queue = new ArrayList<TracingSession>(); in testQueuedResult_InvalidState() local 1260 List<TracingSession> queue = new ArrayList<TracingSession>(); in testQueuedResult_OverMaxRetries() local 1297 List<TracingSession> queue = new ArrayList<TracingSession>(); in testQueuedResult_ProfilingFinished() local 1335 List<TracingSession> queue = new ArrayList<TracingSession>(); in testQueuedResult_TraceUnredacted() local 1372 List<TracingSession> queue = new ArrayList<TracingSession>(); in testQueuedResult_TraceRedacted() local 1414 List<TracingSession> queue = new ArrayList<TracingSession>(); in testQueuedResult_AlreadyCopied() local 1450 List<TracingSession> queue = new ArrayList<TracingSession>(); in testQueuedResult_ErrorOccurred() local 1487 List<TracingSession> queue = new ArrayList<TracingSession>(); in testQueuedResult_NotifiedRequester() local 1524 List<TracingSession> queue = new ArrayList<TracingSession>(); in testQueuedResult_Cleanup() local 2064 int val = Integer.parseInt(s.trim()); in updateDeviceConfigAndWaitForChange() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/ |
H A D | test_fence_sync.cpp | 246 cl_int run_cl_kernel(cl_kernel kernel, cl_command_queue queue, cl_mem stream0, in run_cl_kernel() 294 RunThread(cl_kernel kernel, cl_command_queue queue, cl_mem stream0, in RunThread() 316 cl_command_queue queue, bool separateThreads, in test_fence_sync_single() 387 GLint val, screen; in test_fence_sync_single() local 715 cl_command_queue queue, int numElements) in test_fence_sync()
|
/aosp_15_r20/external/javassist/src/main/javassist/scopedpool/ |
H A D | SoftValueHashMap.java | 41 private SoftValueRef(K key, V val, ReferenceQueue<V> q) { in SoftValueRef() 47 K key, V val, ReferenceQueue<V> q) { in create() 73 private ReferenceQueue<V> queue = new ReferenceQueue<V>(); field in SoftValueHashMap
|
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/ |
H A D | vn_common.h | 305 #define VN_REFCOUNT_INIT(val) \ argument 318 vn_refcount_fetch_add_relaxed(struct vn_refcount *ref, int val) in vn_refcount_fetch_add_relaxed() 324 vn_refcount_fetch_sub_release(struct vn_refcount *ref, int val) in vn_refcount_fetch_sub_release() 469 vn_queue_base_init(struct vn_queue_base *queue, in vn_queue_base_init() 481 vn_queue_base_fini(struct vn_queue_base *queue) in vn_queue_base_fini()
|
H A D | vn_queue.c | 265 struct vn_queue *queue = vn_queue_from_handle(submit->queue_handle); in vn_has_zink_sync_batch() local 500 struct vn_queue *queue = vn_queue_from_handle(submit->queue_handle); in vn_queue_submission_prepare() local 537 struct vn_queue *queue = vn_queue_from_handle(submit->queue_handle); in vn_queue_submission_alloc_storage() local 1033 struct vn_queue *queue = vn_queue_from_handle(submit->queue_handle); in vn_queue_submit() local 1123 vn_QueueSubmit(VkQueue queue, in vn_QueueSubmit() 1142 vn_QueueSubmit2(VkQueue queue, in vn_QueueSubmit2() 1163 struct vn_queue *queue = vn_queue_from_handle(submit->queue_handle); in vn_queue_bind_sparse_submit() local 1191 struct vn_queue *queue = vn_queue_from_handle(submit->queue_handle); in vn_queue_bind_sparse_submit_batch() local 1330 vn_QueueBindSparse(VkQueue queue, in vn_QueueBindSparse() 1379 struct vn_queue *queue = vn_queue_from_handle(_queue); in vn_QueueWaitIdle() local [all …]
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/ |
H A D | Acl.hpp | 119 constexpr SE as_enum(E val) noexcept in as_enum() 148 void reset(T *val) in reset() 465 AclQueue queue; in Queue() local 768 StatusCode run(Queue &queue, TensorPack &pack) in run()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/ |
H A D | morton_msb_radix_bitonic_sort.h | 66 inline uint wg_scan_inclusive_add_opt(local uint* tmp, uint val, uint SG_SIZE, uint WG_SIZE) in wg_scan_inclusive_add_opt() 114 global struct MSBDispatchQueue* queue = &scheduler->msb_queue; in get_msb_dispatch_args() local 157 void BLSDispatchQueue_push(global struct BLSDispatchQueue* queue, struct BLSDispatchRecord* record) in BLSDispatchQueue_push() 848 ulong val; in sort_morton_codes_msb_bin_items() local 876 ulong val = *key_start; in sort_morton_codes_msb_bin_items() local
|
/aosp_15_r20/frameworks/base/core/java/android/os/ConcurrentMessageQueue/ |
H A D | MessageQueue.java | 269 private static int numQueued(long val) { in numQueued() 273 private static int numCancelled(long val) { in numCancelled() 1232 private boolean priorityQueueHasMessage(ConcurrentSkipListSet<MessageNode> queue, Handler h, in priorityQueueHasMessage() 1474 private int dumpPriorityQueue(ConcurrentSkipListSet<MessageNode> queue, Printer pw, in dumpPriorityQueue() 1521 private int dumpPriorityQueue(ConcurrentSkipListSet<MessageNode> queue, in dumpPriorityQueue()
|
/aosp_15_r20/external/ethtool/ |
H A D | rxclass.c | 260 u64 queue = ethtool_get_flow_spec_ring(fsp->ring_cookie); in rxclass_print_nfc_rule() local 929 static int rxclass_get_long(char *str, long long *val, int size) in rxclass_get_long() 944 static int rxclass_get_ulong(char *str, unsigned long long *val, int size) in rxclass_get_ulong() 959 static int rxclass_get_ipv4(char *str, __be32 *val) in rxclass_get_ipv4() 967 static int rxclass_get_ipv6(char *str, __be32 *val) in rxclass_get_ipv6() 975 static int rxclass_get_ether(char *str, unsigned char *val) in rxclass_get_ether() 1011 long long val; in rxclass_get_val() local 1021 unsigned long long val; in rxclass_get_val() local 1031 unsigned long long val; in rxclass_get_val() local 1041 unsigned long long val; in rxclass_get_val() local [all …]
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_fpmath.cpp | 50 template <typename T> double toDouble(T val) in toDouble() 361 cl_command_queue queue; member 373 int test_fpmath(cl_device_id device, cl_context context, cl_command_queue queue, in test_fpmath()
|
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/perf/ |
H A D | surface_stats_collector.py | 14 import Queue as queue # pylint: disable=wrong-import-order namespace 157 def to_long_int(val): argument
|
/aosp_15_r20/external/pigweed/ts/transport/ |
H A D | serial_mock.ts | 30 private queue: T[] = []; property in AsyncQueue 51 const val = this.queue.shift(); constant
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_knl_drm_virtio.cc | 787 tu_queue_submit_create_locked(struct tu_queue *queue, in tu_queue_submit_create_locked() 897 tu_queue_submit_finish(struct tu_queue *queue, struct tu_virtio_queue_submit *submit) in tu_queue_submit_finish() 921 tu_queue_build_msm_gem_submit_cmds(struct tu_queue *queue, in tu_queue_build_msm_gem_submit_cmds() 1029 tu_queue_submit_locked(struct tu_queue *queue, struct tu_virtio_queue_submit *submit) in tu_queue_submit_locked() 1199 virtio_queue_submit(struct tu_queue *queue, struct vk_queue_submit *submit) in virtio_queue_submit() 1288 uint64_t val; in tu_knl_drm_virtio_load() local
|