/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_literals.cpp | 69 for (size_t i = 0; i < inst->operands().size(); i++) { 77 // TODO(jcaraban): is the |word size| defined in some header? 81 // Bit widths that are a multiple of the word size have no upper bits
|
/third_party/skia/third_party/externals/spirv-tools/test/reduce/ |
H A D | operand_to_dominating_id_test.cpp | 60 ASSERT_EQ(10, ops.size()); in TEST()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLRecordableTest.cpp | 59 eglChooseConfig(display, configAttributes, configs.data(), configs.size(), &configCount)); in TEST_P()
|
/third_party/skia/src/core/ |
H A D | SkBlurMask.h | 66 @param size Should be 6*sigma bytes 69 static void ComputeBlurProfile(uint8_t* profile, int size, SkScalar sigma); 77 this implicitly gives the size of the pixels array.
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | File.hpp | 92 return (dir.size() > 0) ? (dir + "/" + name) : name; in path()
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | DisplaySurfaceKHR.hpp | 57 uint32_t size; member in vk::DisplaySurfaceKHR
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | Framebuffer.cpp | 38 framebufferCreateInfo.attachmentCount = static_cast<uint32_t>(attachments.size()); in Framebuffer()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | async.h | 64 int (*func)(void *), void *args, size_t size);
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/ |
H A D | ControlProgramTable.java | 56 return this.dataLength() / FontData.DataSize.BYTE.size(); in byteCount()
|
H A D | ControlValueTable.java | 57 return this.dataLength() / FontData.DataSize.FWORD.size(); in fwordCount()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
H A D | HorizontalMetricsTableSubsetter.java | 47 for (int i = 0; i < permutationTable.size(); i++) { in subset()
|
H A D | PostScriptTableSubsetter.java | 47 for (int i = 0; i < permutationTable.size(); i++) { in subset()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | available_instructions.h | 44 uint32_t size() const; 46 // Returns true if and only if |size()| is 0. 49 // Requires |index| < |size()|. Returns the ith available instruction.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | available_instructions.h | 44 uint32_t size() const; 46 // Returns true if and only if |size()| is 0. 49 // Requires |index| < |size()|. Returns the ith available instruction.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_debug.cpp | 35 const auto member_count = (uint32_t)(type->words().size() - 2); in ValidateMemberName()
|
H A D | validate_literals.cpp | 69 for (size_t i = 0; i < inst->operands().size(); i++) { 77 // TODO(jcaraban): is the |word size| defined in some header? 81 // Bit widths that are a multiple of the word size have no upper bits
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
H A D | operand_to_dominating_id_test.cpp | 60 ASSERT_EQ(10, ops.size()); in TEST()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | toolutil.h | 12 * tab size: 8 (not used) 144 * It is allocated with enough space for count*size bytes starting 148 * If size is a multiple of a data type size, then such items 150 * are themselves multiples of size. 157 * items with size bytes each. 160 utm_open(const char *name, int32_t initialCapacity, int32_t maxCapacity, int32_t size);
|
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
H A D | PolyphaseResamplerStereo.cpp | 73 mCoefficientCursor = (mCoefficientCursor + mNumTaps) % mCoefficients.size(); in readFrame()
|
/third_party/skia/src/utils/ |
H A D | SkShaperJSONWriter.h | 24 SkShaperJSONWriter(SkJSONWriter* JSONWriter, const char* utf8, size_t size);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | BindGroup.h | 39 uint64_t size; member 57 // To save memory, the size of a bind group is dynamically determined and the bind group is
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
H A D | UtilsMetal.h | 71 const Extent3D& size);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | ShaderVisibleDescriptorAllocatorD3D12.h | 40 uint64_t size); 99 // The descriptor count is the current size of the heap in number of descriptors.
|
/third_party/optimized-routines/string/ |
H A D | asmdefs.h | 80 .size name, .-name; 92 /* Sanitize padding bits of size arguments as per aapcs64 */
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | fthash.h | 81 FT_UInt size; member
|