Home
last modified time | relevance | path

Searched refs:SCRATCH (Results 1 – 25 of 38) sorted by relevance

12

/external/igt-gpu-tools/tests/
Dprime_busy.c46 #define SCRATCH 0 in busy() macro
65 obj[SCRATCH].handle = gem_create(fd, 4096); in busy()
74 pfd[SCRATCH].fd = prime_handle_to_fd(fd, obj[SCRATCH].handle); in busy()
84 store[count].target_handle = obj[SCRATCH].handle; in busy()
136 pfd[SCRATCH].fd = prime_handle_to_fd(fd, obj[SCRATCH].handle); in busy()
140 igt_assert(prime_busy(&pfd[SCRATCH], false)); in busy()
141 igt_assert(prime_busy(&pfd[SCRATCH], true)); in busy()
162 igt_assert(!prime_busy(&pfd[SCRATCH], true)); in busy()
165 batch = gem_mmap__wc(fd, obj[SCRATCH].handle, 0, 4096, PROT_READ); in busy()
171 gem_close(fd, obj[SCRATCH].handle); in busy()
[all …]
Dprime_vgem.c334 const int SCRATCH = 0; in work() local
353 obj[SCRATCH].handle = prime_fd_to_handle(i915, dmabuf); in work()
366 store[count].target_handle = obj[SCRATCH].handle; in work()
415 gem_close(i915, obj[SCRATCH].handle); in work()
/external/igt-gpu-tools/tests/i915/
Dgem_exec_async.c87 #define SCRATCH 0 in one() macro
101 obj[SCRATCH].handle = gem_create(fd, 4096); in one()
153 store_dword(fd, other, obj[SCRATCH].handle, 4*i, i); in one()
161 batch = gem_mmap__wc(fd, obj[SCRATCH].handle, 0, 4096, PROT_READ); in one()
166 gem_set_domain(fd, obj[SCRATCH].handle, in one()
168 gem_close(fd, obj[SCRATCH].handle); in one()
Dgem_busy.c166 #define SCRATCH 0 in one() macro
185 obj[SCRATCH].handle = gem_create(fd, 4096); in one()
198 store[count].target_handle = obj[SCRATCH].handle; in one()
248 __gem_busy(fd, obj[SCRATCH].handle, &read[SCRATCH], &write[SCRATCH]); in one()
274 igt_assert_eq(write[SCRATCH], 1 + uabi); in one()
275 igt_assert_eq_u32(read[SCRATCH], 1 << uabi); in one()
284 igt_assert(!gem_busy(fd, obj[SCRATCH].handle)); in one()
287 batch = gem_mmap__wc(fd, obj[SCRATCH].handle, 0, 4096, PROT_READ); in one()
293 gem_close(fd, obj[SCRATCH].handle); in one()
Dgem_exec_capture.c68 #define SCRATCH 0 in __capture1() macro
78 obj[SCRATCH].handle = gem_create(fd, 4096); in __capture1()
95 reloc[1].target_handle = obj[SCRATCH].handle; /* breadcrumb */ in __capture1()
102 seqno = gem_mmap__wc(fd, obj[SCRATCH].handle, 0, 4096, PROT_READ); in __capture1()
103 gem_set_domain(fd, obj[SCRATCH].handle, in __capture1()
157 igt_assert(gem_bo_busy(fd, obj[SCRATCH].handle)); in __capture1()
168 gem_close(fd, obj[SCRATCH].handle); in __capture1()
Dgem_exec_fence.c62 const int SCRATCH = 0; in store() local
80 obj[SCRATCH].handle = target; in store()
88 reloc.target_handle = obj[SCRATCH].handle; in store()
403 const int SCRATCH = 0; in test_parallel() local
436 obj[SCRATCH].handle = scratch; in test_parallel()
446 reloc[0].target_handle = obj[SCRATCH].handle; in test_parallel()
560 gem_close(fd, obj[SCRATCH].handle); in test_parallel()
/external/llvm/test/CodeGen/ARM/
D2014-02-21-byval-reg-split-alignment.ll19 ; CHECK: add [[SCRATCH:r[0-9]+]], sp, #12
20 ; CHECK: stm [[SCRATCH]], {r1, r2, r3}
54 ; CHECK: add [[SCRATCH:r[0-9]+]], sp, #8
55 ; CHECK: stm [[SCRATCH]], {r0, r1, r2}
91 ; CHECK: add [[SCRATCH:r[0-9]+]], sp, #8
92 ; CHECK: stm [[SCRATCH]], {r0, r1, r2, r3}
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/
Dcom9097.mme241 * SCRATCH[0] = saved VB_ELEMENT_BASE
242 * SCRATCH[1] = saved VB_INSTANCE_BASE
248 send $r6 /* SCRATCH[0] = VB_ELEMENT_BASE */
249 send $r7 /* SCRATCH[1] = VB_INSTANCE_BASE */
353 * SCRATCH[0] = saved VB_ELEMENT_BASE
354 * SCRATCH[1] = saved VB_INSTANCE_BASE
355 * SCRATCH[2] = draws left
361 send $r6 /* SCRATCH[0] = VB_ELEMENT_BASE */
362 send $r7 /* SCRATCH[1] = VB_INSTANCE_BASE */
439 * SCRATCH[0] = VB_INSTANCE_BASE
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tfrt/tests/lhlo_to_jitrt/
Dconv_to_jitrt.mlir25 // CHECK: %[[SCRATCH:[a-z0-9]+]]: memref
33 // CHECK-SAME: %[[INPUT]], %[[FILTER]], %[[OUTPUT]], %[[SCRATCH]])
100 // CHECK: %[[SCRATCH:[a-z0-9]+]]: memref
107 // CHECK-SAME: %[[INPUT]], %[[D_OUTPUT]], %[[D_FILTER]], %[[SCRATCH]])
149 // CHECK: %[[SCRATCH:[a-z0-9]+]]: memref
156 // CHECK-SAME: %[[D_OUTPUT]], %[[FILTER]], %[[D_INPUT]], %[[SCRATCH]])
203 // CHECK: %[[SCRATCH:[a-z0-9]+]]: memref
211 // CHECK-SAME: %[[INPUT]], %[[FILTER]], %[[BIAS]], %[[OUTPUT]], %[[SCRATCH]])
265 // CHECK: %[[SCRATCH:[a-z0-9]+]]: memref
277 // CHECK-SAME: %[[OUTPUT]], %[[SCRATCH]])
/external/igt-gpu-tools/lib/
Digt_dummyload.c75 #define SCRATCH 0 in emit_recursive_batch() macro
127 obj[SCRATCH].handle = opts->dependency; in emit_recursive_batch()
129 r->target_handle = obj[SCRATCH].handle; in emit_recursive_batch()
147 obj[SCRATCH].handle = spin->poll_handle; in emit_recursive_batch()
163 r->target_handle = obj[SCRATCH].handle; in emit_recursive_batch()
/external/libavc/encoder/
Dirc_mem_req_and_acq.h68 SCRATCH = 0, enumerator
/external/libhevc/encoder/
Dmem_req_and_acq.h41 SCRATCH = 0, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp72 SCRATCH = 1u << 2, enumerator
77 FLAT = GLOBAL | LDS | SCRATCH,
80 ATOMIC = GLOBAL | LDS | SCRATCH | GDS,
83 ALL = GLOBAL | LDS | SCRATCH | GDS | OTHER,
141 if ((InstrAddrSpace & ~SIAtomicAddrSpace::SCRATCH) == in SIMemOpInfo()
145 ~(SIAtomicAddrSpace::SCRATCH | SIAtomicAddrSpace::LDS)) == in SIMemOpInfo()
149 ~(SIAtomicAddrSpace::SCRATCH | SIAtomicAddrSpace::LDS | in SIMemOpInfo()
667 return SIAtomicAddrSpace::SCRATCH; in toSIAtomicAddrSpace()
970 if ((AddrSpace & (SIAtomicAddrSpace::GLOBAL | SIAtomicAddrSpace::SCRATCH)) != in insertWait()
1319 if (((AddrSpace & (SIAtomicAddrSpace::GLOBAL | SIAtomicAddrSpace::SCRATCH | in insertWait()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp85 SCRATCH = 1u << 2, enumerator
90 FLAT = GLOBAL | LDS | SCRATCH,
93 ATOMIC = GLOBAL | LDS | SCRATCH | GDS,
96 ALL = GLOBAL | LDS | SCRATCH | GDS | OTHER,
505 return SIAtomicAddrSpace::SCRATCH; in toSIAtomicAddrSpace()
/external/libdav1d/src/x86/
Dfilmgrain_sse.asm78 %macro SCRATCH 3
2109 SCRATCH 3, 11, 0
2110 SCRATCH 4, 12, 1
2111 SCRATCH 5, 13, 2
2133 SCRATCH 6, 14, 3
2134 SCRATCH 7, 15, 4
2156 SCRATCH 0, 8, 5
2157 SCRATCH 1, 9, 6
Dfilmgrain16_sse.asm1397 %macro SCRATCH 3
2291 SCRATCH 2, 10, 2
2292 SCRATCH 3, 11, 3
2293 SCRATCH 4, 12, 4
2294 SCRATCH 5, 13, 5
2313 SCRATCH 0, 8, 0
2314 SCRATCH 1, 9, 1
2347 SCRATCH 6, 14, 6
2348 SCRATCH 5, 15, 7
/external/mesa3d/src/amd/compiler/
DREADME-ISA.md261 VMEM/FLAT/GLOBAL/SCRATCH/DS instruction reads an SGPR (or EXEC, or M0).
295 GLOBAL and SCRATCH are unaffected.
319 VMEM/GLOBAL/SCRATCH instruction, then a branch, then a DS instruction,
320 or vice versa: DS instruction, then a branch, then a VMEM/GLOBAL/SCRATCH instruction.
Daco_opt_value_numbering.cpp225 case Format::SCRATCH: in operator ()()
294 case Format::SCRATCH: in can_eliminate()
Daco_opcodes.py74 SCRATCH = auto() variable in Format
94 elif self in [Format.FLAT, Format.GLOBAL, Format.SCRATCH]:
186 elif self in [Format.FLAT, Format.GLOBAL, Format.SCRATCH]:
2010 SCRATCH = { variable
2035 for (name, num) in SCRATCH:
2036 insn(name, num, Format.SCRATCH, InstrClass.VMem)
Daco_ir.cpp240 case Format::SCRATCH: return instr->flatlike().sync; in get_sync_info()
1584 case Format::SCRATCH: return sizeof(FLAT_instruction); in get_instr_data_size()
/external/curl/packages/vms/
Dconfig_h.com64 $tfile1 = "SYS$SCRATCH:config_h_temp1_''pid'.TEMP"
65 $dchfile = "SYS$SCRATCH:config_h_decc_''pid'.TEMP"
66 $starhfile = "SYS$SCRATCH:config_h_starlet_''pid'.TEMP"
67 $configure_script = "SYS$SCRATCH:configure_script_''pid'.TEMP"
/external/google-cloud-java/java-notebooks/proto-google-cloud-notebooks-v1/src/main/proto/google/cloud/notebooks/v1/
Dinstance.proto270 // Indicates the type of the disk, either `SCRATCH` or `PERSISTENT`.
274 // * `SCRATCH`
Druntime.proto287 // Specifies the type of the disk, either `SCRATCH` or `PERSISTENT`. If not
292 // * `SCRATCH`
/external/googleapis/google/cloud/notebooks/v1/
Dinstance.proto270 // Indicates the type of the disk, either `SCRATCH` or `PERSISTENT`.
274 // * `SCRATCH`
Druntime.proto287 // Specifies the type of the disk, either `SCRATCH` or `PERSISTENT`. If not
292 // * `SCRATCH`

12