/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cVertexAttrib64BitTest.cpp | 617 /** Template class to store vertex attribute data 882 * @param attribute Vertex attribute data are taken from provided instance of vertexAttribute 896 * @param attribute Vertex attribute data are taken from provided instance of vertexAttribute 910 * @param attribute Vertex attribute data are taken from provided instance of vertexAttribute 924 * @param attribute Vertex attribute data are taken from provided instance of vertexAttribute 938 * @param attribute Vertex attribute data are taken from provided instance of vertexAttribute 952 * @param attribute Vertex attribute data are taken from provided instance of vertexAttribute 966 * @param attribute Vertex attribute data are taken from provided instance of vertexAttribute 980 * @param attribute Vertex attribute data are taken from provided instance of vertexAttribute 1185 * defined in a vertex shader. Verification of the data expose 3832 verifyXFBData(const void* data, _draw_call_type draw_call, bool instanced, bool zero_vertex_attrib_divisor) verifyXFBData() argument [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | png.c | 40 * of the PNG file signature. If the PNG data is embedded into another 133 /* Calculate the CRC over a section of data. We can only pass as 134 * much data to this routine as the largest single buffer size. We 135 * also check that this data will actually be used before going to the 382 * APIs. This ensures that all possible approaches free the same data (all of 600 png_free(png_ptr, info_ptr->unknown_chunks[num].data); in png_free_data() 601 info_ptr->unknown_chunks[num].data = NULL; in png_free_data() 609 png_free(png_ptr, info_ptr->unknown_chunks[i].data); in png_free_data() 1989 * png_malloc_base the required data. We only need this on read; on write in png_icc_check_length() 2060 * appropriate to processing PNG data!) in png_icc_check_header() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | dtptngen.cpp | 191 {LOW_E, UDATPG_WEEKDAY_FIELD, DT_NUMERIC + DT_DELTA, 1, 2}, // LOW_E is currently not used in CLDR data, should not be canonical 570 // fallback handling for missing data in put() 627 // vector (at index enum*2) for easy data sharing, copy sub-arrays into runtime in loadAllowedHourFormatsData() 639 allowedFormats = (int32_t *)uhash_get(localeToAllowedHourFormatsMap, langCountry.data()); in getAllowedHourFormatsLangCountry() 929 // Destination for data, modified via setters. 962 // Destination for data, modified via setters. 1018 // Destination for data, modified via setters. 1075 ures_getAllItemsWithFallback(rb.getAlias(), path.data(), appendItemFormatsSink, err); 1096 ures_getAllItemsWithFallback(rb.getAlias(), path.data(), availableFormatsSink, err); 1482 // items from CLDR data [all...] |
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttgload.c | 987 /* Deltas apply to the unscaled data. */ in TT_Process_Simple_Glyph() 1492 * otherwise we use data from the `hhea' table: 1671 /* If we are loading glyph data via the incremental interface, set */ in load_truetype_glyph() 1672 /* the loader stream to a memory stream reading the data returned */ in load_truetype_glyph() 1865 /* all data have been read */ in load_truetype_glyph() 1896 * We store the glyph index directly in the `node->data' pointer, in load_truetype_glyph() 1905 node2->data = (void*)-1; in load_truetype_glyph() 1918 node->data = FT_UINT_TO_POINTER( glyph_index ); in load_truetype_glyph() 1924 node->data = FT_UINT_TO_POINTER( glyph_index ); in load_truetype_glyph() 1939 /* all data w in load_truetype_glyph() [all...] |
/third_party/python/Lib/test/ |
H A D | test_weakref.py | 551 data = {} 553 del data[k] 556 data[weakref.ref(f, remove)] = None 1785 # over the keys via self.data.iterkeys(). If things vanished from
|
H A D | test_types.py | 1186 data = dict.fromkeys('abcde'[:expected]) 1187 self.assertEqual(len(data), expected) 1188 view = self.mappingproxy(data)
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uresbund.cpp | 18 * March 2000 weiv Total overhaul - using data in DLLs 126 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get data from there */ in getFallbackData() 191 /*if shared data hasn't even been lazy evaluated yet in ures_flushCache() 311 * INTERNAL: Inits and opens an entry from a data DLL. 405 // No tracing: called during initial data loading in init_entry() 407 if(alias != NULL && aliasLen > 0) { /* if there is actual alias - unload and load new data */ in init_entry() 417 if((oldR = (UResourceDataEntry *)uhash_get(cache, r)) == NULL) { /* if the data is not cached */ in init_entry() 427 /* somebody have already inserted it while we were working, discard newly opened data */ in init_entry() 495 /*Fallback data stuff*/ in findFirstExisting() 547 // No tracing: called during initial data loadin in loadParentsExceptRoot() [all...] |
/third_party/python/Lib/test/test_zoneinfo/ |
H A D | test_zoneinfo.py | 36 DATA_DIR = pathlib.Path(__file__).parent / "data" 127 # data sources (e.g. tzdata, V1 files, etc). 520 NOTE: The ZoneDumpData has frozen test data, but tzdata will update, so 876 # Now the transition data 1864 zoneinfo_data = zoneinfo_dict["data"] 1871 data = self._convert_to_v1(raw_data) 1873 data = raw_data 1878 f.write(data) 1887 assert contents[0:4] == b"TZif", "Invalid TZif data found!"
|
/third_party/python/Objects/ |
H A D | abstract.c | 644 "destination is too small to receive data from source"); in PyObject_CopyData() 2934 char *data; in _PySequence_BytesToCharpArray() local 2942 if (PyBytes_AsStringAndSize(item, &data, NULL) < 0) { in _PySequence_BytesToCharpArray() 2953 memcpy(array[i], data, size); in _PySequence_BytesToCharpArray()
|
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | CilTest.c | 55 void set_cil_file_data(struct cil_file_data **data) { in set_cil_file_data() argument 84 *data = new_data; in set_cil_file_data() 115 item->data = cil_strdup(*i); in gen_test_tree()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderCommonFunctionTests.cpp | 300 static vector<void*> getInputOutputPointers (const vector<Symbol>& symbols, vector<deUint32>& data, const int numValues) in getInputOutputPointers() argument 311 pointers[varNdx] = &data[curScalarOffset]; in getInputOutputPointers() 315 DE_ASSERT(curScalarOffset == (int)data.size()); in getInputOutputPointers() 395 // Initialize input data. in iterate()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsUniformBlockCase.cpp | 1401 vector<deUint8> data; //!< Data. in iterate() local 1415 data.resize(totalSize); in iterate() 1421 blockPointers[blockNdx] = &data[0] + curOffset; in iterate() 1492 // Allocate buffers, write data and bind to targets. in iterate() 1515 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to upload uniform buffer data"); in iterate() 1554 // Allocate buffer and upload data. in iterate() 1560 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to upload uniform buffer data"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineBlendTests.cpp | 817 // Upload vertex data 818 deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4RGBA)); 1420 // Upload vertex data 1421 deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4RGBARGBA)); 1949 // Upload vertex data in iterate() 1950 deMemcpy(vertexBuffer.getAllocation().getHostPtr(), vertices.data(), static_cast<size_t>(vtxBufferSize)); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktDeviceObjectReservationTests.cpp | 558 shaderStageCreateInfos.data(), // const VkPipelineShaderStageCreateInfo* pStages; in createGraphicsPipelines() 1391 objectInfo.pPipelinePoolSizes = poolSizes.empty() ? DE_NULL : poolSizes.data(); 1819 objectInfo.pPipelinePoolSizes = poolSizes.empty() ? DE_NULL : poolSizes.data();
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | dpp_hostapd.c | 220 const u8 *data, size_t data_len, int ok) in hostapd_dpp_tx_status() 1005 "DPP: No configuration request data available"); in hostapd_dpp_start_gas_client() 2028 const u8 *data, size_t data_len) in hostapd_dpp_gas_req_handler() 2037 if (dpp_relay_rx_gas_req(hapd->iface->interfaces->dpp, sa, data, in hostapd_dpp_gas_req_handler() 219 hostapd_dpp_tx_status(struct hostapd_data *hapd, const u8 *dst, const u8 *data, size_t data_len, int ok) hostapd_dpp_tx_status() argument 2026 hostapd_dpp_gas_req_handler(struct hostapd_data *hapd, const u8 *sa, const u8 *query, size_t query_len, const u8 *data, size_t data_len) hostapd_dpp_gas_req_handler() argument
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/adp/tde_v2_0/ |
H A D | tde_hal_k.c | 173 static hi_void tde_fill_data_by_fmt(tde_hw_node *hw_node, hi_u32 data, tde_color_fmt fmt, hi_u8 flag) in tde_fill_data_by_fmt() argument 178 cell = data & (0xffffffff >> (32 - bpp)); /* 32 bpp The not, 0xffffffff mask */ in tde_fill_data_by_fmt() 188 (hw_node->src2_fill.bits.src2_color_fill) = data; in tde_fill_data_by_fmt() 190 (hw_node->src1_fill.bits.src1_color_fill) = data; in tde_fill_data_by_fmt() 642 (hi_u64)(drv_surface->pitch) + (((hi_u64)(drv_surface->xpos) * 8) >> 3); /* 3 8 xpos alg data */ in tde_hal_set_src2_addr() 650 ((hi_u64)(drv_surface->xpos) / 2 * 2); /* 2 xpos alg data cb_crphy_addr */ in tde_hal_set_src2_addr() 656 (((hi_u64)(drv_surface->xpos) * 16) >> 3); /* 16 3 alg data cb_crphy_addr */ in tde_hal_set_src2_addr() 660 /* 2 alg data */ in tde_hal_set_src2_addr() 662 ((hi_u64)(drv_surface->xpos) / 2 * 2); /* 2 xpos alg data cb_crphy_addr */ in tde_hal_set_src2_addr() 667 (((hi_u64)(drv_surface->xpos) * 16) >> 3); /* 16 3 alg data */ in tde_hal_set_src2_addr() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_os08a10/ |
H A D | os08a10_sensor_ctl.c | 100 int OS08A10_write_register(VI_PIPE vi_pipe, HI_U32 addr, HI_U32 data) in OS08A10_write_register() argument 110 i2c_data.data = data; in OS08A10_write_register() 133 buf[idx] = data & 0xff; in OS08A10_write_register() 787 printf("===MIPI data rate = 736Mbps/lane =====\n"); in OS08A10_linear_4k2k25_init() 1320 printf("===MIPI data rate = 1200Mbps/lane =====\n"); in OS08A10_wdr_4k2k25_2to1_init()
|
/device/soc/rockchip/common/vendor/drivers/power/ |
H A D | rk817_battery.c | 2014 static int rk817_bat_get_usb_psy(struct device *dev, void *data)
in rk817_bat_get_usb_psy() argument 2016 struct rk817_battery_device *battery = data;
in rk817_bat_get_usb_psy() 2027 static int rk817_bat_get_ac_psy(struct device *dev, void *data)
in rk817_bat_get_ac_psy() argument 2029 struct rk817_battery_device *battery = data;
in rk817_bat_get_ac_psy()
|
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/ |
H A D | rk817_battery.c | 1964 static int rk817_bat_get_usb_psy(struct device *dev, void *data) in rk817_bat_get_usb_psy() argument 1966 struct rk817_battery_device *battery = data; in rk817_bat_get_usb_psy() 1977 static int rk817_bat_get_ac_psy(struct device *dev, void *data) in rk817_bat_get_ac_psy() argument 1979 struct rk817_battery_device *battery = data; in rk817_bat_get_ac_psy()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_ngg.c | 243 /* Broadcast the packed data we read from LDS (to the first 16 lanes, but we only care up to num_waves). */ in summarize_repack() 256 /* Broadcast the packed data we read from LDS (to the first 16 lanes, but we only care up to num_waves). */ in summarize_repack() 767 * 2. Surviving ES vertex invocations store their data to LDS 769 * 4. Repacked invocations load the vertex data from LDS 1215 /* ES invocations store their vertex data to LDS for GS threads to read. */ in add_deferred_attribute_culling() 1237 /* GS invocations load the vertex data and perform the culling. */ in add_deferred_attribute_culling() 1411 prim_id_var->data.location = VARYING_SLOT_PRIMITIVE_ID; in ac_nir_lower_ngg_nogs() 1412 prim_id_var->data.driver_location = VARYING_SLOT_PRIMITIVE_ID; in ac_nir_lower_ngg_nogs() 1413 prim_id_var->data.interpolation = INTERP_MODE_NONE; in ac_nir_lower_ngg_nogs() 1900 out_bitsizes[var->data in ngg_gs_export_vertices() [all...] |
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_dec_av1.c | 925 unsigned data = sp->FeatureData[segmentId][AV1_SEG_LVL_ALT_Q]; in get_qindex() local 926 qindex = qp->base_q_idx + data; in get_qindex() 928 qindex = data; in get_qindex() 2225 const void *obu_data = vlc->data; in dec_av1_Decode()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_eu_emit.c | 560 assert(msg_length == 2); /* header + one OWORD of data */ in brw_set_urb_message() 681 brw_append_data(struct brw_codegen *p, void *data, in brw_append_data() argument 686 memcpy(dst, data, size); in brw_append_data() 1313 * type, the source data type must be Word (W). The destination type in brw_F16TO32() 2380 * Read float[4] vectors from the data port constant cache. 3089 * Emit the SEND instruction necessary to generate stream output data on Gfx6 3092 * If send_commit_msg is true, this is the last piece of stream output data 3093 * from this thread, so send the data as a committed write. According to the 3264 /* Completion signaled by write to register. No data returned. */ in gfx12_set_memory_fence_message() 3342 struct brw_reg data, in brw_pixel_interpolator_query() 3336 brw_pixel_interpolator_query(struct brw_codegen *p, struct brw_reg dest, struct brw_reg mrf, bool noperspective, bool coarse_pixel_rate, unsigned mode, struct brw_reg data, unsigned msg_length, unsigned response_length) brw_pixel_interpolator_query() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 1954 DE_ASSERT(storage.data.empty() && storage.pointers.empty()); in initRefDataStorage() 1966 storage.data.resize(totalSize); in initRefDataStorage() 1970 deUint8* basePtr = storage.data.empty() ? DE_NULL : &storage.data[0]; in initRefDataStorage() 2062 const RefDataStorage& m_initialData; // Initial data stored in buffer. 2252 // Copy the initial data to the storage buffers in iterate() 2409 // Read back ac_numPassed data in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 813 deUint8 raw_seqhdr_data[1024]; /* Output the sequence header data, currently 1027 // Copy the picture data over, taking care to memcpy the heap resources that might get freed on the parser side (we have no guarantees about those pointers) 1481 decodeBeginInfo.pReferenceSlots = cachedParameters->fullReferenceSlots.data(); 1603 cachedParameters->imageBarriers.data(), 1849 const vector<deUint8> data (pbData, pbData + cbData); 1854 for (const auto& i: data) 1921 std::cout << "\tRef frames data in for picIdx: " 1974 // along with the co-located data, so once a reference frame is assigned a DPB 2131 std::cout << "Ref frames data: " << std::endl; 2172 // along with the co-located data, s [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrConversionTests.cpp | 232 sampler.data() in createDescriptorSetLayout() 313 imageInfo.data(), in createDescriptorSet() 580 outputs.push_back((void*)results[i].data()); in evalShader() 582 executor->execute((int)sts.size(), inputs, outputs.data(), *descriptorSet); in evalShader()
|