Home
last modified time | relevance | path

Searched refs:info (Results 13976 - 14000 of 17849) sorted by relevance

1...<<551552553554555556557558559560>>...714

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.h156 struct zink_device_info info; member
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_hyperz.c266 r300_fs(r300)->shader->info.uses_kill)) { /* (2) */ in r300_update_ztop()
/third_party/python/Tools/c-analyzer/c_parser/
H A D__main__.py22 from .info import KIND
/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D_info.py3 from ..info import KIND, ParsedItem, FileInfo
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktInfoTests.cpp41 namespace info namespace
266 } // info
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DExternalImageSiblingImpl11.cpp206 std::move(rtv), mTexture, std::move(srv), std::move(blitSrv), mFormat.info->internalFormat, in createRenderTarget()
/third_party/vk-gl-cts/execserver/tools/
H A DxsClient.cpp217 printf(" InfoMessage: '%s'\n", static_cast<InfoMessage*>(msg.get())->info.c_str()); in run()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_format_utils.h179 void initImageFallback(RendererVk *renderer, const ImageFormatInitInfo *info, int numInfo);
/third_party/skia/src/core/
H A DSkBlitter_Sprite.cpp157 size_t bpp = fSource.info().bytesPerPixel();
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djcapimin.c210 void (*write_marker_byte) (j_compress_ptr info, int val); in jpeg_write_marker()
/third_party/skia/tests/
H A DBlendTest.cpp159 surface->readPixels(bitmap.info(), bitmap.getPixels(), bitmap.rowBytes(), 0, 0)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
H A DSpecialImageTest.cpp100 bool result = canvas->readPixels(bm.info(), bm.getPixels(), bm.rowBytes(), 0, 0); in test_image()
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Dretrace_restricted_traces.py25 DEFAULT_LOG_LEVEL = 'info'
159 logging.info('Skipping "%s" because the out folder already exists' % trace)
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DServerBuffer.cpp121 resultData->deviceInfo = device->info.get(); in DoDeviceCreateBuffer()
223 // Deserialize the flush info and flush updated data from the handle into the target in DoBufferUpdateMappedData()
H A DServer.h215 const WGPUCompilationInfo* info,
H A DObjectStorage.h87 // Store |info| as a separate allocation so that its address does not move.
88 // The pointer to |info| is stored in device child objects.
89 std::unique_ptr<DeviceInfo> info = std::make_unique<DeviceInfo>(); member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DDeviceVk.h79 ExternalImageExportInfoVk* info,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRISelLowering.h115 getSingleConstraintMatchWeight(AsmOperandInfo &info,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h78 getSingleConstraintMatchWeight(AsmOperandInfo &info,
/third_party/skia/third_party/externals/expat/expat/
H A Dcoverage.sh266 coverage_info=coverage.info
/third_party/skia/third_party/externals/freetype/builds/
H A Dtoplevel.mk172 $(info Checking out submodule in `subprojects/dlg')
177 $(info Copying files from `subprojects/dlg' to `src/dlg' and `include/dlg')
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dbss.h155 void wpa_bss_update_end(struct wpa_supplicant *wpa_s, struct scan_info *info,
H A Dctrl_iface.c5216 u16 info, realms; local
5227 info = WPA_GET_LE16(ie);
5229 ret = os_snprintf(pos, end - pos, "fils_info=%04x\n", info);
5234 if (info & BIT(7)) {
5246 if (info & BIT(8)) {
5258 realms = (info & (BIT(3) | BIT(4) | BIT(5))) >> 3;
5671 "protected-anqp-info[%u]=1\n",
6208 char *info = NULL; local
6213 pos = os_strstr(cmd, "info=");
6219 info
7434 const struct p2p_peer_info *info; global() local
[all...]
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dbtusb.c3687 const struct qca_device_info *info) in btusb_setup_qca_load_rampatch()
3710 rver = (struct qca_rampatch_version *)(fw->data + info->ver_offset); in btusb_setup_qca_load_rampatch()
3731 err = btusb_setup_qca_download_fw(hdev, fw, info->rampatch_hdr); in btusb_setup_qca_load_rampatch()
3741 const struct qca_device_info *info) in btusb_setup_qca_load_nvm()
3759 err = btusb_setup_qca_download_fw(hdev, fw, info->nvm_hdr); in btusb_setup_qca_load_nvm()
3782 const struct qca_device_info *info = NULL; in btusb_setup_qca() local
3797 info = &qca_devices_table[i]; in btusb_setup_qca()
3799 if (!info) { in btusb_setup_qca()
3817 err = btusb_setup_qca_load_rampatch(hdev, &ver, info); in btusb_setup_qca()
3823 err = btusb_setup_qca_load_nvm(hdev, &ver, info); in btusb_setup_qca()
3685 btusb_setup_qca_load_rampatch(struct hci_dev *hdev, struct qca_version *ver, const struct qca_device_info *info) btusb_setup_qca_load_rampatch() argument
3739 btusb_setup_qca_load_nvm(struct hci_dev *hdev, struct qca_version *ver, const struct qca_device_info *info) btusb_setup_qca_load_nvm() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2247 /* update current stream with writeback info */ in copy_stream_update_to_stream()
3030 void get_clock_requirements_for_state(struct dc_state *state, struct AsicStateEx *info) in get_clock_requirements_for_state() argument
3032 info->displayClock = (unsigned int)state->bw_ctx.bw.dcn.clk.dispclk_khz; in get_clock_requirements_for_state()
3033 info->engineClock = (unsigned int)state->bw_ctx.bw.dcn.clk.dcfclk_khz; in get_clock_requirements_for_state()
3034 info->memoryClock = (unsigned int)state->bw_ctx.bw.dcn.clk.dramclk_khz; in get_clock_requirements_for_state()
3035 info->maxSupportedDppClock = (unsigned int)state->bw_ctx.bw.dcn.clk.max_supported_dppclk_khz; in get_clock_requirements_for_state()
3036 info->dppClock = (unsigned int)state->bw_ctx.bw.dcn.clk.dppclk_khz; in get_clock_requirements_for_state()
3037 info->socClock = (unsigned int)state->bw_ctx.bw.dcn.clk.socclk_khz; in get_clock_requirements_for_state()
3038 info->dcfClockDeepSleep = (unsigned int)state->bw_ctx.bw.dcn.clk.dcfclk_deep_sleep_khz; in get_clock_requirements_for_state()
3039 info in get_clock_requirements_for_state()
[all...]

Completed in 34 milliseconds

1...<<551552553554555556557558559560>>...714