Home
last modified time | relevance | path

Searched refs:resize (Results 326 - 350 of 1810) sorted by relevance

1...<<11121314151617181920>>...73

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DPipelineGL.cpp140 mUnitsForSamplers.resize(layout->GetNumSamplers()); in InitializeBase()
141 mUnitsForTextures.resize(layout->GetNumSampledTextures()); in InitializeBase()
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
H A Dfont_assembler.cc174 loca_list.resize(num_loca_glyphs); in AssembleGlyphAndLocaTables()
214 loca_list.resize(std::max(loca_list.size(), in AssembleGlyphAndLocaTables()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h83 Info.resize(OrigUnit.getNumDIEs()); in CompileUnit()
247 ResolvedPaths.resize(FileNum + 1); in setResolvedPath()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
H A DDIContext.h105 void resize(unsigned i) {
106 Frames.resize(i);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h47 Bytes.resize(Pos + Size); in getPtrToData()
48 BytesUsed.resize(Pos + Size); in getPtrToData()
/third_party/skia/tools/viewer/
H A DMSKPSlide.cpp96 fLayerIDStrings.resize(layerIDs.size()); in draw()
185 fFrameLayerIDs.resize(fPlayer->numFrames()); in load()
/third_party/spirv-tools/source/diff/
H A Dlcs.h201 src_match_result->resize(src_.size(), false); in RetrieveMatch()
202 dst_match_result->resize(dst_.size(), false); in RetrieveMatch()
/third_party/skia/third_party/externals/icu/source/common/
H A Duarrsort.cpp146 v.resize(sizeInMaxAlignTs(itemSize)) == nullptr) { in insertionSort()
240 xw.resize(sizeInMaxAlignTs(itemSize) * 2) == nullptr) { in quickSort()
/third_party/spirv-tools/tools/objdump/
H A Dextract_source.cpp42 escapedString.resize(sourceLength); in ExtractStringLiteral()
49 escapedString.resize(writeIndex); in ExtractStringLiteral()
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sSyncTests.cpp100 dst.resize(numVertices * 4); in generateVertices()
182 m_syncObjects.resize (m_numSyncs); in iterate()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_funcs.hpp118 physicalDevices.resize( physicalDeviceCount ); in enumeratePhysicalDevices()
126 physicalDevices.resize( physicalDeviceCount ); in enumeratePhysicalDevices()
149 physicalDevices.resize( physicalDeviceCount ); in enumeratePhysicalDevices()
157 physicalDevices.resize( physicalDeviceCount ); in enumeratePhysicalDevices()
297 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties()
319 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties()
491 properties.resize( propertyCount ); in enumerateInstanceExtensionProperties()
501 properties.resize( propertyCount ); in enumerateInstanceExtensionProperties()
527 properties.resize( propertyCount ); in enumerateInstanceExtensionProperties()
537 properties.resize( propertyCoun in enumerateInstanceExtensionProperties()
[all...]
/kernel/linux/linux-6.6/drivers/accel/qaic/
H A Dqaic_data.c1080 * Based on the value of resize we may only need to transmit first_n
1085 u64 resize, u32 dbc_id, u32 head, u32 *ptail) in copy_partial_exec_reqs()
1107 if (total_bytes >= resize) in copy_partial_exec_reqs()
1111 if (total_bytes < resize) { in copy_partial_exec_reqs()
1118 last_bytes = i ? resize + le32_to_cpu(reqs[i].len) - total_bytes : resize; in copy_partial_exec_reqs()
1192 if (is_partial && pexec[i].resize > bo->size) { in send_bo_list_to_device()
1211 * resize then skip this slice and continue the loop in send_bo_list_to_device()
1213 if (is_partial && pexec[i].resize && pexec[i].resize < in send_bo_list_to_device()
1084 copy_partial_exec_reqs(struct qaic_device *qdev, struct bo_slice *slice, u64 resize, u32 dbc_id, u32 head, u32 *ptail) copy_partial_exec_reqs() argument
[all...]
/kernel/liteos_a/kernel/base/mem/tlsf/
H A Dlos_memory.c404 UINT32 resize = 0; in OsMemPoolExpandSub() local
407 * resize == 0, shadow memory init failed, no shadow memory for this pool, set poolSize as original size. in OsMemPoolExpandSub()
408 * resize != 0, shadow memory init successful, set poolSize as resize. in OsMemPoolExpandSub()
410 resize = g_lms->init(newNode, size); in OsMemPoolExpandSub()
411 size = (resize == 0) ? size : resize; in OsMemPoolExpandSub()
516 STATIC INLINE VOID OsLmsReallocResizeMark(struct OsMemNodeHead *node, UINT32 resize) in OsLmsReallocResizeMark() argument
522 g_lms->simpleMark((UINTPTR)node + resize, (UINTPTR)OS_MEM_NEXT_NODE(node), LMS_SHADOW_REDZONE_U8); in OsLmsReallocResizeMark()
844 UINT32 resize in OsMemPoolInit() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp53 n.src.resize(1); in convert_to_mov()
494 n->src.resize(3); in fold_mul_add()
531 n->src.resize(3); in fold_mul_add()
717 n->src.resize(2); in fold_assoc()
1041 add->dst.resize(1); in fold_alu_op3()
1042 add->src.resize(2); in fold_alu_op3()
1068 n.src.resize(2); in fold_alu_op3()
1100 n.src.resize(2); in fold_alu_op3()
1122 n.src.resize(2); in fold_alu_op3()
1130 n.src.resize( in fold_alu_op3()
[all...]
/kernel/linux/linux-5.10/include/xen/interface/io/
H A Dfbif.h53 * Framebuffer resize notification event
54 * Capable backend sets feature-resize in xenstore.
72 struct xenfb_resize resize; member
/kernel/linux/linux-5.10/fs/ext4/
H A DMakefile11 mmp.o move_extent.o namei.o page-io.o readpage.o resize.o \
/kernel/linux/linux-5.10/fs/ocfs2/
H A DMakefile33 resize.o \
/kernel/linux/linux-5.10/fs/reiserfs/
H A DMakefile10 hashes.o tail_conversion.o journal.o resize.o \
/kernel/linux/linux-6.6/fs/ext4/
H A DMakefile11 mmp.o move_extent.o namei.o page-io.o readpage.o resize.o \
/kernel/linux/linux-6.6/fs/ocfs2/
H A DMakefile33 resize.o \
/kernel/linux/linux-6.6/fs/reiserfs/
H A DMakefile10 hashes.o tail_conversion.o journal.o resize.o \
/kernel/linux/linux-6.6/include/xen/interface/io/
H A Dfbif.h36 * Framebuffer resize notification event
37 * Capable backend sets feature-resize in xenstore.
55 struct xenfb_resize resize; member
/third_party/backends/backend/genesys/
H A Dimage_buffer.cpp33 buffer_.resize(size_);
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DDemoApplet.java66 resize(size); in init()
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_winsys.h58 (*resize)(struct stw_winsys_framebuffer *fb, member

Completed in 22 milliseconds

1...<<11121314151617181920>>...73