/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_simulator.c | 33 * the simulator's data is copied back out to the GEM BOs, so that rendering 122 return entry ? entry->data : NULL; in vc4_get_simulator_file_for_fd() 226 return entry ? entry->data : NULL; in vc4_get_simulator_bo() 501 memcpy(obj->vaddr, (void *)(uintptr_t)args->data, args->size); in vc4_simulator_create_shader_bo_ioctl() 506 memcpy(sim_bo->gem_vaddr, (void *)(uintptr_t)args->data, args->size); in vc4_simulator_create_shader_bo_ioctl()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | compute_memory_pool.c | 66 struct compute_memory_item* chunk, void* data, 128 * Reallocates and defragments the pool, conserves data. 627 * Transfer data host<->device, offset and size is in bytes. 636 void* data, in compute_memory_transfer() 659 memcpy(data, map + internal_offset, size); in compute_memory_transfer() 667 memcpy(map + internal_offset, data, size); in compute_memory_transfer() 631 compute_memory_transfer( struct compute_memory_pool* pool, struct pipe_context * pipe, int device_to_host, struct compute_memory_item* chunk, void* data, int offset_in_chunk, int size) compute_memory_transfer() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | dsa_kmgmt.c | 475 || ((gctx->gen_type = dsa_gen_type_name2id(p->data)) == -1)) { in dsa_gen_set_params() 495 || !dsa_set_gen_seed(gctx, p->data, p->data_size))) in dsa_gen_set_params() 508 gctx->mdname = OPENSSL_strdup(p->data); in dsa_gen_set_params() 517 gctx->mdprops = OPENSSL_strdup(p->data); in dsa_gen_set_params()
|
/third_party/python/Tools/scripts/ |
H A D | deepfreeze.py | 224 data = s[i:i+16] 225 self.write(", ".join(map(str, map(ord, data))) + ",") 456 data = bytes(values) 457 return umarshal.loads(data)
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | JsonFormatter.cs | 2 // Protocol Buffers - Google's data interchange format 181 /// is included with the base64 data from the <see cref="Any.Value"/> property of the message. 545 ByteString data = (ByteString) value.Descriptor.Fields[Any.ValueFieldNumber].Accessor.GetValue(value); in WriteAny() 552 IMessage message = descriptor.Parser.ParseFrom(data); in WriteAny() 575 ByteString data = (ByteString) value.Descriptor.Fields[Any.ValueFieldNumber].Accessor.GetValue(value); in WriteDiagnosticOnlyAny() 584 writer.Write(data.ToBase64()); in WriteDiagnosticOnlyAny() 801 /// Whether fields which would otherwise not be included in the formatted data
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 162 // Fill buffer data. in ConditionBuffer() 224 std::unique_ptr<BufferWithMemory> makeIndirectBuffer (const DeviceInterface& vkd, const VkDevice device, Allocator& alloc, const T& data) in makeIndirectBuffer() argument 226 const auto bufferSize = static_cast<VkDeviceSize>(sizeof(data)); in makeIndirectBuffer() 234 deMemcpy(dataPtr, &data, sizeof(data)); in makeIndirectBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDynamicVertexAttributeTests.cpp | 196 extensionPtrs.data(), // const char* const* ppEnabledExtensionNames; in createDynamicVertexStateDevice() 374 dynamicStates.data() // const VkDynamicState* pDynamicStates; in iterate() 477 vk.cmdSetVertexInputEXT(*cmdBuffer, 1u, &bindingDescription2EXT, static_cast<deUint32>(vertexInputAttributeDesc2EXTGreens.size()), vertexInputAttributeDesc2EXTGreens.data()); in iterate() 482 vk.cmdSetVertexInputEXT(*cmdBuffer, 1u, &bindingDescription2EXT, static_cast<deUint32>(vertexInputAttributeDesc2EXT2Reds.size()), vertexInputAttributeDesc2EXT2Reds.data()); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktPipelineIdentifierTests.cpp | 335 VkResult result = createGraphicsPipelinesFunc(device, pipelineCache, pipelineCount, graphicsPipelineCreateInfos.data(), DE_NULL, pipelines.data()); in testGraphicsPipelineIdentifier() 522 VkResult result = createComputePipelinesFunc(device, pipelineCache, pipelineCount, computePipelineCreateInfos.data(), DE_NULL, pipelines.data()); in testComputePipelineIdentifier()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 162 // Fill buffer data. in ConditionBuffer() 224 std::unique_ptr<BufferWithMemory> makeIndirectBuffer (const DeviceInterface& vkd, const VkDevice device, Allocator& alloc, const T& data) in makeIndirectBuffer() argument 226 const auto bufferSize = static_cast<VkDeviceSize>(sizeof(data)); in makeIndirectBuffer() 234 deMemcpy(dataPtr, &data, sizeof(data)); in makeIndirectBuffer()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
H A D | DisplayGbm.cpp | 478 void *data) in pageFlipHandler() 480 DisplayGbm *display = reinterpret_cast<DisplayGbm *>(data); in pageFlipHandler() 833 void DisplayGbm::setSwapInterval(EGLSurface drawable, SwapControlData *data) in setSwapInterval() argument 835 ASSERT(data != nullptr); in setSwapInterval() 474 pageFlipHandler(int fd, unsigned int sequence, unsigned int tv_sec, unsigned int tv_usec, void *data) pageFlipHandler() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 40 /// Profile - Used to gather unique data for the abbreviation folding set. 55 /// Profile - Used to gather unique data for the abbreviation folding set. 70 AP->EmitULEB128(Tag, dwarf::TagString(Tag).data()); in Emit() 73 AP->EmitULEB128((unsigned)Children, dwarf::ChildrenString(Children).data()); in Emit() 81 dwarf::AttributeString(AttrData.getAttribute()).data()); in Emit() 96 dwarf::FormEncodingString(AttrData.getForm()).data()); in Emit() 712 /// EmitValue - Emit location data. 729 /// SizeOf - Determine size of location data in bytes. 763 /// EmitValue - Emit block data. 780 /// SizeOf - Determine size of block data i [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cIndirectParametersTests.cpp | 98 GLint data[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in iterate() local 122 // Test filling buffer with data in iterate() 123 gl.bufferData(GL_PARAMETER_BUFFER_ARB, 10 * sizeof(GLint), data, GL_DYNAMIC_DRAW); in iterate() 136 m_testCtx.getLog() << tcu::TestLog::Message << "Buffer data mismatch" << tcu::TestLog::EndMessage; in iterate() 189 // Test buffers data copying in iterate() 197 gl.bufferData(GL_ARRAY_BUFFER, 10 * sizeof(GLint), data, GL_DYNAMIC_DRAW); in iterate() 282 gl.readPixels(0, 0, width, height, GL_RED, GL_UNSIGNED_BYTE, pixels.data()); in verify()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderQuads.cpp | 166 /* Retrieve vertex data for both passes */ in initTest() 191 /* Retrieve the data buffers */ in initTest() 192 run.data = m_utils->getDataGeneratedByTessellator(run.inner, false, /* is_point_mode_enabled */ in initTest() 198 /* Store the run data */ in initTest() 262 const float* base_triangle_data = (const float*)(&base_run.data[0]) + in iterate() 272 const float* ref_triangle_data1 = (const float*)(&ref_run.data[0]); in iterate() 274 (const float*)(&ref_run.data[0]) + 3 /* vertices per triangle */ * 3 /* components */; in iterate() 353 /** Takes a vertex data set and returns a vector of unique vec2s found in the set. 355 * @param raw_data Vertex data set to process. 490 /* Retrieve vertex data fo in initTest() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLContextCompatibilityTest.cpp | 99 if (eglGetConfigs(display, configs.data(), nConfigs, &nReturnedConfigs) != EGL_TRUE) in GetConfigs() 194 ASSERT_TRUE(eglGetConfigs(mDisplay, mConfigs.data(), nConfigs, &nReturnedConfigs) == 259 eglCreateContext(mDisplay, contextConfig, EGL_NO_CONTEXT, kContextAttribs.data()); in testWindowCompatibility() 289 eglCreateContext(mDisplay, contextConfig, EGL_NO_CONTEXT, kContextAttribs.data()); in testPbufferCompatibility()
|
H A D | EGLPrintEGLinfoTest.cpp | 134 std::strftime(buffer.data(), buffer.size(), "%B %e, %Y", std::localtime(&timeNow)); in TEST_P() 135 json.addCString("DateRecorded", buffer.data()); in TEST_P() 146 saveFile.write(jsonData.data(), jsonData.size()); in TEST_P() 395 EXPECT_EGL_TRUE(eglGetConfigs(mDisplay, configs.data(), count, &count)); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | VulkanUniformUpdatesTest.cpp | 144 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 2, 2, 0, GL_RGBA, GL_UNSIGNED_BYTE, colors.data()); in InitTexture() 169 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 2, 2, 0, GL_RGBA, GL_UNSIGNED_BYTE, redColors.data()); in TEST_P() 409 // Verify that overflowing a Texture's staging buffer doesn't overwrite current data. 449 GL_UNSIGNED_BYTE, kColor.data()); in TEST_P() 473 // This test tries to create a situation that VS and FS's uniform data might get placed in 474 // different buffers and verify uniforms not getting stale data. 557 // This test tries to test uniform data update while switching between PPO and monolithic program. 558 // The uniform data update occurred on one should carry over to the other. Also buffers are hacked 611 glVertexAttribPointer(positionLocation, 3, GL_FLOAT, GL_FALSE, 0, quadVertices.data()); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | VulkanCommandBufferPerf.cpp | 273 0, NUM_DESCRIPTOR_SETS, info.desc_set.data(), 0, NULL); in PrimaryCommandBufferBenchmarkHundredIndividual() 295 submitInfo[0].pCommandBuffers = info.cmds.data(); in PrimaryCommandBufferBenchmarkHundredIndividual() 339 NUM_DESCRIPTOR_SETS, info.desc_set.data(), 0, NULL); in PrimaryCommandBufferBenchmarkOneWithOneHundred() 405 info.pipeline_layout, 0, NUM_DESCRIPTOR_SETS, info.desc_set.data(), in SecondaryCommandBufferBenchmark() 487 // Save setup cmd buffer data to be restored in CommandPoolDestroyBenchmark() 500 // Restore original cmd buffer data for cleanup in CommandPoolDestroyBenchmark()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | dsa_kmgmt.c | 472 || ((gctx->gen_type = dsa_gen_type_name2id(p->data)) == -1)) { in dsa_gen_set_params() 492 || !dsa_set_gen_seed(gctx, p->data, p->data_size))) in dsa_gen_set_params() 505 gctx->mdname = OPENSSL_strdup(p->data); in dsa_gen_set_params() 514 gctx->mdprops = OPENSSL_strdup(p->data); in dsa_gen_set_params()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | units_converter.cpp | 117 double result = converter.StringToDouble(strNum.data(), strNum.length(), &count); 130 if (strWithDivide.data()[i] == '/') { 157 if (elementStr.data()[i] == '^') { 182 auto factorData = stringFactor.data(); 283 // data which is considered as the root of the source and the target. 558 // unit that specified in the conversion data which is considered as
|
/third_party/skia/tests/ |
H A D | PathOpsChalkboardTest.cpp | 91 static void testChalkboard(PathOpsThreadState* data) { in testChalkboard() argument 92 uint64_t testlines = ((uint64_t) data->fB << 32) | (unsigned int) data->fA; in testChalkboard() 93 chalkboard(data->fReporter, testlines); in testChalkboard()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | RenderPipelineVk.cpp | 463 // data pre-computed in the ColorState in Initialize() 478 colorBlend.pAttachments = colorBlendAttachments.data(); in Initialize() 530 createInfo.pStages = shaderStages.data(); in Initialize() 598 createInfo.pVertexBindingDescriptions = tempAllocations->bindings.data(); in ComputeVertexInputDesc() 600 createInfo.pVertexAttributeDescriptions = tempAllocations->attributes.data(); in ComputeVertexInputDesc()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | CopyTextureForBrowserTests.cpp | 82 // Source textures will have variable pixel data to cover cases like in GetTextureData() 395 EXPECT_BUFFER_U32_RANGE_EQ(expectResult.data(), outputBuffer, 0, in CheckResultInBuiltInComputePipeline() 417 CreateAndInitTexture(srcSpec, srcUsage, srcCopyLayout, srcTextureArrayCopyData.data(), 445 dstTextureArrayCopyData.data(), 493 // This fixed source texture data is for color conversion tests. in DoColorConversionTest() 494 // The source data can fill a texture in default width and height. in DoColorConversionTest() 526 srcTextureSpec, srcUsage, srcCopyLayout, srcTextureArrayCopyData.data(), in DoColorConversionTest()
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | EGLWindow.cpp | 343 displayAttributes.push_back(reinterpret_cast<EGLAttrib>(disabledFeatureOverrides.data())); in initializeDisplay() 353 displayAttributes.push_back(reinterpret_cast<EGLAttrib>(enabledFeatureOverrides.data())); in initializeDisplay() 436 if (!FindEGLConfig(mDisplay, configAttributes.data(), &mConfig)) in initializeSurface() 776 eglGetConfigs(dpy, allConfigs.data(), static_cast<EGLint>(allConfigs.size()), &numConfigs); in FindEGLConfig()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Format.cpp | 171 AspectInfo* firstAspect = internalFormat.aspectInfo.data(); in BuildFormatTable() 209 AspectInfo* firstAspect = internalFormat.aspectInfo.data(); in BuildFormatTable() 228 AspectInfo* firstAspect = internalFormat.aspectInfo.data(); in BuildFormatTable() 249 AspectInfo* firstAspect = internalFormat.aspectInfo.data(); in BuildFormatTable()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-var-gvar-table.hh | 169 * data for this tuple variation table. */ 191 { return StructAfter<TupleVariationHeader> (data); } in get_tuple_var_header() 209 const HBUINT8 *base = &(var_data+var_data->data); in get_shared_indices() 234 { return &(var_data+var_data->data) + data_offset; } in get_serialized_data() 378 data; /* Offset from the start of the GlyphVariationData table member 379 * to the serialized data. */ 402 /* GlyphVariationData not sanitized here; must be checked while accessing each glyph varation data */ 680 * can be referenced within glyph variation data tables for 682 * directly within a glyph variation data table. */ 685 * Array of tuple records shared across all glyph variation data table [all...] |