Home
last modified time | relevance | path

Searched refs:data (Results 44726 - 44750 of 46409) sorted by relevance

1...<<1781178217831784178517861787178817891790>>...1857

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSampleCompressedTextureTests.cpp478 vtxAttrDescriptions.data(), // const VkVertexInputAttributeDescription* pVertexAttributeDescriptions in iterate()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputGLSLBase.cpp149 BuiltInFunctionEmulator::WriteEmulatedFunctionName(out, functionName.data()); in writeFunctionTriplet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp43 Ptr = Str.data(); in Cursor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp358 DAG.getBuildVector(NVT, dl, makeArrayRef(Ops.data(), NumElts)); in ExpandOp_BITCAST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp231 // Assign each section data address consecutively. in layoutCOFF()
372 else if (S.Name.equals(".data")) in initializeOptionalHeader()
503 // Output section data. in writeCOFF()
573 OS.write(i->File.data(), i->File.size()); in writeCOFF()
H A DCodeViewYAMLSymbols.cpp250 ::memcpy(Buffer + sizeof(RecordPrefix), Data.data(), Data.size());
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderDrawParametersTests.cpp312 gl.readPixels(0, 0, width, height, GL_RGB, GL_UNSIGNED_BYTE, pixels.data()); in verify()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dtype_manager_test.cpp37 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLContextSharingTest.cpp384 // Do not read back the data to keep the commands in the graph. in TEST_P()
416 mContexts[0] = eglCreateContext(display, config, mainContext, contextAttributes.data()); in TEST_P()
450 // Do not read back the data to keep the commands in the graph. in TEST_P()
H A DEGLProtectedContentTest.cpp223 pixels[i] = *(GLuint *)(color.data()); in fillTexture()
/third_party/skia/src/gpu/ops/
H A DDrawVerticesOp.cpp185 this->setVertexAttributes(fAttributes.data(), fAttributes.size()); in VerticesGP()
434 // Copy data into the buffers. in onPrepareDraws()
442 // Copy data into the index buffer. in onPrepareDraws()
450 // Copy data into the vertex buffer. in onPrepareDraws()
/third_party/skia/src/gpu/
H A DGrDataUtils.cpp782 pipeline.append_constant_color(&alloc, color.data()); in GrClearImage()
/third_party/skia/src/gpu/tessellate/
H A DStrokeHardwareTessellator.cpp721 float localStrokeWidth = StrokeTolerances::GetLocalStrokeWidth(matrixMinMaxScales.data(), in prepare()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h611 GLenum getPixels(const GLvoid **data, GLenum type, size_t imageSize) const;
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMJIT.cpp64 // MemorySanitizer uses thread-local storage (TLS) data arrays for passing around
609 void *address = dlsym(RTLD_DEFAULT, (*symbol.first).data());
/third_party/openssl/include/openssl/
H A Dtls1.h1217 void *data; member
/third_party/openssl/ohos_lite/include/openssl/
H A Dtls1.h1231 void *data; member
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.hpp444 // then update constants directly in the SPIRConstant data structure.
544 return embedded.ops.data(); in stream()
885 // This must be an ordered data structure so we always pick the same type aliases.
/third_party/skia/third_party/externals/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/skia/third_party/externals/spirv-tools/source/opt/
H A Doptimizer.cpp616 assert(memcmp(optimized_binary_with_nop.data(), original_binary, in Run()
/third_party/skia/third_party/externals/swiftshader/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/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Doptimizer.cpp616 assert(memcmp(optimized_binary_with_nop.data(), original_binary, in Run()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dtype_manager_test.cpp37 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate()
/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);

Completed in 68 milliseconds

1...<<1781178217831784178517861787178817891790>>...1857