Home
last modified time | relevance | path

Searched refs:size (Results 25201 - 25225 of 31292) sorted by relevance

1...<<1001100210031004100510061007100810091010>>...1252

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DIndexBufferOffsetTest.cpp77 void preTestUpdateBuffer(GLuint framebuffer, GLuint texture, GLuint buffer, GLsizei size) in preTestUpdateBuffer() argument
79 GLsizei uboSize = std::max(size, 16); in preTestUpdateBuffer()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_1_autogen.h224 GLint size,
229 GLint size,
/third_party/skia/src/core/
H A DSkCompressedDataUtils.cpp58 static int num_4x4_blocks(int size) { in num_4x4_blocks() argument
59 return ((size + 3) & ~3) >> 2; in num_4x4_blocks()
281 // The evil number 16 here is the size of each ASTC block, which is constant for the ASTC 4x4 format, in SkCompressedDataSize()
290 // The evil number 16 here is the size of each ASTC block, which is constant for the ASTC 4x4 format, in SkCompressedDataSize()
299 // The evil number 16 here is the size of each ASTC block, which is constant for the ASTC 4x4 format, in SkCompressedDataSize()
324 // The evil number 16 here is the constant size of ASTC format in SkCompressedBlockSize()
H A DSkMaskFilter.cpp398 sk_sp<SkMaskFilter> SkMaskFilter::Deserialize(const void* data, size_t size, in Deserialize() argument
402 kSkMaskFilter_Type, data, size, procs).release())); in Deserialize()
/third_party/skia/src/gpu/
H A DGrGpu.h219 * @param size size of buffer to create.
226 sk_sp<GrGpuBuffer> createBuffer(size_t size, GrGpuBufferType intendedType,
731 // Texture size, renderablility, format support, sample count will have already been validated
772 virtual sk_sp<GrGpuBuffer> onCreateBuffer(size_t size, GrGpuBufferType intendedType,
/third_party/skia/src/gpu/effects/
H A DGrBicubicEffect.cpp57 this->invokeChild(0, args, SkSL::String(coord.c_str(), coord.size())); in emitCode()
82 auto childStr = this->invokeChild(0, args, SkSL::String(coord.c_str(), coord.size())); in emitCode()
H A DGrYUVtoRGBEffect.cpp275 SkASSERT(colorChannel.size() == planeChannel.size()); in onMakeProgramImpl()
/third_party/skia/src/images/
H A DSkPngEncoder.cpp229 png_set_text(fPngPtr, fInfoPtr, png_texts.data(), png_texts.size()); in setHeader()
362 png_set_iCCP(png_ptr, info_ptr, name, 0, iccPtr, icc->size()); in set_icc()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DValidateLimitations.cpp249 if (declSeq.size() != 1) { in validateForLoopInit()
420 for (TIntermSequence::size_type i = 0; i < params.size(); ++i) { in validateFunctionCall()
H A DintermOut.cpp374 size_t size = node->getType().getObjectSize(); in visitConstantUnion() local
376 for(size_t i = 0; i < size; i++) { in visitConstantUnion()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DComputeProgram.cpp252 std::vector<uint8_t> workgroupMemory(shader->workgroupMemory.size()); in run()
288 while(coroutines.size() > 0) in run()
H A DPixelProgram.cpp179 ASSERT(samples.size() == 1); in executeShader()
188 ASSERT(samples.size() == 1); in executeShader()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDevice.cpp475 void Device::emitDeviceMemoryReport(VkDeviceMemoryReportEventTypeEXT type, uint64_t memoryObjectId, VkDeviceSize size, VkObjectType objectType, uint64_t objectHandle, uint32_t heapIndex) in emitDeviceMemoryReport() argument
485 size, // size in emitDeviceMemoryReport()
/third_party/openssl/crypto/sha/asm/
H A Dsha512-s390x.pl243 .size $Table,.-$Table
317 .size $Func,.-$Func
H A Dsha1-armv8.pl242 .size sha1_block_data_order,.-sha1_block_data_order
319 .size sha1_block_armv8,.-sha1_block_armv8
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DFontHeaderTable.java636 public void setLowestRecPPEM(int size) { in setLowestRecPPEM() argument
637 this.internalWriteData().writeUShort(Offset.lowestRecPPEM.offset, size); in setLowestRecPPEM()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cpp.cpp460 for (uint32_t i = 0; i < type.array.size(); i++) in argument_decl()
472 for (uint32_t i = 0; i < type.array.size(); i++) in variable_decl()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Ddisassemble.cpp196 stream_ << std::setw(std::max(0, indent_ - 3 - int(id_name.size()))); in HandleInstruction()
394 size_t length = text_.str().size();
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_add_loop_to_create_int_constant_synonym.cpp167 for (uint32_t i = 0; i < c_components.size(); i++) { in IsApplicable()
190 if (!block || ir_context->cfg()->preds(block->id()).size() != 1) { in IsApplicable()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dcfg.cpp139 if (label2preds_[blk.id()].size() == 0) in ComputeStructuredSuccessors()
261 if (preheader_phi_ops.size() > 2) { in SplitLoopHeader()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Ddisassemble.cpp196 stream_ << std::setw(std::max(0, indent_ - 3 - int(id_name.size()))); in HandleInstruction()
394 size_t length = text_.str().size();
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_loop_to_create_int_constant_synonym.cpp167 for (uint32_t i = 0; i < c_components.size(); i++) { in IsApplicable()
190 if (!block || ir_context->cfg()->preds(block->id()).size() != 1) { in IsApplicable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dcfg.cpp139 if (label2preds_[blk.id()].size() == 0) in ComputeStructuredSuccessors()
261 if (preheader_phi_ops.size() > 2) { in SplitLoopHeader()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_layout_test.cpp125 ::testing::Combine(::testing::Range((int)0, (int)getInstructions().size()),
171 std::vector<std::string> code(getInstructions().size()); in GenerateCode()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcoleitr.cpp93 U_ASSERT(i < offsets_->size()); in getOffset()
386 offsets_ = new UVector32(other.offsets_->size(), errorCode); in operator =()

Completed in 33 milliseconds

1...<<1001100210031004100510061007100810091010>>...1252