/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | PipelineGL.cpp | 140 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 D | font_assembler.cc | 174 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 D | DWARFLinkerCompileUnit.h | 83 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 D | DIContext.h | 105 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 D | WholeProgramDevirt.h | 47 Bytes.resize(Pos + Size); in getPtrToData() 48 BytesUsed.resize(Pos + Size); in getPtrToData()
|
/third_party/skia/tools/viewer/ |
H A D | MSKPSlide.cpp | 96 fLayerIDStrings.resize(layerIDs.size()); in draw() 185 fFrameLayerIDs.resize(fPlayer->numFrames()); in load()
|
/third_party/spirv-tools/source/diff/ |
H A D | lcs.h | 201 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 D | uarrsort.cpp | 146 v.resize(sizeInMaxAlignTs(itemSize)) == nullptr) { in insertionSort() 240 xw.resize(sizeInMaxAlignTs(itemSize) * 2) == nullptr) { in quickSort()
|
/third_party/spirv-tools/tools/objdump/ |
H A D | extract_source.cpp | 42 escapedString.resize(sourceLength); in ExtractStringLiteral() 49 escapedString.resize(writeIndex); in ExtractStringLiteral()
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sSyncTests.cpp | 100 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 D | vulkan_funcs.hpp | 118 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 D | qaic_data.c | 1080 * 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 D | los_memory.c | 404 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 D | sb_expr.cpp | 53 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 D | fbif.h | 53 * 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 D | Makefile | 11 mmp.o move_extent.o namei.o page-io.o readpage.o resize.o \
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | Makefile | 33 resize.o \
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | Makefile | 10 hashes.o tail_conversion.o journal.o resize.o \
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | Makefile | 11 mmp.o move_extent.o namei.o page-io.o readpage.o resize.o \
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | Makefile | 33 resize.o \
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | Makefile | 10 hashes.o tail_conversion.o journal.o resize.o \
|
/kernel/linux/linux-6.6/include/xen/interface/io/ |
H A D | fbif.h | 36 * 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 D | image_buffer.cpp | 33 buffer_.resize(size_);
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | DemoApplet.java | 66 resize(size); in init()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_winsys.h | 58 (*resize)(struct stw_winsys_framebuffer *fb, member
|