/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawMultipleInterpolationTests.cpp | 522 const PipelineLayoutCreateInfo pipelineLayoutCreateInfo (0u, nullptr, static_cast<deUint32>(pcRanges.size()), pcRanges.data()); in render() 565 colorAttachmentFormats.data(), in render() 722 colorAttachmentFormats.data(), // const VkFormat* pColorAttachmentFormats; in beginSecondaryCmdBuffer() 785 colorAttachments.data(), // const VkRenderingAttachmentInfoKHR* pColorAttachments; in beginDynamicRender()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderVertexSpacing.cpp | 145 /** Takes data generated by tessellator for a specific run configuration and 158 /* First convert the array data to a vector of edges, where each edge in getEdgesForIsolinesTessellation() 165 const float* coordinate = (const float*)(&run.data[0]) + 3 /* components */ * n_vertex; in getEdgesForIsolinesTessellation() 215 /** Takes data generated by tessellator for a specific run configuration and 235 const float* vertex_data = (const float*)(&run.data[0]) + 3 /* components */ * n_vertex; in getEdgesForQuadsTessellation() 256 * Once we know where the corner vertices are, we will remove them from the data set and iterate again over the in getEdgesForQuadsTessellation() 257 * data set to identify all points that are part of edges connecting the edge corners. After the loop is done, in getEdgesForQuadsTessellation() 258 * these vertices will have been associated with relevant edges and removed from the data sets. in getEdgesForQuadsTessellation() 328 * Now that we know where the corner vertices are, remove them from the data set in getEdgesForQuadsTessellation() 438 /* Iterate over the data se in getEdgesForQuadsTessellation() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLSurfaceTest.cpp | 122 displayAttributes.data()); in initializeDisplay() 169 windowAttributes.data()); in initializeWindowSurfaceWithAttribs() 199 mPbufferSurface = eglCreatePbufferSurface(mDisplay, mConfig, pbufferAttributes.data()); in initializeSurfaceWithAttribs() 1068 initialData.pSysMem = textureData.data(); in TEST_P()
|
/third_party/skia/src/image/ |
H A D | SkImage_Gpu.cpp | 499 sk_sp<SkImage> SkImage::MakeTextureFromCompressed(GrDirectContext* direct, sk_sp<SkData> data, in MakeTextureFromCompressed() argument 504 if (!direct || !data) { in MakeTextureFromCompressed() 510 sk_sp<SkImage> tmp = MakeRasterFromCompressed(std::move(data), width, height, type); in MakeTextureFromCompressed() 519 {width, height}, SkBudgeted::kYes, mipMapped, isProtected, type, std::move(data)); in MakeTextureFromCompressed()
|
/third_party/skia/src/gpu/ops/ |
H A D | OpsTask.cpp | 732 reinterpret_cast<const sk_sp<OpsTask>*>(tasks.data()), SkToSizeT(mergedCount)); in mergeFrom() 771 toMerge->fDeferredProxies.data()); in mergeFrom() 773 toMerge->fSampledProxies.data()); in mergeFrom() 775 toMerge->fOpChains.data()); in mergeFrom()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 748 p->data, p->data_size, bnctx); in common_get_params() 846 || !EC_KEY_oct2key(key, p->data, p->data_size, ctx)) in ec_set_params() 1074 val = OPENSSL_strdup(p->data); \ 1086 val = OPENSSL_memdup(p->data, p->data_size); \
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_parser.cpp | 86 auto s = spirv.data(); in parse() 432 ir.meta[id].decoration_word_offset[decoration] = uint32_t(&ops[2] - ir.spirv.data()); in parse() 1160 if (array_count && memcmp(a.array.data(), b.array.data(), array_count * sizeof(uint32_t)) != 0) in types_are_logically_equivalent()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | alphaindex.cpp | 719 // The locale data did not include explicit Index characters. in addIndexExemplars() 937 // take precedence over the single locale data exemplar set per language. in init() 1057 AlphabeticIndex::Record::Record(const UnicodeString &name, const void *data) in Record() argument 1058 : name_(name), data_(data) {} in Record() 1064 AlphabeticIndex & AlphabeticIndex::addRecord(const UnicodeString &name, const void *data, UErrorCode &status) { in addRecord() argument 1076 Record *r = new Record(name, data); in addRecord()
|
H A D | collationfastlatin.cpp | 27 CollationFastLatin::getOptions(const CollationData *data, const CollationSettings &settings, in getOptions() argument 29 const uint16_t *table = data->fastLatinTable; in getOptions() 57 uint32_t start = data->getFirstPrimaryForGroup(group); in getOptions() 74 uint32_t latinStart = data->getFirstPrimaryForGroup(USCRIPT_LATIN); in getOptions()
|
/third_party/skia/src/ports/ |
H A D | SkScalerContext_win_dw.cpp | 432 // DirectWrite treats all out of bounds glyph ids as having the same data as glyph 0. in generateAdvance() 673 "Glyph image data could not be acquired."); in generatePngMetrics() 676 sk_sp<SkData> data = SkData::MakeWithProc(glyphData.imageData, in generatePngMetrics() local 681 std::unique_ptr<SkCodec> codec = SkCodec::MakeFromData(std::move(data)); in generatePngMetrics() 1136 "Glyph image data could not be acquired."); in generatePngGlyphImage() 1138 sk_sp<SkData> data = SkData::MakeWithProc(glyphData.imageData, in generatePngGlyphImage() local 1142 sk_sp<SkImage> image = SkImage::MakeFromEncoded(std::move(data)); in generatePngGlyphImage() 1236 // DirectWrite treats all out of bounds glyph ids as having the same data as glyph 0. in generatePath()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | StorageTextureTests.cpp | 510 uint8_t data = in CreateTextureWithTestData() local 514 uploadBufferData[indexInUploadBuffer] = data; in CreateTextureWithTestData() 519 utils::CreateBufferFromData(device, uploadBufferData.data(), uploadBufferSize, in CreateTextureWithTestData() 730 reinterpret_cast<const uint32_t*>(expectedData.data() + expectedDataOffset), in CheckOutputStorageTexture() 778 // Verify the pixel data in the write-only storage texture is expected. in TEST_P() 817 // Verify the pixel data in the write-only storage texture is expected. in TEST_P() 848 // Verify the pixel data in the write-only storage texture is expected. in TEST_P()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttsbit.c | 132 * paranoid there and don't trust the data. in FT_LOCAL_DEF() 189 * paranoid there and don't trust the data. in FT_LOCAL_DEF() 222 /* it has no associated data table */ in FT_LOCAL_DEF() 247 " no embedded bitmap data table found;\n" )); in FT_LOCAL_DEF() 675 /* avoid uninitialized data in case there is no vertical info -- */ in tt_sbit_decoder_load_metrics() 1121 FT_Byte* data; in tt_sbit_decoder_load_bitmap() local 1133 FT_FRAME_EXTRACT( glyph_size, data ) ) in tt_sbit_decoder_load_bitmap() 1136 p = data; in tt_sbit_decoder_load_bitmap() 1139 /* read the data, depending on the glyph format */ in tt_sbit_decoder_load_bitmap() 1179 /* format 7, but the data i in tt_sbit_decoder_load_bitmap() [all...] |
/third_party/python/Lib/logging/ |
H A D | handlers.py | 1234 that is sent as the CGI data. Overwrite in your class. 1264 data = urllib.parse.urlencode(self.mapLogRecord(record)) 1270 url = url + "%c%s" % (sep, data) 1283 h.putheader("Content-length", str(len(data))) 1291 h.send(data.encode('utf-8')) 1475 # (if there's exception data), and also returns the formatted
|
/third_party/python/Modules/ |
H A D | _operator.c | 1234 const void *data; in attrgetter_new() local 1250 data = PyUnicode_DATA(item); in attrgetter_new() 1255 if (PyUnicode_READ(kind, data, char_idx) == '.') in attrgetter_new() 1276 while (PyUnicode_READ(kind, data, unibuff_till) != '.') { in attrgetter_new()
|
H A D | signalmodule.c | 272 report_wakeup_write_error(void *data) in report_wakeup_write_error() argument 276 errno = (int) (intptr_t) data; in report_wakeup_write_error() 289 report_wakeup_send_error(void* data) in report_wakeup_send_error() argument 296 PyErr_SetExcFromWindowsErr(PyExc_OSError, (int) (intptr_t) data); in report_wakeup_send_error()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 20 return createStringError(std::errc::illegal_byte_sequence, Message.data()); in reportError() 463 const unsigned char *BufPtr = (const unsigned char *)Bytes.data(); in analyzeHeader() 619 O.OS << "of " << Filename->data() << ":\n"; in printStats() 953 if (Blob.data()) { in parseBlock() 958 O->OS << " blob data = "; in parseBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceOperand.h | 110 inline void setExternalData(void *data) { externalData = data; } in setExternalData() argument 124 /// External data can be set by an optimizer to compute and retain any 299 /// e.g., 8 + LabelOffset, where label offset is the location (code or data) 844 inline void setExternalData(void *data) { externalData = data; } in setExternalData() argument 887 /// External data can be set by an optimizer to compute and retain any
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_type_decl_test.cc | 98 inline std::ostream& operator<<(std::ostream& out, VecData data) { in operator <<() argument 99 out << std::string(data.input); in operator <<() 718 inline std::ostream& operator<<(std::ostream& out, MatrixData data) { in operator <<() argument 719 out << std::string(data.input); in operator <<()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | RenderBundleValidationTests.cpp | 73 float data[8]; variable 74 wgpu::Buffer buffer = utils::CreateBufferFromData(device, data, 8 * sizeof(float), 625 desc.colorFormats = colorFormats.data(); in TEST_F() 633 desc.colorFormats = colorFormats.data(); in TEST_F()
|
/third_party/selinux/libsepol/src/ |
H A D | policydb_validate.c | 835 if ((k->specified & AVTAB_TYPE) && validate_simpletype(d->data, margs->policy, margs->flavors)) in validate_avtab_key_and_datum() 906 if ((avrule->specified & AVRULE_TYPE) && validate_simpletype(classperm->data, p, flavors)) in validate_avrules() 1377 static int validate_range_transition(hashtab_key_t key, hashtab_datum_t data, void *args) in validate_range_transition() argument 1380 const mls_range_t *r = data; in validate_range_transition()
|
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | ser.rs | 172 match &cont.data { in serialize_body() 187 let fields = match &cont.data { in serialize_transparent() 740 data: (#(&'__a #fields_ty,)*), in serialize_adjacently_tagged_variant() 751 let (#(#fields_ident,)*) = self.data; in serialize_adjacently_tagged_variant() 762 data: (#(#fields_ident,)*), in serialize_adjacently_tagged_variant() 1004 data: (#(&'__a #fields_ty,)*), in serialize_struct_variant_with_flatten() 1013 let (#(#members,)*) = self.data; in serialize_struct_variant_with_flatten() 1028 data: (#(#members,)*), in serialize_struct_variant_with_flatten()
|
/third_party/spirv-tools/source/opt/ |
H A D | optimizer.cpp | 564 const char* start = pass_args.data(); in RegisterPassFromFlag() 565 const char* end = pass_args.data() + pass_args.size(); in RegisterPassFromFlag() 671 assert(memcmp(optimized_binary_with_nop.data(), original_binary, in Run() 1209 memcpy(result_binary->code, optimized.data(), in spvOptimizerRun()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/ |
H A D | vktModifiersTests.cpp | 115 modifierProperties.pDrmFormatModifierProperties = drmFormatModifiers.data(); in getDrmFormatModifiers() 463 drmFormatModifiers.data(), in createImageWithDrmFormatModifiers() 484 formats.data(), in createImageWithDrmFormatModifiers() 643 modifier.pPlaneLayouts = planeLayouts.data(); in createImageModifierExplicitCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineStencilTests.cpp | 495 attachmentBindInfos.data(), // const VkImageView* pAttachments; 684 deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4RGBA)); 746 0u, DE_NULL, 0u, DE_NULL, (deUint32)imageLayoutBarriers.size(), imageLayoutBarriers.data()); 748 beginRenderPass(vk, *m_cmdBuffer, *m_renderPass, *m_framebuffer, makeRect2D(0, 0, m_renderSize.x(), m_renderSize.y()), (deUint32)attachmentClearValues.size(), attachmentClearValues.data());
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryMiscTests.cpp | 70 // Constants and data types. 856 Vec3* data = static_cast<Vec3*>(allocation.getHostPtr()); in makeAttribBuff() local 859 data[3*c] = vertices.at(c); in makeAttribBuff() 860 data[3*c+1] = coords.at(c); in makeAttribBuff() 861 data[3*c+2] = centers.at(c); in makeAttribBuff()
|