/aosp_15_r20/external/mesa3d/src/mesa/vbo/ |
H A D | vbo_exec_api.c | 3 Copyright 2002-2008 VMware, Inc. 20 FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 50 /** ID/name for immediate-mode VBO */ 60 vbo_exec_wrap_buffers(struct vbo_exec_context *exec) in vbo_exec_wrap_buffers() argument 62 if (exec->vtx.prim_count == 0) { in vbo_exec_wrap_buffers() 63 exec->vtx.copied.nr = 0; in vbo_exec_wrap_buffers() 64 exec->vtx.vert_count = 0; in vbo_exec_wrap_buffers() 65 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_wrap_buffers() 68 struct gl_context *ctx = gl_context_from_vbo_exec(exec); in vbo_exec_wrap_buffers() 69 unsigned last = exec->vtx.prim_count - 1; in vbo_exec_wrap_buffers() [all …]
|
H A D | vbo_exec_draw.c | 2 * Mesa 3-D graphics library 4 * Copyright (C) 1999-2008 Brian Paul All Rights Reserved. 42 vbo_exec_debug_verts(struct vbo_exec_context *exec) in vbo_exec_debug_verts() argument 44 GLuint count = exec->vtx.vert_count; in vbo_exec_debug_verts() 50 exec->vtx.prim_count, in vbo_exec_debug_verts() 51 exec->vtx.vertex_size); in vbo_exec_debug_verts() 53 for (i = 0 ; i < exec->vtx.prim_count ; i++) { in vbo_exec_debug_verts() 56 _mesa_lookup_prim_by_nr(exec->vtx.mode[i]), in vbo_exec_debug_verts() 57 exec->vtx.draw[i].start, in vbo_exec_debug_verts() 58 exec->vtx.draw[i].start + exec->vtx.draw[i].count, in vbo_exec_debug_verts() [all …]
|
H A D | vbo_exec_eval.c | 2 * Mesa 3-D graphics library 4 * Copyright (C) 1999-2004 Brian Paul All Rights Reserved. 37 static void clear_active_eval1( struct vbo_exec_context *exec, GLuint attr ) in clear_active_eval1() argument 39 assert(attr < ARRAY_SIZE(exec->eval.map1)); in clear_active_eval1() 40 exec->eval.map1[attr].map = NULL; in clear_active_eval1() 43 static void clear_active_eval2( struct vbo_exec_context *exec, GLuint attr ) in clear_active_eval2() argument 45 assert(attr < ARRAY_SIZE(exec->eval.map2)); in clear_active_eval2() 46 exec->eval.map2[attr].map = NULL; in clear_active_eval2() 49 static void set_active_eval1( struct vbo_exec_context *exec, GLuint attr, GLuint dim, in set_active_eval1() argument 52 assert(attr < ARRAY_SIZE(exec->eval.map1)); in set_active_eval1() [all …]
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_insert_exec_mask.cpp | 4 * SPDX-License-Identifier: MIT 46 exec; /* Vector of exec masks. Either a temporary or const -1. */ member 54 exec_ctx(Program* program_) : program(program_), info(program->blocks.size()) {} in exec_ctx() 60 if (instr->isMUBUF()) { in needs_exact() 61 return instr->mubuf().disable_wqm; in needs_exact() 62 } else if (instr->isMTBUF()) { in needs_exact() 63 return instr->mtbuf().disable_wqm; in needs_exact() 64 } else if (instr->isMIMG()) { in needs_exact() 65 return instr->mimg().disable_wqm; in needs_exact() 66 } else if (instr->isFlatLike()) { in needs_exact() [all …]
|
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots-ete/trace_file_vmid/decode/ |
H A D | fulldecode.txt | 2 ----------------------------------------------- 4 ** Library Version : 0.13.0-dev-ete 6 Test Command Line:- 7 …-arm-gerrit\local-work-pp-local-only\opencsd-local\decoder\tests\build\win-vs2015\trc_pkt_lister\.… 9 Trace Packet Lister : reading snapshot from path ../../../snapshots-ete/trace_file_vmid 15 Filename=../../../snapshots-ete/trace_file_vmid\bindir/OTHERS_exec 17 Filename=../../../snapshots-ete/trace_file_vmid\bindir/code_42_0_exec 19 Filename=../../../snapshots-ete/trace_file_vmid\bindir/code_44_0_exec 21 Filename=../../../snapshots-ete/trace_file_vmid\bindir/checkpoint_45_0_exec 23 Filename=../../../snapshots-ete/trace_file_vmid\bindir/VAL_NON_DET_CODE_exec [all …]
|
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots-ete/trace_file_cid_vmid/decode/ |
H A D | fulldecode.txt | 2 ----------------------------------------------- 4 ** Library Version : 0.13.0-dev-ete 6 Test Command Line:- 7 …-arm-gerrit\local-work-pp-local-only\opencsd-local\decoder\tests\build\win-vs2015\trc_pkt_lister\.… 9 Trace Packet Lister : reading snapshot from path ../../../snapshots-ete/trace_file_cid_vmid 15 Filename=../../../snapshots-ete/trace_file_cid_vmid\bindir/OTHERS_exec 17 Filename=../../../snapshots-ete/trace_file_cid_vmid\bindir/code_42_0_exec 19 Filename=../../../snapshots-ete/trace_file_cid_vmid\bindir/code_44_0_exec 21 Filename=../../../snapshots-ete/trace_file_cid_vmid\bindir/checkpoint_45_0_exec 23 Filename=../../../snapshots-ete/trace_file_cid_vmid\bindir/VAL_NON_DET_CODE_exec [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/kernel/ |
H A D | vc4_validate.c | 46 struct vc4_exec_info *exec, \ 50 /** Return the width in pixels of a 64-byte microtile. */ 68 /** Return the height in pixels of a 64-byte microtile. */ 97 vc4_use_bo(struct vc4_exec_info *exec, uint32_t hindex) in vc4_use_bo() argument 102 if (hindex >= exec->bo_count) { in vc4_use_bo() 104 hindex, exec->bo_count); in vc4_use_bo() 107 obj = exec->bo[hindex]; in vc4_use_bo() 108 bo = to_vc4_bo(&obj->base); in vc4_use_bo() 110 if (bo->validated_shader) { in vc4_use_bo() 120 vc4_use_handle(struct vc4_exec_info *exec, uint32_t gem_handles_packet_index) in vc4_use_handle() argument [all …]
|
H A D | vc4_gem.c | 33 vc4_get_bcl(struct drm_device *dev, struct vc4_exec_info *exec) in vc4_get_bcl() argument 35 struct drm_vc4_submit_cl *args = exec->args; in vc4_get_bcl() 40 uint32_t shader_rec_offset = roundup(bin_offset + args->bin_cl_size, in vc4_get_bcl() 42 uint32_t uniforms_offset = shader_rec_offset + args->shader_rec_size; in vc4_get_bcl() 43 uint32_t exec_size = uniforms_offset + args->uniforms_size; in vc4_get_bcl() 45 args->shader_rec_count); in vc4_get_bcl() 49 args->shader_rec_count >= (UINT_MAX / in vc4_get_bcl() 52 DRM_ERROR("overflow in exec arguments\n"); in vc4_get_bcl() 61 * bo->vaddr is uncached access. in vc4_get_bcl() 67 ret = -ENOMEM; in vc4_get_bcl() [all …]
|
H A D | vc4_render_cl.c | 2 * Copyright © 2014-2015 Broadcom 29 * user-submitted command list is hard to get right and has high CPU overhead, 51 *(u8 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u8() 52 setup->next_offset += 1; in rcl_u8() 57 *(u16 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u16() 58 setup->next_offset += 2; in rcl_u16() 63 *(u32 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u32() 64 setup->next_offset += 4; in rcl_u32() 68 * Emits a no-op STORE_TILE_BUFFER_GENERAL. 92 static uint32_t vc4_full_res_offset(struct vc4_exec_info *exec, in vc4_full_res_offset() argument [all …]
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_exec_await.c | 44 return ((end->tv_sec - start->tv_sec) + in elapsed() 45 (end->tv_nsec - start->tv_nsec)*1e-9); in elapsed() 69 struct drm_i915_gem_exec_object2 exec[2]; in wide() member 73 } *exec; in wide() local 86 exec = calloc(nengine, sizeof(*exec)); in wide() 87 igt_assert(exec); in wide() 94 exec[e].obj = calloc(ring_size, sizeof(*exec[e].obj)); in wide() 95 igt_assert(exec[e].obj); in wide() 97 exec[e].obj[n].handle = gem_create(fd, 4096); in wide() 98 exec[e].obj[n].flags = EXEC_OBJECT_WRITE; in wide() [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/mptcp/ |
H A D | pm_netlink.sh | 2 # SPDX-License-Identifier: GPL-2.0 8 echo "Usage: $0 [ -h ]" 26 rndh=$(printf %x $sec)-$(mktemp -u XXXXXX) 27 ns1="ns1-$rndh" 33 rm -f $err 37 ip -Version > /dev/null 2>&1 38 if [ $? -ne 0 ];then 46 ip -net $ns1 link set lo up 47 ip netns exec $ns1 sysctl -q net.mptcp.enabled=1 57 printf "%-50s %s" "$msg" [all …]
|
/aosp_15_r20/external/bcc/examples/networking/vlan_filter/ |
H A D | test_setup.sh | 4 if [ "$(id -u)" != "0" ]; then 34 ip netns exec netns11 ifconfig veth11 192.168.100.11/24 up 35 ip netns exec netns11 ip link set lo up 36 ip netns exec netns12 ifconfig veth12 192.168.100.12/24 up 37 ip netns exec netns12 ip link set lo up 38 ip netns exec netns21 ifconfig veth21 192.168.200.21/24 up 39 ip netns exec netns21 ip link set lo up 40 ip netns exec netns22 ifconfig veth22 192.168.200.22/24 up 41 ip netns exec netns22 ip link set lo up 44 ip netns exec netns3 brctl addbr brx [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/netfilter/ |
H A D | nft_nat.sh | 6 # Kselftest framework requirement - SKIP code is 4. 11 sfx=$(mktemp -u "XXXXXXXX") 12 ns0="ns0-$sfx" 13 ns1="ns1-$sfx" 14 ns2="ns2-$sfx" 18 for i in 0 1 2; do ip netns del ns$i-"$sfx";done 21 nft --version > /dev/null 2>&1 22 if [ $? -ne 0 ];then 27 ip -Version > /dev/null 2>&1 28 if [ $? -ne 0 ];then [all …]
|
H A D | ipvs.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 # End-to-end ipvs test suite 6 #--------------------------------------------------------------+ 9 # ----------- | ----------- ----------- | 10 # | veth01 | --------- | veth10 | | veth12 | | 11 # ----------- peer ----------- ----------- | 13 # ----------- | | | 14 # | br0 | |----------------- peer |--------------| 15 # ----------- | | | 17 # ---------- peer ---------- ----------- | [all …]
|
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/TC2/pkt_proc_logs/ |
H A D | trc_pkt_lister-dcd-0x13.ppl | 2 ----------------------------------------------- 6 Test Command Line:- 7 …-arm-gerrit\local-work-pp-local-only\opencsd-local\decoder\tests\build\win\trc_pkt_lister\..\..\..… 38 Idx:26590; ID:13; RCTDL_GEN_TRC_ELEM_INSTR_RANGE(exec range=0xc0018d82:[0xc0018d8a] E BR [CC=522]… 40 Idx:26593; ID:13; RCTDL_GEN_TRC_ELEM_INSTR_RANGE(exec range=0xc0018dc8:[0xc0018dd6] N BR [CC=23];… 42 Idx:26595; ID:13; RCTDL_GEN_TRC_ELEM_INSTR_RANGE(exec range=0xc0018dd6:[0xc0018dde] E BR b+link [… 46 Idx:26604; ID:13; RCTDL_GEN_TRC_ELEM_INSTR_RANGE(exec range=0xc0018dde:[0xc0018de4] E BR b+link [… 50 Idx:26614; ID:13; RCTDL_GEN_TRC_ELEM_INSTR_RANGE(exec range=0xc0018de4:[0xc0018de6] E BR [CC=1]; ) 52 Idx:26615; ID:13; RCTDL_GEN_TRC_ELEM_INSTR_RANGE(exec range=0xc0018d8a:[0xc0018d96] N BR [CC=16];… 54 Idx:26617; ID:13; RCTDL_GEN_TRC_ELEM_INSTR_RANGE(exec range=0xc0018d96:[0xc0018da4] E BR b+link [… [all …]
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | dlist.c | 2 * Mesa 3-D graphics library 4 * Copyright (C) 1999-2008 Brian Paul All Rights Reserved. 74 if (ctx->Driver.SaveNeedFlush) \ 88 if (ctx->Driver.CurrentSavePrimitive <= PRIM_MAX) { \ 102 if (ctx->Driver.CurrentSavePrimitive <= PRIM_MAX) { \ 139 OPCODE_INVALID = -1, /* Force signed enum */ 453 /* Vertex attributes -- fallback for when optimized display 620 OPCODE_ERROR, /* raise compiled-in error */ 629 /** How many 4-byte dwords to store a pointer */ 634 * used to help store 4- and 8-byte pointers in 1 or 2 dlist_nodes. [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/ |
H A D | tfprof_node.h | 7 http://www.apache.org/licenses/LICENSE-2.0 52 const int32 lineno() const { return trace_->lineno(); } in lineno() 55 if (!trace_->file().empty()) return trace_->file(); in file() 56 return id_to_string_->at(trace_->file_id()); in file() 60 if (!trace_->function().empty()) return trace_->function(); in function() 61 return id_to_string_->at(trace_->function_id()); in function() 63 int32 func_start_line() const { return trace_->func_start_line(); } in func_start_line() 115 for (const auto& exec : cpu_execs_) { in lastest_schedule_end_micros() local 116 for (const auto& pair : exec.second) { in lastest_schedule_end_micros() 124 for (const ExecMemory& exec : memory_execs_) { in requested_bytes() local [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | test_lwt_seg6local.sh | 4 # NS1 ---- NS2 ---- NS3 ---- NS4 ---- NS5 ---- NS6 10 # fd00::1 -> fd00::2 -> fd00::3 -> fd00::4 13 # - fd00::1 : add a TLV, change the flags and apply a End.X action to fc42::1 14 # - fd00::2 : remove the TLV, change the flags, add a tag 15 # - fd00::3 : apply an End.T action to fd00::4, through routing table 117 24 # Kselftest framework requirement - SKIP code is 4. 26 readonly NS1="ns1-$(mktemp -u XXXXXX)" 27 readonly NS2="ns2-$(mktemp -u XXXXXX)" 28 readonly NS3="ns3-$(mktemp -u XXXXXX)" 29 readonly NS4="ns4-$(mktemp -u XXXXXX)" [all …]
|
H A D | test_tunnel.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 # End-to-end eBPF tunnel test suite 8 # --------- 11 # ----------- | ----------- 13 # ----------- | ----------- 14 # metadata-mode | native-mode 17 # ---------- | ---------- 18 # | veth1 | --------- | veth0 | (underlay network) 19 # ---------- peer ---------- 23 # -------------------- [all …]
|
/aosp_15_r20/external/libxml2/ |
H A D | xmlregexp.c | 7 * - XML-1.0 DTD validation 8 * - XML Schemas structure part 1 9 * - XML Schemas Datatypes part 2 especially Appendix F 10 * - RELAX-NG/TREX i.e. the counter proposal 36 #define SIZE_MAX ((size_t) -1) 45 ctxt->error = XML_REGEXP_COMPILE_ERROR; \ 47 #define NEXT ctxt->cur++ 48 #define CUR (*(ctxt->cur)) 49 #define NXT(index) (ctxt->cur[index]) 51 #define NEXTL(l) ctxt->cur += l; [all …]
|
/aosp_15_r20/external/llvm/test/CodeGen/AMDGPU/ |
H A D | wqm.ll | 1 ;RUN: llc < %s -march=amdgcn -mcpu=verde -verify-machineinstrs | FileCheck %s --check-prefix=CHECK … 2 ;RUN: llc < %s -march=amdgcn -mcpu=tonga -verify-machineinstrs | FileCheck %s --check-prefix=CHECK … 6 ;CHECK-LABEL: {{^}}test1: 7 ;CHECK-NOT: s_wqm 17 ;CHECK-LABEL: {{^}}test2: 18 ;CHECK-NEXT: ; %main_body 19 ;CHECK-NEXT: s_wqm_b64 exec, exec 21 ;CHECK-NOT: exec 33 ; ... but disabled for stores (and, in this simple case, not re-enabled). 35 ;CHECK-LABEL: {{^}}test3: [all …]
|
/aosp_15_r20/external/mesa3d/src/mapi/glapi/gen/ |
H A D | gl_API.xml | 6 <!-- Core versions sorted by version number. --> 1113 <function name="NewList" deprecated="3.1" exec="dlist" 1125 <function name="CallList" deprecated="3.1" marshal="custom" exec="beginend"> 1130 <function name="CallLists" deprecated="3.1" exec="beginend" 1152 <function name="ListBase" deprecated="3.1" exec="dlist" 1158 <function name="Begin" deprecated="3.1" exec="beginend" 1159 marshal_call_after="ctx->GLThread.inside_begin_end = true;"> 1164 <function name="Bitmap" deprecated="3.1" exec="dlist" marshal="custom"> 1175 <function name="Color3b" vectorequiv="Color3bv" deprecated="3.1" exec="beginend"> 1181 <function name="Color3bv" deprecated="3.1" exec="beginend"> [all …]
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiShellCommandTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 160 mWifiShellCommand.exec( in testSetIpReachDisconnect() 162 new String[]{"set-ipreach-disconnect", "enabled"}); in testSetIpReachDisconnect() 165 mWifiShellCommand.exec( in testSetIpReachDisconnect() 167 new String[]{"set-ipreach-disconnect", "disabled"}); in testSetIpReachDisconnect() 171 mWifiShellCommand.exec( in testSetIpReachDisconnect() 173 new String[]{"set-ipreach-disconnect", "yes"}); in testSetIpReachDisconnect() 181 mWifiShellCommand.exec( in testGetIpReachDisconnect() 183 new String[]{"get-ipreach-disconnect"}); in testGetIpReachDisconnect() 187 mWifiShellCommand.exec( in testGetIpReachDisconnect() [all …]
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/i915/ |
H A D | anv_batch_chain.c | 31 #include "drm-uapi/i915_drm.h" 56 anv_execbuf_finish(struct anv_execbuf *exec) in anv_execbuf_finish() argument 58 vk_free(exec->alloc, exec->syncobjs); in anv_execbuf_finish() 59 vk_free(exec->alloc, exec->syncobj_values); in anv_execbuf_finish() 60 vk_free(exec->alloc, exec->objects); in anv_execbuf_finish() 61 vk_free(exec->alloc, exec->bos); in anv_execbuf_finish() 65 anv_execbuf_add_ext(struct anv_execbuf *exec, in anv_execbuf_add_ext() argument 69 __u64 *iter = &exec->execbuf.cliprects_ptr; in anv_execbuf_add_ext() 71 exec->execbuf.flags |= I915_EXEC_USE_EXTENSIONS; in anv_execbuf_add_ext() 74 iter = (__u64 *) &((struct i915_user_extension *)(uintptr_t)*iter)->next_extension; in anv_execbuf_add_ext() [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/ |
H A D | veth.sh | 2 # SPDX-License-Identifier: GPL-2.0 5 readonly STATS="$(mktemp -p /tmp ns-XXXXXX)" 23 readonly jobs="$(jobs -p)" 24 [ -n "${jobs}" ] && kill -1 ${jobs} 2>/dev/null 25 rm -f $STATS 39 ip -n $ns link set dev lo up 46 ip -n $BASE$ns addr add dev veth$ns $BM_NET_V4$ns/24 47 ip -n $BASE$ns addr add dev veth$ns $BM_NET_V6$ns/64 nodad 50 chmod go-rw $BASE 59 local flag=`ip netns exec $BASE$target ethtool -k veth$target |\ [all …]
|