/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsEarlyFragmentTests.cpp | 2025 attachmentDescriptions.data(), // const VkAttachmentDescription* pAttachments; 2281 VK_CHECK(vk.getQueryPoolResults(device, queryPool, 0u, queryCount, queryCount * sizeof(VkDeviceSize), sampleCounts.data(), sizeof(VkDeviceSize), VK_QUERY_RESULT_64_BIT | VK_QUERY_RESULT_WAIT_BIT));
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_typedefs.h | 1769 typedef void(INTERNAL_GL_APIENTRY *PFNGLGETUNSIGNEDBYTEVEXTPROC)(GLenum pname, GLubyte *data); 1772 GLubyte *data);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 794 report("AnalyzeBranch returned invalid data!", MBB); in visitMachineBasicBlockBefore() 969 report(ErrorInfo.data(), MI); in verifyPreISelGenericInstruction() 1521 report(ErrorInfo.data(), MI); in visitMachineInstrBefore()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | FramebufferVk.cpp | 48 // automatically convert to the actual data type. 1189 // already done and whose data is already flushed from the tile (in a tile-based in blit() 1191 // data already being present in the tile. in blit() 1851 // can add related data (such as width/height) to the cache in syncState() 2145 framebufferInfo.pAttachments = attachments.data(); in getFramebuffer() 2403 attachments.data(), 1, &rect); in clearWithCommand() 2531 // If the image data was previously discarded (with no update in between), don't attempt to in startNewRenderPass() 2532 // load the image. Additionally, if the multisampled image data is transient and there is in startNewRenderPass() 2533 // no resolve attachment, there's no data to load. The latter is the case with in startNewRenderPass() 2546 // If depth/stencil image is transient, no need to store its data a in startNewRenderPass() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES31.cpp | 384 const GLboolean *data) in ValidateGetBooleani_v() 407 const GLboolean *data) in ValidateGetBooleani_vRobustANGLE() 380 ValidateGetBooleani_v(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index, const GLboolean *data) ValidateGetBooleani_v() argument 401 ValidateGetBooleani_vRobustANGLE(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index, GLsizei bufSize, const GLsizei *length, const GLboolean *data) ValidateGetBooleani_vRobustANGLE() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShader.cpp | 1724 insns.data(), in EmitInstruction() 2555 : constant(object.kind == SpirvShader::Object::Kind::Constant ? object.constantValue.data() : nullptr) in Operand()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngread.c | 88 /* Read the information before the actual image data. This has been 544 png_error(png_ptr, "Invalid attempt to read row data"); in png_read_row() 546 /* Fill the row with IDAT data: */ in png_read_row() 547 png_ptr->row_buf[0]=255; /* to force error if no data was found */ in png_read_row() 625 /* Read one or more rows of image data. If the image is interlaced, 794 png_error(png_ptr, "Invalid attempt to read row data"); in png_read_muilty_rows() 796 /* Fill the row with IDAT data: */ in png_read_muilty_rows() 798 png_ptr->row_buf[0]=255; /* 255 to force error if no data was found */ in png_read_muilty_rows() 1033 * still be pending IDAT data and an owned zstream. Deal with this here. in png_read_end() 1083 * always read all the deflate data; specificall in png_read_end() [all...] |
/third_party/skia/tests/ |
H A D | SkSLDSLTest.cpp | 74 (int)msg.length(), msg.data()); 77 msg.data());
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLMetalCodeGenerator.cpp | 1537 (int)field.fName.size(), field.fName.data(), in writeStructEqualityHelpers() 1538 (int)field.fName.size(), field.fName.data()); in writeStructEqualityHelpers()
|
/third_party/skia/third_party/externals/brotli/c/dec/ |
H A D | decode.c | 347 This method doesn't read data from the bit reader, BUT drops the amount of 440 /* Decodes the next Huffman code using data prepared by PreloadSymbol. 1408 If we know the data size is small, do not allocate more ring buffer 1920 if (BROTLI_PREDICT_FALSE(!words->data)) { in ProcessCommandsInternal() 1924 const uint8_t* word = &words->data[offset]; in ProcessCommandsInternal() 2062 to complete decoding; all input data MUST be consumed by decoder, so 2067 - when result is "success" decoder MUST return all unused data back to input 2074 /* Ensure that |total_out| is set, even if no data will ever be pushed out. */ in BrotliDecoderDecompressStream() 2092 be required to complete the transaction -> reading more data must be in BrotliDecoderDecompressStream() 2123 /* Not enough data i in BrotliDecoderDecompressStream() [all...] |
/third_party/openssl/test/ |
H A D | evp_pkey_provided_test.c | 517 * DH key data was generated using the following: in test_fromdata_dh_named_group() 728 * DH key data was generated using the following: in test_fromdata_dh_fips186_4() 1110 orig_fromdata_params[PRIV_KEY].data, in test_fromdata_ecx() 1116 orig_fromdata_params[PUB_KEY].data, in test_fromdata_ecx() 1437 * DSA parameter data was generated using the following: in test_fromdata_dsa_fips186_4()
|
/third_party/python/Lib/test/ |
H A D | test_configparser.py | 17 return sorted(self.data.items()) 20 return sorted(self.data.keys())
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testpatch.py | 399 data = fobj.read() 401 return data
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | APInt.cpp | 92 assert(bigVal.data() && "Null pointer detected!"); in initFromArray() 101 memcpy(pVal, bigVal.data(), words * APINT_WORD_SIZE); in initFromArray() 1575 // small, on the order of only 2/b. Make sure that test data accounts for in KnuthDiv()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APInt.cpp | 93 assert(bigVal.data() && "Null pointer detected!"); in initFromArray() 102 memcpy(U.pVal, bigVal.data(), words * APINT_WORD_SIZE); in initFromArray() 151 // Copy the data. in AssignSlowCase() 1427 // small, on the order of only 2/b. Make sure that test data accounts for
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_impl.cc | 522 spv_binary_.data(), spv_binary_.size()); in BuildInternalModule() 646 reinterpret_cast<const char*>(import.GetInOperand(0).words.data())); in RegisterExtendedInstructionImports() 2265 // Trace backward in the SSA data flow until we hit a memory object in GetMemoryObjectDeclarationForHandle()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | underscoreTest1.js | 644 template(templateString: string): (data: any) => string; 645 template(templateString: string, data: any, settings?: TemplateSettings): string; 903 _.template("Using 'with': <%= data.answer %>", { answer: 'no' }, { variable: 'data' });
1086 _.template("Using 'with': <%= data.answer %>", { answer: 'no' }, { variable: 'data' });
|
/third_party/python/Objects/ |
H A D | bytesobject.c | 72 fill in the data yourself. If `str' is non-NULL then the resulting 74 alter the data yourself, since the strings may be shared. 78 allocated for string data, not counting the null terminating character. 2396 const void *data = PyUnicode_DATA(string); in _PyBytes_FromHex() local 2402 if (PyUnicode_READ(kind, data, i) >= 128) in _PyBytes_FromHex() 3475 Return the pointer to the beginning of buffer data.
|
/third_party/rust/crates/syn/src/gen/ |
H A D | clone.rs | 222 data: self.data.clone(), in clone()
|
/third_party/skia/dm/ |
H A D | DMSrcSink.cpp | 1697 sk_sp<SkData> data, in draw() 1700 SkAssertResult(dContext->precompileShader(*key, *data)); in draw() 2069 UrlDataManager dataManager(SkString("data")); in draw()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 376 // Initialize texture data in setup() 429 // Upload texture data in setup() 499 setUpdateBuilder.writeArray(*m_descriptorSet, DescriptorSetUpdateBuilder::Location::binding(binding), m_samplingType, m_imageCount, descriptorImageInfo.data()); in setup() 898 // Initialize texture data in setup() 949 // Upload texture data in setup() 1030 setUpdateBuilder.writeArray(*m_descriptorSet, DescriptorSetUpdateBuilder::Location::binding(binding), m_samplingType, m_imageCount, descriptorImageInfo.data()); in setup()
|
H A D | vktPipelineSamplerTests.cpp | 1597 // Copy data to vertex buffer. in iterate() 1600 deMemcpy(vertexDataPtr, fullScreenQuad.data(), static_cast<size_t>(vertexBufferSize)); in iterate() 1745 vtxAttributeDescriptions.data(), // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRender.cpp | 763 void ShaderRenderCaseInstance::addUniform (deUint32 bindingLocation, vk::VkDescriptorType descriptorType, size_t dataSize, const void* data) 768 setupUniformData(bindingLocation, dataSize, data); 810 // Upload data to buffer 1036 // Get copy regions and write buffer data 1329 // Get copy regions and write buffer data 1683 // Upload texture data
|
/drivers/peripheral/codec/test/unittest/idl_omx/ |
H A D | codec_hdi_omx_enc_test.cpp | 75 auto ret = g_manager->CreateComponent(g_component, componentId_, g_compName.data(), APP_DATA, g_callback); in SetUp()
|
/third_party/ffmpeg/libavcodec/ |
H A D | cook.c | 26 * This decoder handles RealNetworks, RealAudio G2 data. 135 /* stream data */ 142 /* transform data */ 146 /* VLC data */ 154 /* data buffers */ 716 * buffer are swapped. Also, the newest data, that we save away for in imlt_window_float() 718 * Almost sounds like a complex conjugate/reverse data/FFT effect. in imlt_window_float() 823 * function for decoding joint stereo data 878 * @param inbuffer pointer to raw stream data 984 const uint8_t *buf = avpkt->data; in cook_decode_frame() [all...] |