/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | type_vec4.hpp | 49 typename detail::storage<T, sizeof(T) * 4, detail::is_aligned<P>::value>::type data; member
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLType.cpp | 419 return String::printf("%.*s[%d]", (int)name.size(), name.data(), arraySize);
|
/third_party/skia/tests/ |
H A D | SkRuntimeEffectTest.cpp | 291 if (!surface->readPixels(info, actual.data(), info.minRowBytes(), /*srcX=*/0, /*srcY=*/0)) { in verify_2x2_surface_results()
|
/third_party/skia/src/ports/ |
H A D | SkScalerContext_mac_ct.cpp | 466 const uint8_t* linear = gLinearCoverageFromCGLCDValue.data(); in generateImage()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | GpuMemorySynchronizationTests.cpp | 42 [[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 D | DrawIndexedIndirectTests.cpp | 257 // 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 D | ttobjs.c | 186 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 D | test_weakset.py | 451 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 D | ELF.h | 419 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 D | ELFTypes.h | 126 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 D | InstrProf.h | 9 // 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 D | FileSystem.h | 996 /// 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 D | MachOYAML.cpp | 45 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 D | Unicode.cpp | 350 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 D | Mips16ISelLowering.cpp | 471 G->getGlobal()->getName().data() }; in getOpndList()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
H A D | TestUtil.h | 58 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 D | skpbench.cpp | 187 if (!SkMultiPictureDocumentRead(stream.get(), frames.data(), page_count, &procs)) { in MakeFromFile()
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 382 // 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 D | globals.h | 274 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 D | OneLineShaper.cpp | 764 adjustedFeatures.data(), adjustedFeatures.size(),
|
/third_party/skia/modules/canvaskit/ |
H A D | paragraph_bindings.cpp | 464 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 D | inst_bindless_check_test.cpp | 5036 // bufStruct data; 5044 // u_info.data.a[i] = 0xdeadca71; 5064 OpMemberName %ufoo 0 "data"
|
H A D | trim_capabilities_pass_test.cpp | 1938 OpMemberName %Payload 0 "data" in TEST_F()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImage2DViewOf3DTests.cpp | 318 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 D | vktRenderPassUnusedAttachmentTests.cpp | 824 // 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()
|