Home
last modified time | relevance | path

Searched refs:size (Results 19251 - 19275 of 40742) sorted by relevance

1...<<771772773774775776777778779780>>...1630

/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_framebuffer_test.cc41 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 Dparser_repeat_test.cc46 ASSERT_EQ(1U, commands.size()); in TEST_F()
55 ASSERT_EQ(3U, repeat_cmds.size()); in TEST_F()
H A Dparser_shader_opt_test.cc57 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 Dvertex_buffer.cc45 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 Dspirv-tools.cpp36 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 Dstrip_reflect_info_test.cpp58 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 DDisplayVkAndroid.cpp67 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 DDisplayVkXcb.cpp114 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 DMaterialsTest.cpp61 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 DSkColorFilterBase.h66 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 DSkSpecialImage.h99 const SkISize& size,
111 const SkISize& size,
/third_party/skia/src/gpu/
H A DGrDirectContextPriv.h62 size_t size = proxy ? 1 : 0; local
63 return this->flushSurfaces({&proxy, size}, access, info, newState);
H A DGrMemoryPool.cpp61 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 DGrGLExtensions.cpp141 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 DLLVMAsm.cpp92 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 DSwapchain.cpp46 imageViews.resize(images.size()); in Swapchain()
47 for(size_t i = 0; i < imageViews.size(); i++) in Swapchain()
/third_party/openssl/test/
H A Dbio_core_test.c31 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 Dbn.h40 * 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 DSegmentedGrowableMemoryByteArray.java46 * 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 DGlyphGroup.java84 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 DSubsetter.java108 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 Dcall_graph.cpp130 assert(functions_in_topological_order_.size() == function_in_degree.size() && in ComputeTopologicalOrderOfFunctions()
H A Dtransformation_function_call.cpp70 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 Dtransformation_replace_branch_from_dead_block_with_exit.cpp111 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 Dflatten_decoration_pass.cpp103 assert((member_id_pairs.size() % 2) == 0); in Process()
104 for (size_t i = 0; i < member_id_pairs.size(); i += 2) { in Process()

Completed in 26 milliseconds

1...<<771772773774775776777778779780>>...1630