/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOI386.h | 217 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 D | Disassembler.cpp | 246 // 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 D | MCSubtargetInfo.cpp | 239 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 D | Object.cpp | 347 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 D | esextcFragmentShadingRateBasic.cpp | 333 return m_availableShadingRates[drawID % m_availableShadingRates.size()]; in translateDrawIDToShadingRate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cClipDistance.hpp | 339 m_size = (glw::GLsizei)(sizeof(T) * data.size()); in VertexBufferObject()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/htmldiff/ |
H A D | htmldiff.pl | 171 # 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 D | parser_depth_test.cc | 54 ASSERT_EQ(1U, pipelines.size()); in TEST_F()
|
H A D | parser_stencil_test.cc | 66 ASSERT_EQ(1U, pipelines.size()); in TEST_F()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | vertex_buffer_test.cc | 79 pMemoryRequirements->size = 0; in vkGetBufferMemoryRequirements()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | ir_builder.cpp | 41 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 D | lcssa.cpp | 36 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 D | HardwareBufferImageSiblingVkAndroid.cpp | 315 externalMemoryRequirements.size = bufferProperties.allocationSize; in initImpl()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES32_autogen.h | 259 GLsizeiptr size);
|
H A D | validationES31.h | 29 GLsizeiptr size);
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_wgl.cpp | 41 EGLint result_size = static_cast<EGLint>(filteredConfigs.size()); in ClipConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | ProgramVk.h | 136 return roundUp(mDefaultUniformBlocks[shaderType].uniformData.size(), alignment); in getDefaultUniformAlignedSize()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLProgramCacheControlTest.cpp | 205 EXPECT_EQ(static_cast<EGLint>(mCachedKey.size()), keySize); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | IncompleteTextureTest.cpp | 148 // 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 D | SurfaceMtl.h | 92 // 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 D | entry_points_gles_3_2_autogen.h | 158 GLsizeiptr size);
|
/third_party/skia/src/core/ |
H A D | SkStrikeCache.cpp | 79 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 D | SkScalerContext.h | 129 // 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 D | GrGpuResource.h | 213 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 D | GrMtlGpu.h | 156 size_t size) override;
|