Home
last modified time | relevance | path

Searched refs:size (Results 18676 - 18700 of 21346) sorted by relevance

1...<<741742743744745746747748749750>>...854

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h217 uint32_t JTSectionSize = Sec32.size; in populateJumpTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp246 // returned indirectly in OutString which whos size is specified in the
287 assert(OutStringSize != 0 && "Output buffer cannot be zero size"); in LLVMDisasmInstruction()
288 size_t OutputSize = std::min(OutStringSize-1, InsnStr.size()); in LLVMDisasmInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSubtargetInfo.cpp239 for (unsigned I = 0, E = FB.size(); I < E; I++) { in ClearFeatureBitsTransitively()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DObject.cpp347 char *str = static_cast<char*>(safe_malloc(ret.size())); in LLVMGetRelocationTypeName()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateBasic.cpp333 return m_availableShadingRates[drawID % m_availableShadingRates.size()]; in translateDrawIDToShadingRate()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cClipDistance.hpp339 m_size = (glw::GLsizei)(sizeof(T) * data.size()); in VertexBufferObject()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/htmldiff/
H A Dhtmldiff.pl171 # my $old="%c'\002'<font color=\\\"purple\\\" size=\\\"-2\\\">deleted text:</font><s>%c'\012'%c'\001'%c'\012'%<%c'\012'%c'\001'%c'\012'</s>%c'\012'%c'\002'";
306 font-size: smaller;
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_depth_test.cc54 ASSERT_EQ(1U, pipelines.size()); in TEST_F()
H A Dparser_stencil_test.cc66 ASSERT_EQ(1U, pipelines.size()); in TEST_F()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dvertex_buffer_test.cc79 pMemoryRequirements->size = 0; in vkGetBufferMemoryRequirements()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dir_builder.cpp41 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate()
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Dlcssa.cpp36 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DHardwareBufferImageSiblingVkAndroid.cpp315 externalMemoryRequirements.size = bufferProperties.allocationSize; in initImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES32_autogen.h259 GLsizeiptr size);
H A DvalidationES31.h29 GLsizeiptr size);
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_wgl.cpp41 EGLint result_size = static_cast<EGLint>(filteredConfigs.size()); in ClipConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramVk.h136 return roundUp(mDefaultUniformBlocks[shaderType].uniformData.size(), alignment); in getDefaultUniformAlignedSize()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLProgramCacheControlTest.cpp205 EXPECT_EQ(static_cast<EGLint>(mCachedKey.size()), keySize); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DIncompleteTextureTest.cpp148 // Tests redefining a texture with half the size works as expected.
199 glBufferData(GL_PIXEL_UNPACK_BUFFER, red.size() * sizeof(GLColor), red.data(), GL_STATIC_DRAW); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DSurfaceMtl.h92 // Ensure companion (MS, depth, stencil) textures' size is correct w.r.t color texture.
94 const gl::Extents &size);
178 // Cache last known drawable size that is used by GL context. Can be used to detect resize
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_2_autogen.h158 GLsizeiptr size);
/third_party/skia/src/core/
H A DSkStrikeCache.cpp79 dump->dumpNumericValue(gGlyphCacheDumpName, "size", "bytes", SkGraphics::GetFontCacheUsed()); in DumpMemoryStatistics()
99 for (size_t index = 0; index < fontName.size(); ++index) { in DumpMemoryStatistics()
109 "size", "bytes", strike.fMemoryUsed); in DumpMemoryStatistics()
H A DSkScalerContext.h129 // Warning: when adding members note that the size of this structure
161 * There are two kinds of text size, a 'requested/logical size' which is like asking for size
162 * '12' and a 'real' size which is the size after the matrix is applied. The matrices produced
163 * by this method are based on the 'real' size. This method effectively finds the total device
168 * the text size ('scale') may have meaning apart from the total matrix. This is true when
300 /** Return the size in bytes of the associated gamma lookup table
306 * memory, with size i
[all...]
/third_party/skia/src/gpu/
H A DGrGpuResource.h213 void setRealAllocSize(size_t realAllocSize) { fRealAllocSize = realAllocSize; } // OH ISSUE: set real alloc size in setRealAllocSize()
214 size_t getRealAllocSize() { return fRealAllocSize; } // OH ISSUE: get real alloc size in getRealAllocSize()
357 const char* type, size_t size) const;
427 size_t fRealAllocSize = 0; // OH ISSUE: real alloc size
/third_party/skia/src/gpu/mtl/
H A DGrMtlGpu.h156 size_t size) override;

Completed in 24 milliseconds

1...<<741742743744745746747748749750>>...854