Home
last modified time | relevance | path

Searched refs:data (Results 16726 - 16750 of 50388) sorted by relevance

1...<<661662663664665666667668669670>>...2016

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawImageObjectUtil.hpp133 void * data);
145 void * data);
154 void * data);
203 const void * data);
215 const void * data);
224 const void * data);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawImageObjectUtil.hpp133 void * data);
145 void * data);
154 void * data);
203 const void * data);
215 const void * data);
224 const void * data);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DMemoryProgramCache.cpp136 programKey.length(), hashOut->data()); in ComputeHash()
155 if (!egl::DecompressBlobCacheData(binaryProgram.data(), programSize, &uncompressedData)) in getProgram()
157 ERR() << "Error decompressing binary data."; in getProgram()
162 program->loadBinary(context, GL_PROGRAM_BINARY_ANGLE, uncompressedData.data(), in getProgram()
221 if (!egl::CompressBlobCacheData(serializedProgram.size(), serializedProgram.data(), in putProgram()
224 ERR() << "Error compressing binary data."; in putProgram()
234 platform->cacheProgram(platform, programHash, compressedData.size(), compressedData.data()); in putProgram()
257 memcpy(newEntry.data(), binary, length); in putBinary()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLDeviceCL.cpp21 // data is copied. If the size of the data is unknown, it can be queried first with an additional
22 // call to the same function, but without requesting the data itself. This function provides the
23 // functionality to request and validate the size and the data.
30 (size % sizeof(T)) == 0u) // size has to be a multiple of the data type in GetDeviceInfo()
33 if (device->getDispatch().clGetDeviceInfo(device, cl::ToCLenum(name), size, vector.data(), in GetDeviceInfo()
103 info.versionStr.assign(valString.data()); in createInfo()
109 std::string extensionStr(valString.data()); in createInfo()
141 info.builtInKernels.assign(valString.data()); in createInfo()
165 info.IL_Version.assign(valString.data()); in createInfo()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcAggressiveShaderOptimizationsTests.cpp62 TrigonometryTestCase(deqp::Context& context, const std::string& name, const TrigonometryCaseData& data);
80 const TrigonometryCaseData& data) in TrigonometryTestCase()
81 : deqp::TestCase(context, name.c_str(), ""), m_shaderType(data.shaderType), m_testedFunction(data.testedFunction) in TrigonometryTestCase()
87 m_specializationMap["TYPE"] = data.testedType; in TrigonometryTestCase()
88 m_specializationMap["COLOR_COMPONENTS"] = data.colorComponents; in TrigonometryTestCase()
79 TrigonometryTestCase(deqp::Context& context, const std::string& name, const TrigonometryCaseData& data) TrigonometryTestCase() argument
/third_party/vk-gl-cts/execserver/
H A DxsExecutionServer.cpp225 // Process incoming data. in processSession()
260 void ExecutionRequestHandler::processMessage (MessageType type, const deUint8* data, size_t dataSize) in processMessage() argument
266 HelloMessage msg(data, dataSize); in processMessage()
275 TestMessage msg(data, dataSize); in processMessage()
282 KeepAliveMessage msg(data, dataSize); in processMessage()
290 ExecuteBinaryMessage msg(data, dataSize); in processMessage()
299 StopExecutionMessage msg(data, dataSize); in processMessage()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DIncompleteTextureTest.cpp125 GL_UNSIGNED_BYTE, textureData.data()); in TEST_P()
141 GL_UNSIGNED_BYTE, textureData.data()); in TEST_P()
165 redTextureData.data()); in TEST_P()
182 GL_UNSIGNED_BYTE, greenTextureData.data()); in TEST_P()
199 glBufferData(GL_PIXEL_UNPACK_BUFFER, red.size() * sizeof(GLColor), red.data(), GL_STATIC_DRAW); in TEST_P()
389 glClearBufferfv(GL_COLOR, 0, clearColor.toNormalizedVector().data()); in TEST_P()
/third_party/skia/samplecode/
H A DSampleFitCubicToCircle.cpp124 fMaxErrorT = find_max_error_T(X.data(), Y.data()); in fitCubic()
131 double errX = std::get<0>(eval_cubic(fCubicX.data(), fMaxErrorT)) - kCenterX; in fitCubic()
132 double errY = std::get<0>(eval_cubic(fCubicY.data(), fMaxErrorT)) - kCenterY; in fitCubic()
239 auto [x, dx, ddx] = eval_cubic(X.data(), kMaxErrorT); in onChar()
240 auto [y, dy, ddy] = eval_cubic(Y.data(), kMaxErrorT); in onChar()
/third_party/openssl/providers/implementations/macs/
H A Dhmac_prov.c67 const unsigned char *data,
188 static int hmac_update(void *vmacctx, const unsigned char *data, in hmac_update() argument
199 memcpy(macctx->tls_header, data, datalen); in hmac_update()
211 data, in hmac_update()
219 return HMAC_Update(macctx->ctx, data, datalen); in hmac_update()
331 if (!hmac_setkey(macctx, p->data, p->data_size)) in hmac_set_ctx_params()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dfilters.c173 static void HorizontalFilter_C(const uint8_t* data, int width, int height, in HorizontalFilter_C() argument
175 DoHorizontalFilter_C(data, width, height, stride, 0, height, 0, in HorizontalFilter_C()
179 static void VerticalFilter_C(const uint8_t* data, int width, int height, in VerticalFilter_C() argument
181 DoVerticalFilter_C(data, width, height, stride, 0, height, 0, filtered_data); in VerticalFilter_C()
184 static void GradientFilter_C(const uint8_t* data, int width, int height, in GradientFilter_C() argument
186 DoGradientFilter_C(data, width, height, stride, 0, height, 0, filtered_data); in GradientFilter_C()
H A Dfilters_mips_dsp_r2.c223 static void HorizontalFilter_MIPSdspR2(const uint8_t* data, in HorizontalFilter_MIPSdspR2() argument
226 DoHorizontalFilter_MIPSdspR2(data, width, height, stride, 0, height, in HorizontalFilter_MIPSdspR2()
274 static void VerticalFilter_MIPSdspR2(const uint8_t* data, int width, int height, in VerticalFilter_MIPSdspR2() argument
276 DoVerticalFilter_MIPSdspR2(data, width, height, stride, 0, height, in VerticalFilter_MIPSdspR2()
339 static void GradientFilter_MIPSdspR2(const uint8_t* data, int width, int height, in GradientFilter_MIPSdspR2() argument
341 DoGradientFilter_MIPSdspR2(data, width, height, stride, 0, height, in GradientFilter_MIPSdspR2()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dgnomelayout.cpp56 void showabout(GtkWidget */*widget*/, gpointer /*data*/) in showabout()
77 void notimpl(GtkObject */*object*/, gpointer /*data*/) in notimpl()
90 void openOK(GtkObject */*object*/, gpointer data) in openOK() argument
92 GtkFileSelection *fileselection = GTK_FILE_SELECTION(data); in openOK()
123 void openfile(GtkObject */*object*/, gpointer data) in openfile() argument
125 GtkWidget *app = GTK_WIDGET(data); in openfile()
155 void newapp(GtkObject */*object*/, gpointer /*data*/) in newapp()
162 void closeapp(GtkWidget */*widget*/, gpointer data) in closeapp() argument
164 GtkWidget *app = GTK_WIDGET(data); in closeapp()
169 void shutdown(GtkObject */*object*/, gpointer /*data*/) in shutdown()
[all...]
/third_party/skia/tests/
H A DRefCntTest.cpp15 static void bounce_ref(void* data) { in bounce_ref() argument
16 SkRefCnt* ref = static_cast<SkRefCnt*>(data); in bounce_ref()
36 static void bounce_weak_ref(void* data) { in bounce_weak_ref() argument
37 SkWeakRefCnt* ref = static_cast<SkWeakRefCnt*>(data); in bounce_weak_ref()
45 static void bounce_weak_weak_ref(void* data) { in bounce_weak_weak_ref() argument
46 SkWeakRefCnt* ref = static_cast<SkWeakRefCnt*>(data); in bounce_weak_weak_ref()
/third_party/skia/src/ports/
H A DSkFontMgr_preview.cpp152 sk_sp<SkTypeface> SkFontMgr_Preview::onMakeFromData(sk_sp<SkData> data, int ttcIndex) const in onMakeFromData() argument
154 return this->makeFromStream(std::unique_ptr<SkStreamAsset>(new SkMemoryStream(std::move(data))), in onMakeFromData()
172 auto data = std::make_unique<SkFontData>(std::move(stream), ttcIndex, nullptr, 0); in onMakeFromStreamIndex() local
173 return sk_sp<SkTypeface>(new SkTypeface_PreviewStream(std::move(data), style, isFixedPitch, name)); in onMakeFromStreamIndex()
191 auto data = std::make_unique<SkFontData>(std::move(stream), args.getCollectionIndex(), in onMakeFromStreamArgs() local
193 return sk_sp<SkTypeface>(new SkTypeface_PreviewStream(std::move(data), style, isFixedPitch, name)); in onMakeFromStreamArgs()
H A DSkOSFile_win.cpp229 WIN32_FIND_DATAW data; in get_the_file() local
232 if (::FindNextFileW(handle, &data)) in get_the_file()
233 dataPtr = &data; in get_the_file()
266 WIN32_FIND_DATAW data; in next() local
274 self.fHandle = ::FindFirstFileW((LPCWSTR)self.fPath16, &data); in next()
276 dataPtr = &data; in next()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftutil.c244 void* data ) in FT_EXPORT_DEF()
255 if ( cur->data == data ) in FT_EXPORT_DEF()
427 void* data = cur->data; in FT_List_Finalize() local
431 destroy( memory, data, user ); in FT_List_Finalize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFoldingSet.cpp49 /// Add* - Add various data types to Bit data.
93 const unsigned *Base = (const unsigned*) String.data(); in AddString()
138 // AddNodeID - Adds the Bit data of another ID to *this.
146 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash(); in ComputeHash()
152 return *this == FoldingSetNodeIDRef(RHS.Bits.data(), RHS.Bits.size()); in operator ==()
158 return FoldingSetNodeIDRef(Bits.data(), Bits.size()) == RHS; in operator ==()
164 return *this < FoldingSetNodeIDRef(RHS.Bits.data(), RHS.Bits.size()); in operator <()
168 return FoldingSetNodeIDRef(Bits.data(), Bits.size()) < RHS; in operator <()
171 /// Intern - Copy this node's data t
[all...]
/third_party/skia/third_party/externals/tint/fuzzers/
H A Dtint_common_fuzzer.cc87 return tools.Validate(spirv.data(), spirv.size(), in SPIRVToolsValidationCheck()
114 int CommonFuzzer::Run(const uint8_t* data, size_t size) { in Run() argument
129 fout.write(reinterpret_cast<const char*>(data), in Run()
131 std::cout << "Dumped input data to " << filename << std::endl; in Run()
141 std::string str(reinterpret_cast<const char*>(data), size); in Run()
154 // sizeof(uint32_t) then not all of `data` can be copied into in Run()
156 std::memcpy(spirv_input.data(), data, in Run()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Ducptrie.h65 UCPTrieData data; member
93 * Internal data null block offset, not shifted.
94 * Set to an impossibly high value (e.g., 0xfffff) if there is no dedicated data null block.
128 * Fast/simple/larger BMP data structure. Use functions and "fast" macros.
133 * Small/slower BMP data structure. Use functions and "small" macros.
143 * Selectors for the number of bits in a UCPTrie data value.
152 * For ucptrie_openFromBinary() to accept any data value width.
153 * ucptrie_getValueWidth() will return the actual data value width.
158 * The trie stores 16 bits per data value.
164 * The trie stores 32 bits per data valu
[all...]
/third_party/typescript/tests/baselines/reference/
H A DobjectLiteralNormalization.js44 declare let data: { a: 1, b: "abc", c: true };
49 let e3 = f(data, { a: 2 });
50 let e4 = f({ a: 2 }, data);
100 var e3 = f(data, { a: 2 });
101 var e4 = f({ a: 2 }, data);
205 declare let data: {
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h1 // Protocol Buffers - Google's data interchange format
136 const DataPiece& data) override;
163 // Renders a data piece on the any.
167 // Before the "@type" field is encountered, we store all incoming data
236 // The output data and wrapping ByteSink.
252 // Store data before the "@type" field.
350 const DataPiece& data);
354 const DataPiece& data);
358 const DataPiece& data);
362 const DataPiece& data);
[all...]
/third_party/python/Lib/test/test_importlib/
H A Dtest_resource.py15 # Subclasses are expected to set the `data` attribute.
18 target = resources.files(self.data) / 'binary.file'
22 target = resources.files(self.data) / 'not-a-file'
26 target = resources.files(self.data) / 'subdirectory'
33 self.data = data01
150 self.data = import_module('ziptestdata')
160 del sys.modules[self.data.__name__]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_cat.cc93 memcpy(out, x.data(), x.size()); in Append()
152 memcpy(out, piece.data(), this_size); in CatPieces()
167 (uintptr_t((src).data() - (dest).data()) > uintptr_t((dest).size())))
184 memcpy(out, piece.data(), this_size); in AppendPieces()
195 dest->append(a.data(), a.size()); in StrAppend()
/third_party/skia/modules/canvaskit/
H A Dgm_bindings.cpp99 auto data = SkData::MakeFromMalloc(bytes, len); in LoadResource() local
100 gResources[name] = std::move(data); in LoadResource()
110 * "png" - a Uint8Array of the PNG data extracted from the surface.
173 md5.appendf("%02x", digest.data[i]); in RunGM()
185 auto data = stream.detachAsData(); in RunGM() local
187 // This is the cleanest way to create a new Uint8Array with a copy of the data that is not in RunGM()
193 typed_memory_view(data->size(), data->bytes()) in RunGM()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_internal.c143 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) in crypto_hash_update() argument
151 MD5Update(&ctx->u.md5, data, len); in crypto_hash_update()
155 SHA1Update(&ctx->u.sha1, data, len); in crypto_hash_update()
160 sha256_process(&ctx->u.sha256, data, len); in crypto_hash_update()
165 sha384_process(&ctx->u.sha384, data, len); in crypto_hash_update()
170 sha512_process(&ctx->u.sha512, data, len); in crypto_hash_update()

Completed in 31 milliseconds

1...<<661662663664665666667668669670>>...2016