Home
last modified time | relevance | path

Searched refs:data (Results 44701 - 44725 of 46361) sorted by relevance

1...<<1781178217831784178517861787178817891790>>...1855

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_vec4.hpp49 typename detail::storage<T, sizeof(T) * 4, detail::is_aligned<P>::value>::type data; member
/third_party/skia/src/sksl/ir/
H A DSkSLType.cpp419 return String::printf("%.*s[%d]", (int)name.size(), name.data(), arraySize);
/third_party/skia/tests/
H A DSkRuntimeEffectTest.cpp291 if (!surface->readPixels(info, actual.data(), info.minRowBytes(), /*srcX=*/0, /*srcY=*/0)) { in verify_2x2_surface_results()
/third_party/skia/src/ports/
H A DSkScalerContext_mac_ct.cpp466 const uint8_t* linear = gLinearCoverageFromCGLCDValue.data(); in generateImage()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DGpuMemorySynchronizationTests.cpp42 [[group(0), binding(0)]] var<storage, read_write> data : Data; in CreatePipelineAndBindGroupForCompute()
44 data.a = data.a + 1; in CreatePipelineAndBindGroupForCompute()
69 [[group(0), binding(0)]] var<storage, read_write> data : Data; in CreatePipelineAndBindGroupForRender()
71 data.i = data.i + 1; in CreatePipelineAndBindGroupForRender()
72 return vec4<f32>(f32(data.i) / 255.0, 0.0, 0.0, 1.0); in CreatePipelineAndBindGroupForRender()
89 // Clear storage buffer with zero. Then read data, add one, and write the result to storage buffer
91 // iteration reads the result in buffer from last iteration, which makes the iterations a data
92 // dependency chain. The test verifies that data i
[all...]
H A DDrawIndexedIndirectTests.cpp257 // data for use with a previous pass's validation commands is not overwritten before it can be in TEST_P()
493 pass.ExecuteBundles(bundles.size(), bundles.data()); in TEST_P()
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttobjs.c186 release year data, are taken from fonts available to the in tt_check_trickyness_family()
839 face->extra.finalizer( face->extra.data ); in tt_face_done()
1130 /* clean up bytecode related data */ in tt_size_init_bytecode()
/third_party/python/Lib/test/
H A Dtest_weakset.py451 assert repr(self.s) == repr(self.s.data)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELF.h419 return createError("unaligned data"); in getSectionContentsAsArray()
579 getSecIndexForError(this, Section) + " data at 0x" + in getEntry()
707 return StringRef(DotShstrtab.data() + Offset); in getSectionName()
H A DELFTypes.h126 Elf_Off sh_offset; // File offset of section data, in bytes
141 Elf_Off sh_offset; // File offset of section data, in bytes
256 return StringRef(StrTab.data() + Offset);
287 /// Elf_Verdaux: This is the structure of auxiliary data in the SHT_GNU_verdef
308 /// Elf_Vernaux: This is the structure of auxiliary data in SHT_GNU_verneed
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DInstrProf.h9 // Instrumentation-based profiling data is generated by instrumented
84 /// Return the name prefix of variables containing per-function control data.
118 /// data at program startup time by calling __llvm_register_function. This
127 /// data for one instrumented function.
237 /// Get the value profile data for value site \p SiteIdx from \p InstrProfR
238 /// and annotate the instruction \p Inst with the value profile meta data.
250 /// Extract the value profile data from \p Inst which is annotated with
251 /// value profile meta data. Return false if there is no value data annotated,
261 /// Return the PGOFuncName meta data associate
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileSystem.h996 /// Buf.data(), Buf.size())`, with error reporting. Returns 0 when reaching EOF.
1164 readwrite, ///< May access map via data and modify it. Written to path.
1165 priv ///< May modify via data, but changes are lost on destruction.
1191 char *data() const;
1193 /// Get a const view of the data. Modifying this memory has undefined
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp45 memcpy((void *)Val, Scalar.data(), CopySize); in input()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DUnicode.cpp350 const UTF8 *Start = reinterpret_cast<const UTF8 *>(Text.data() + i); in columnWidthUTF8()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp471 G->getGlobal()->getName().data() }; in getOpndList()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DTestUtil.h58 static_cast<const void *>(Assembler->getBufferView().data())); in codeBytes()
214 // Dqword is used to represent 128-bit data types. The Dqword's contents are
/third_party/skia/tools/skpbench/
H A Dskpbench.cpp187 if (!SkMultiPictureDocumentRead(stream.get(), frames.data(), page_count, &procs)) { in MakeFromFile()
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h382 // Disable warning C4251: <data member>: <type> needs to have dll-interface to
563 char const* data() const;
632 Value(const std::string& value); ///< Copy data() til size(). Embedded zeroes too.
1216 // Disable warning C4251: <data member>: <type> needs to have dll-interface to
1492 // Note: We use a Json::Value so that we can add data-members to this class
1628 // Disable warning C4251: <data member>: <type> needs to have dll-interface to
1701 // Note: We use a Json::Value so that we can add data-members to this class
/third_party/toybox/generated/
H A Dglobals.h274 char *data; member
546 FILE *fp; // current data file
548 int nfiles; // num of cmdline data file args processed
903 // Internal data.
915 unsigned nextblock; // Next data block to allocate
/third_party/skia/modules/skparagraph/src/
H A DOneLineShaper.cpp764 adjustedFeatures.data(), adjustedFeatures.size(),
/third_party/skia/modules/canvaskit/
H A Dparagraph_bindings.cpp464 const char* text = textStorage.data(); in EMSCRIPTEN_BINDINGS()
567 // These value objects make it easier to send data across the wire. in EMSCRIPTEN_BINDINGS()
/third_party/spirv-tools/test/opt/
H A Dinst_bindless_check_test.cpp5036 // bufStruct data;
5044 // u_info.data.a[i] = 0xdeadca71;
5064 OpMemberName %ufoo 0 "data"
H A Dtrim_capabilities_pass_test.cpp1938 OpMemberName %Payload 0 "data" in TEST_F()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImage2DViewOf3DTests.cpp318 deMemcpy(vertexBuffer.getAllocation().getHostPtr(), vertexData.data(), vertexBufferSize); in runGraphicsPipeline()
359 // Upload the test image data for sampler cases. in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassUnusedAttachmentTests.cpp824 // Upload vertex data in UnusedAttachmentTestInstance()
825 deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4RGBA)); in UnusedAttachmentTestInstance()
917 // Check the unused image data hasn't changed. in verifyImage()

Completed in 64 milliseconds

1...<<1781178217831784178517861787178817891790>>...1855