Home
last modified time | relevance | path

Searched refs:used (Results 526 - 550 of 869) sorted by relevance

1...<<21222324252627282930>>...35

/third_party/libdrm/intel/
H A Dintel_bufmgr_gem.c220 * Virtual address of the buffer allocated by user, used for userptr
237 * Boolean of whether this buffer has been used as a relocation
249 * Boolean of whether this buffer can be re-used
1058 * This can be used when one application needs to pass a buffer object
1096 /* Now see if someone has used a prime handle to get this in drm_intel_bo_gem_create_from_name()
1589 * This is used in the implementation of GL_ARB_map_buffer_range: The
1609 * track where the buffer was last used on the CPU side in in drm_intel_gem_bo_map_unsynchronized()
1930 * Sets the object to the GTT read and possibly write domain, used by the X
2299 do_exec2(drm_intel_bo *bo, int used, drm_intel_context *ctx, in do_exec2() argument
2345 execbuf.batch_len = used; in do_exec2()
2408 drm_intel_gem_bo_exec2(drm_intel_bo *bo, int used, drm_clip_rect_t *cliprects, int num_cliprects, int DR4) drm_intel_gem_bo_exec2() argument
2417 drm_intel_gem_bo_mrb_exec2(drm_intel_bo *bo, int used, drm_clip_rect_t *cliprects, int num_cliprects, int DR4, unsigned int flags) drm_intel_gem_bo_mrb_exec2() argument
2426 drm_intel_gem_bo_context_exec(drm_intel_bo *bo, drm_intel_context *ctx, int used, unsigned int flags) drm_intel_gem_bo_context_exec() argument
2433 drm_intel_gem_bo_fence_exec(drm_intel_bo *bo, drm_intel_context *ctx, int used, int in_fence, int *out_fence, unsigned int flags) drm_intel_gem_bo_fence_exec() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc1666 Register UseRegister(Register reg, RegList *used) {
1669 ASSERT((*used & (1 << reg)) == 0);
1670 *used |= (1 << reg);
1674 Register AllocateRegister(RegList *used) {
1675 const RegList free = ~*used;
1679 used);
1688 RegList used = 0;
1689 UseRegister(new_value, &used);
1690 Register base = UseRegister(address.rn(), &used);
1692 UseRegister(address.rm(), &used);
[all...]
/device/qemu/riscv32_virt/liteos_m/board/driver/
H A Dvirtgpu.c191 while ((q->last == q->used->index) || in NotifyAndWaitResponse()
253 if (abs(q->avail->index - (volatile uint16_t)q->used->index) >= VIRTQ_CONTROL_QSZ) { in RequestNoResponse()
554 VritmmioInitEnd(&gpu->dev); /* now virt queue can be used */ in VirtgpuInitDev()
740 /* used to happy video/fb.h configure */
/device/qemu/drivers/virtio/
H A Dvirtgpu.c190 while ((q->last == q->used->index) || in NotifyAndWaitResponse()
252 if (abs(q->avail->index - (volatile uint16_t)q->used->index) >= VIRTQ_CONTROL_QSZ) { in RequestNoResponse()
545 VritmmioInitEnd(&gpu->dev); /* now virt queue can be used */ in VirtgpuInitDev()
752 /* used to happy video/fb.h configure */
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_armclang_m.h51 #define __USED __attribute__((used))
127 #define __VECTOR_TABLE_ATTRIBUTE __attribute__((used, section("RESET")))
171 \details No Operation does nothing. This instruction can be used for code alignment purposes.
H A Dcmsis_clang_m.h56 #define __USED __attribute__((used))
132 #define __VECTOR_TABLE_ATTRIBUTE __attribute__((used, section(".vectors")))
176 \details No Operation does nothing. This instruction can be used for code alignment purposes.
H A Dcmsis_tiarmclang_m.h51 #define __USED __attribute__((used))
127 #define __VECTOR_TABLE_ATTRIBUTE __attribute__((used, section(".intvecs")))
171 \details No Operation does nothing. This instruction can be used for code alignment purposes.
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_apply_pipeline_layout.c45 assert(arg.used); in get_scalar_arg()
65 assert(state->args->descriptor_sets[set].used); in load_desc_ptr()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_varyings.c525 BITSET_WORD *used; in xfb_decl_store() local
532 used = used_components[buffer]; in xfb_decl_store()
544 if (used[word] & BITSET_RANGE(start_range, end_range)) { in xfb_decl_store()
550 used[word] |= BITSET_RANGE(start_range, end_range); in xfb_decl_store()
810 /* The xfb_offset qualifier does not have to be used in increasing order in store_tfeedback_info()
1003 * If true, this driver disables packing for varyings used by transform
1059 * Comparison function passed to qsort() to sort varyings used only by
1084 * Comparison function passed to qsort() to sort varyings NOT used by
1143 * for varyings used by transform feedback. in init_varying_matches()
1153 * to do so. We also enable packing when a varying is only used fo in init_varying_matches()
2159 BITSET_WORD **used; remove_unused_io_vars() local
[all...]
/third_party/backends/backend/
H A Dsharp.c65 is used. (this avoids the guessing of scan sizes for the JX330)
128 SEND commands with a data bock are used, if USE_CUSTOM_GAMMA
240 /* The follow #defines are used in SHARP_Scanner.adf_fsu_mode
863 bc->used = nread; in reader_process()
872 &bc->used, in reader_process()
891 bc->nreq = bc->used; in reader_process()
896 bc->used = 0; in reader_process()
951 bc->used = 0; in reader_process()
975 s->bytes_to_read -= bc->used; in reader_process()
976 bytes_to_queue += bc->nreq - bc->used; in reader_process()
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_resolve_ast.c73 /* Currently only used for typetransition file names. in __cil_insert_name()
74 But could be used for any string that is passed as a parameter. in __cil_insert_name()
278 static void cil_type_used(struct cil_symtab_datum *datum, int used) in cil_type_used() argument
284 attr->used |= used; in cil_type_used()
285 if ((attr->used & CIL_ATTR_EXPAND_TRUE) && in cil_type_used()
286 (attr->used & CIL_ATTR_EXPAND_FALSE)) { in cil_type_used()
290 attr->used &= ~CIL_ATTR_EXPAND_TRUE; in cil_type_used()
321 int used; in cil_resolve_avrule() local
342 used in cil_resolve_avrule()
473 int used; cil_resolve_expandtypeattribute() local
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsrecover.c52 #define BLOCKBITS 9 /* This is only used to read the restart page */
207 * Only to be used for log buffers
218 unsigned int used; in replaceusa() local
224 /* Do not check beyond used sectors */ in replaceusa()
226 used = blocksz; in replaceusa()
233 for (j=1; (j<nusa) && ((j-1)*NTFSBLKLTH<used); j++) in replaceusa()
927 * Must not be used when syncing.
939 printf("** Error : searchlikely() used for syncing\n"); in searchlikely()
1214 u32 used; in refresh_attributes() local
1245 used in refresh_attributes()
1778 int used; fixup() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dexample.c104 used:1; member
391 reg->used = 1; in flush_reg()
428 * used yet). in find_pseudo_storage()
431 if (reg && !reg->used) { in find_pseudo_storage()
1693 hardregs[i].used = 0; in generate()
1743 * as being "used" - this does not mean that we cannot
1760 reg->used = 1; in mark_used_registers()
1782 /* Mark incoming registers used */ in output_bb()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djchuff-sse2.asm108 ; Shorthand used to describe SIMD operations:
289 ; esp is used (as t) to point into t_ (data in lower indices is not used once
300 ; back-to-back), so out-of-order execution cannot be used to work around long
614 ; t points to the last used word, possibly below t_ if the previous index had 32 zero bits.
/third_party/skia/src/pathops/
H A DSkOpSegment.cpp518 for (int index = 0; index < i.used(); ++index) { in distSq()
839 int used = i.used(); in isClose() local
840 for (int index = 0; index < used; ++index) { in isClose()
1688 for (int index = 0; index < i.used(); ++index) { in testForCoincidence()
/third_party/toybox/toys/pending/
H A Ddhcp.c321 int used; in infomsg() local
328 used = vsnprintf(NULL, 0, s, t); in infomsg()
329 used++; in infomsg()
332 msg = xmalloc(used); in infomsg()
333 vsnprintf(msg, used, s, p); in infomsg()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_manager.cpp44 __attribute__((used))
H A Dtransaction_impl.cpp27 __attribute__((used))
/third_party/ffmpeg/libavcodec/mips/
H A Daacdec_mips.c14 * contributors may be used to endorse or promote products derived from
281 if (ltp->used[sfb]) in apply_ltp_mips()
/third_party/ffmpeg/ffbuild/
H A Dcommon.mak2 # common bits used by all libraries
H A Dlibrary.mak31 # In case only static libs are used, the linker will only use
/third_party/curl/tests/libtest/
H A Dmk-lib1521.pl174 (void)URL; /* not used */
/third_party/ffmpeg/libavcodec/x86/
H A Dsimple_idct10.asm191 ; range isn't known, so the C simple_idct range is used
H A Daudiodsp.asm53 ; %1 = number of xmm registers used
H A Dpngdsp.asm32 ; %1 = nr. of xmm registers used

Completed in 36 milliseconds

1...<<21222324252627282930>>...35