Home
last modified time | relevance | path

Searched refs:used (Results 576 - 600 of 869) sorted by relevance

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

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1415 uint64_t heap_used = physical_device->heap.used; in tu_get_budget_memory()
1453 memory_budget_props->heapUsage[0] = physical_device->heap.used; in tu_GetPhysicalDeviceMemoryProperties2()
1935 /* initialize to ones so ffs can be used to find unused slots */ in tu_CreateDevice()
2185 /* Only used for kgsl since drm started using common implementation */
2284 uint64_t mem_heap_used = p_atomic_read(&mem_heap->used); in tu_AllocateMemory()
2323 mem_heap_used = p_atomic_add_return(&mem_heap->used, mem->bo->size); in tu_AllocateMemory()
2325 p_atomic_add(&mem_heap->used, -mem->bo->size); in tu_AllocateMemory()
2367 p_atomic_add(&device->physical_device->heap.used, -mem->bo->size); in tu_FreeMemory()
2902 * Vulkan Loader with interface v4 or smaller is being used and the in vk_icdNegotiateLoaderICDInterfaceVersion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DModuloSchedule.cpp118 // Remember the registers that are used in different stages. The index is in generatePipelinedLoop()
634 // An instruction scheduled in stage 0 and is used after the loop in generatePhis()
700 /// used in the loop itself. A dead instruction has a definition with
705 // is used. If not, delete it. in removeDeadInstructions()
724 bool used = true; in removeDeadInstructions() local
731 // Assume physical registers are used, unless they are marked dead. in removeDeadInstructions()
733 used = !MOI->isDead(); in removeDeadInstructions()
734 if (used) in removeDeadInstructions()
746 used = true; in removeDeadInstructions()
752 used in removeDeadInstructions()
[all...]
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgm107.asm110 // used to find successively better approximation from an imprecise initial
193 // The formula used here (and above) is:
256 // it with 1/2 or 1/4. 1/2 is used if the "exponent" $r3 is 0, otherwise
H A Dgk110.asm97 // used to find successively better approximation from an imprecise initial
168 // The formula used here (and above) is:
226 // it with 1/2 or 1/4. 1/2 is used if the "exponent" $r3 is 0, otherwise
/third_party/ltp/tools/sparse/sparse-src/
H A Dshow-parse.c574 if (stmt->switch_break->used) in show_switch_statement()
691 if (stmt->iterator_continue->used) in show_statement()
703 if (stmt->iterator_break->used) in show_statement()
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcomp.rs651 // bit-fields are only used for padding, and we can't perform an in bitfields_to_allocation_units()
664 // Always keep all bitfields around. While unnamed bitifields are used in bitfields_to_allocation_units()
1056 /// generate a type with invalid layout. This is explicitly used to avoid us
1063 /// Used to indicate when a struct has been forward declared. Usually used
1309 let mut used = false; in from_ty() variables
1312 used = true; in from_ty()
1317 if !used { in from_ty()
1479 // This used to not be here, but then I tried generating in from_ty()
1486 // Methods of template functions not only used to be inlined, in from_ty()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCompiler.cpp98 return !metadata[callDagIndex].used; in IsTopLevelNodeUnusedFunction()
755 // Checks which functions are used and if "main" exists in checkAndSimplifyAST()
1481 if (mFunctionMetadata[index].used) in internalTagUsedFunction()
1486 mFunctionMetadata[index].used = true; in internalTagUsedFunction()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DProgramGL.cpp366 if (outputLocation.arrayIndex == 0 && outputLocation.used() && in link()
389 if (outputLocation.arrayIndex == 0 && outputLocation.used() && in link()
1011 if (!entry.used()) in postLink()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_ring.cc303 size_t used = data_offset + entry_length; in GetAppendBuffer() local
304 if (size_t n = (std::min)(capacity - used, size)) { in GetAppendBuffer()
308 return {child->flat()->Data() + used, n}; in GetAppendBuffer()
/third_party/ffmpeg/libavcodec/x86/
H A Dhpeldsp.asm128 ; The 8_X2 macro can easily be used here
337 ; Note this is not correctly rounded, and is therefore used for
H A Dxvididct.asm245 ; Must now load args as gprs are no longer used for masks
266 ; REG0 and TAN3 are now available (and likely used in second half)
/third_party/curl/projects/
H A Dbuild-wolfssl.bat363 echo If this parameter is unset the OS platform is used ^(%OS_PLATFORM%^).
378 echo If this parameter is unset the directory used is "%DEFAULT_START_DIR%".
/third_party/ffmpeg/tests/fate/
H A Dmatroska.mak129 # Both input audio tracks are completely zero, so the noise bsf is used
140 # the h264_metadata filter is used to remove it as well as the H.264 AUD.
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_gcc_m.h56 #define __USED __attribute__((used))
125 in the used linker script.
179 #define __VECTOR_TABLE_ATTRIBUTE __attribute__((used, section(".vectors")))
223 \details No Operation does nothing. This instruction can be used for code alignment purposes.
/third_party/libsnd/src/
H A Dcommon.h256 uint32_t used ; member
261 uint32_t used ; member
298 ** This version of isprint specifically ignores any locale info. Its used for
317 ** These fields can only be used in src/file_io.c.
322 /* These fields can only be used in src/file_io.c. */
770 /* Functions used when writing file headers. */
775 /* Functions used when reading file headers. */
779 /* Functions used in the write function for updating the peak chunk. */
/third_party/libinput/test/
H A Dlitest.h62 __attribute__ ((used)) \
80 __attribute__ ((used)) \
157 litest_abort_msg("litest_assert_int_* used for non-integer value\n"); \
395 * in the 0..100 range used by litest */
413 struct litest_semi_mt semi_mt; /** only used for semi-mt device */
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDynamicHLSL.cpp158 // If gl_PointSize is used in the shader then pointsprites rendering is expected. in generateVertexShaderForInputLayout()
160 // must be used. in generateVertexShaderForInputLayout()
421 // registers being used.
682 // gl_PointCoord to be set to a default value if used without gl_PointSize. 0.5,0.5 is the same
683 // default value used in the generated pixel shader.
1289 if (!outputLocation.used())
1320 if (!outputLocation.used())
/third_party/skia/src/gpu/
H A DGrDrawingManager.cpp120 bool used = std::any_of(fDAG.begin(), fDAG.end(), [&](auto& task) { in flush()
123 return !used; in flush()
341 // those that are written to in the RenderTasks. This helps to make sure the most recently used in executeRenderTasks()
398 // Release the pointer that used to live here so it doesn't get unreffed. in reorder_array_by_llist()
737 // Make the new atlas depend on everybody who used the old atlas, and close their tasks. in addAtlasTask()
/third_party/typescript/tests/baselines/reference/tscWatch/projectsWithReferences/
H A Don-sample-project.js707 /user/username/projects/sample1/logic/index.d.ts (used version)
967 /user/username/projects/sample1/logic/decls/index.d.ts (used version)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_group.c391 wfd_subelems->used -= 3; in wifi_display_build_go_ie()
712 * This function can be used to match the Requested Device Type attribute in
820 group->noa->used = 0; in p2p_group_notif_noa()
/third_party/elfutils/src/
H A Delflint.c734 section [%2d] '%s': symbol %zu (%s): XINDEX used for index which would fit in st_shndx (%" PRIu32 ")\n"), in check_symtab()
1086 /* When a .rel.dyn section is used a DT_RELCOUNT dynamic section in is_rel_dyn()
1121 section [%2d] '%s': DT_RELCOUNT used for this RELA section\n"), in is_rel_dyn()
1175 section [%2d] '%s': DT_RELACOUNT used for this REL section\n"), in is_rel_dyn()
1415 section [%2d] '%s': relocation %zu: only symbol '_GLOBAL_OFFSET_TABLE_' can be used with %s\n"), in check_one_reloc()
1727 section [%2d] '%s': entry %zu: level 2 tag %s used\n"), in check_dynamic()
2391 /* None of these pointers should be NULL since we used the in compare_hash_gnu_hash()
2429 char *used = alloca (nentries); in compare_hash_gnu_hash() local
2430 memset (used, '\0', nentries); in compare_hash_gnu_hash()
2432 /* First go over the GNU_HASH table and mark the entries as used in compare_hash_gnu_hash()
[all...]
/third_party/backends/backend/
H A Dnec.c203 /* The follow #defines are used in NEC_Scanner.adf_fsu_mode
661 bc->used = nread; in reader_process()
670 &bc->used, in reader_process()
689 bc->nreq = bc->used; in reader_process()
694 bc->used = 0; in reader_process()
760 s->bytes_to_read -= bc->used; in reader_process()
761 bytes_to_queue += bc->nreq - bc->used; in reader_process()
801 bc->used = nread; in reader_process()
806 bc->buffer, &bc->used, &bc->qid); in reader_process()
876 copysize = bc->used in read_data()
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dplaylog.c825 * Check index match, to be used for undos only
1240 " bytes used) :\n", in insert_resident()
1326 " (now 0x%x bytes used) :\n", in remove_resident()
1538 u32 used; in delete_names() local
1545 used = le32_to_cpu(record->bytes_in_use); in delete_names()
1556 used -= length; in delete_names()
1560 } while ((pos < used) in delete_names()
1562 record->bytes_in_use = cpu_to_le32(used); in delete_names()
1600 * work properly in the general case and must not be used for
1610 u32 used; in insert_index_allocation() local
[all...]
/third_party/FreeBSD/sys/dev/usb/storage/
H A Dumass.c65 * sc->sc_transform method is used to convert the commands into the appropriate
238 * SCSI I/O Request CCB used for the XPT_SCSI_IO and XPT_CONT_TARGET_IO
431 * The command transform function is used to convert the SCSI
447 struct mtx sc_umass_mtx; /* The mtx is used to prevent data read and write competition */
461 int used; /* 0: not use; 1: in use */ member
463 struct mtx dev_mtx; /* The mtx is used to prevent U disk insertion or extraction competition */
1064 /* from here onwards the device can be used. */ in umass_attach()
3415 if (dev[i].used == 1) { in umass_dev_status_check()
3461 if (g_umass_dev_array[id].used == 1) { in umass_dev_add()
3462 PRINT_ERR("The id of umass device array is used!, i in umass_dev_add()
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp602 /* keep variables spilled if they are alive and not used in the current block */ in init_live_in_vars()
1584 find_available_slot(std::vector<bool>& used, unsigned wave_size, unsigned size, bool is_sgpr) in find_available_slot() argument
1592 if (slot + i < used.size() && used[slot + i]) { in find_available_slot()
1607 std::fill(used.begin(), used.end(), false); in find_available_slot()
1609 if (slot + size > used.size()) in find_available_slot()
1610 used.resize(slot + size); in find_available_slot()
1863 * So if a linear vgpr is used between that p_logical_end and the branch, in assign_spill_slots()

Completed in 45 milliseconds

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