/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
H A D | parser_framebuffer_test.cc | 41 ASSERT_EQ(1U, pipelines.size()); in TEST_F() 67 ASSERT_EQ(1U, pipelines.size()); in TEST_F() 91 EXPECT_EQ("10: missing size for FRAMEBUFFER_SIZE command", r.Error()); in TEST_F()
|
H A D | parser_repeat_test.cc | 46 ASSERT_EQ(1U, commands.size()); in TEST_F() 55 ASSERT_EQ(3U, repeat_cmds.size()); in TEST_F()
|
H A D | parser_shader_opt_test.cc | 57 ASSERT_EQ(1U, pipelines.size()); in TEST_F() 61 ASSERT_EQ(3U, shaders.size()); in TEST_F()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | vertex_buffer.cc | 45 const uint32_t binding = static_cast<uint32_t>(vertex_attr_desc_.size()); in SetData() 69 command->GetVkCommandBuffer(), 0, static_cast<uint32_t>(buffers.size()), in BindToCommandBuffer()
|
/third_party/skia/third_party/externals/spirv-tools/source/wasm/ |
H A D | spirv-tools.cpp | 36 spirv.assign(ptr, ptr + buffer.size() / 4); in dis() 49 return emscripten::val(emscripten::typed_memory_view(spirv.size() * 4, in as()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | strip_reflect_info_test.cpp | 58 optimizer.Run(binary_in.data(), binary_in.size(), &binary_out); in TEST_F() 62 tools.Disassemble(binary_out.data(), binary_out.size(), &disassembly); in TEST_F()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
H A D | DisplayVkAndroid.cpp | 67 return egl_vk::GenerateConfigs(kColorFormats.data(), kColorFormats.size(), in generateConfigs() 68 depthStencilFormats.data(), depthStencilFormats.size(), this); in generateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/xcb/ |
H A D | DisplayVkXcb.cpp | 114 return egl_vk::GenerateConfigs(kColorFormats.data(), kColorFormats.size(), in generateConfigs() 115 depthStencilFormats.data(), depthStencilFormats.size(), this); in generateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
H A D | MaterialsTest.cpp | 61 for (size_t i = 0; i < pnames.size(); i++) in TEST_P() 115 for (size_t i = 0; i < pnames.size(); i++) in TEST_P()
|
/third_party/skia/src/core/ |
H A D | SkColorFilterBase.h | 66 static sk_sp<SkColorFilter> Deserialize(const void* data, size_t size, in Deserialize() argument 70 kSkColorFilter_Type, data, size, procs).release())); in Deserialize()
|
H A D | SkSpecialImage.h | 99 const SkISize& size, 111 const SkISize& size,
|
/third_party/skia/src/gpu/ |
H A D | GrDirectContextPriv.h | 62 size_t size = proxy ? 1 : 0; local 63 return this->flushSurfaces({&proxy, size}, access, info, newState);
|
H A D | GrMemoryPool.cpp | 61 void* GrMemoryPool::allocate(size_t size) { in allocate() argument 65 SkBlockAllocator::ByteRange alloc = fAllocator.allocate<kAlignment, sizeof(Header)>(size); in allocate()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLExtensions.cpp | 141 SkTInsertionSort(fStrings.begin() + idx, fStrings.size() - idx, extension_compare); in remove() 152 SkTInsertionSort(fStrings.begin(), fStrings.size(), extension_compare); in add()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMAsm.cpp | 92 for(size_t i = 0; i < addresses.size(); i++) in fixupAsmFile() 109 if(functionIndex < addresses.size()) in fixupAsmFile() 140 // Determine offset of next instruction (size of this instruction in bytes) in fixupAsmFile()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | Swapchain.cpp | 46 imageViews.resize(images.size()); in Swapchain() 47 for(size_t i = 0; i < imageViews.size(); i++) in Swapchain()
|
/third_party/openssl/test/ |
H A D | bio_core_test.c | 31 static int tst_bio_core_gets(OSSL_CORE_BIO *bio, char *buf, int size) in tst_bio_core_gets() argument 33 return BIO_gets(bio->bio, buf, size); in tst_bio_core_gets()
|
/third_party/openssl/include/crypto/ |
H A D | bn.h | 40 * Copy the internal BIGNUM words into out which holds size elements (and size 43 int bn_copy_words(BN_ULONG *out, const BIGNUM *in, int size); 48 * Set the internal data words in a to point to words which contains size 51 void bn_set_static_words(BIGNUM *a, const BN_ULONG *words, int size);
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
H A D | SegmentedGrowableMemoryByteArray.java | 46 * The low bits parameter is used to set the initial size of the first 48 * in size and each subsequent buffer is roughly double the preceding one. If 150 if (index >= this.buffers.size()) { in buffer() 152 for (int i = this.buffers.size(); i < index + 1; i++) { in buffer()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | GlyphGroup.java | 84 public int size() { in size() method in GlyphGroup 120 int glyphCount = size(); in toString()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
H A D | Subsetter.java | 108 if (this.cmapIds.size() == 0) { in setCMaps() 162 for (int i = 0; i < mapping.size(); i++) { in getInverseMapping()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | call_graph.cpp | 130 assert(functions_in_topological_order_.size() == function_in_degree.size() && in ComputeTopologicalOrderOfFunctions()
|
H A D | transformation_function_call.cpp | 70 static_cast<uint32_t>(message_.argument_id().size())) { in IsApplicable() 101 arg_index < static_cast<uint32_t>(message_.argument_id().size()); in IsApplicable()
|
H A D | transformation_replace_branch_from_dead_block_with_exit.cpp | 111 assert(new_phi_in_operands.size() == phi_inst->NumInOperands() - 2); in Apply() 161 if (ir_context->cfg()->preds(successor->id()).size() < 2) { in BlockIsSuitable()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | flatten_decoration_pass.cpp | 103 assert((member_id_pairs.size() % 2) == 0); in Process() 104 for (size_t i = 0; i < member_id_pairs.size(); i += 2) { in Process()
|