Home
last modified time | relevance | path

Searched refs:info (Results 701 - 725 of 5238) sorted by relevance

1...<<21222324252627282930>>...210

/third_party/node/deps/v8/tools/
H A Dgc_nvp_common.py28 info = split_nvp(line)
29 if info and 'pause' in info and info['pause'] > 0:
30 info['i'] = len(trace)
31 trace.append(info)
/third_party/skia/docs/examples/
H A DSurface_MakeRasterDirect.cpp7 SkImageInfo info = SkImageInfo::MakeN32Premul(3, 3); in REG_FIDDLE() local
8 const size_t size = info.computeMinByteSize(); in REG_FIDDLE()
11 sk_sp<SkSurface> surface(SkSurface::MakeRasterDirect(info, pixels, info.minRowBytes())); in REG_FIDDLE()
18 for (int y = 0; y < info.height(); ++y) { in REG_FIDDLE()
19 for (int x = 0; x < info.width(); ++x) { in REG_FIDDLE()
H A DPixmap_info.cpp14 const SkImageInfo& info = inset.info(); in REG_FIDDLE() local
19 SkDebugf("width: %d height: %d color: %s alpha: %s\n", info.width(), info.height(), in REG_FIDDLE()
20 colors[info.colorType()], alphas[info.alphaType()]); in REG_FIDDLE()
H A DCanvas_MakeRasterDirect.cpp7 SkImageInfo info = SkImageInfo::MakeN32Premul(3, 3); // device aligned, 32 bpp, Premultiplied in REG_FIDDLE() local
8 const size_t minRowBytes = info.minRowBytes(); // bytes used by one bitmap row in REG_FIDDLE()
9 const size_t size = info.computeMinByteSize(); // bytes used by all rows in REG_FIDDLE()
14 std::unique_ptr<SkCanvas> canvas = SkCanvas::MakeRasterDirect(info, pixels, minRowBytes); in REG_FIDDLE()
21 for (int y = 0; y < info.height(); ++y) { in REG_FIDDLE()
22 for (int x = 0; x < info.width(); ++x) { in REG_FIDDLE()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c337 _tc_sync(struct threaded_context *tc, UNUSED const char *info, UNUSED const char *func) in _tc_sync() argument
371 tc_printf("sync %s %s", func, info); in _tc_sync()
379 #define tc_sync_msg(tc, info) _tc_sync(tc, info, __func__)
3098 struct pipe_draw_info info; member
3110 struct tc_draw_single *info = &info_drawid->base; in tc_call_draw_single_drawid() local
3116 draw.start = info->info.min_index; in tc_call_draw_single_drawid()
3117 draw.count = info->info in tc_call_draw_single_drawid()
3132 simplify_draw_info(struct pipe_draw_info *info) simplify_draw_info() argument
3247 struct pipe_draw_info info; global() member
3254 struct tc_draw_indirect *info = to_call(call, tc_draw_indirect); tc_call_draw_indirect() local
3272 struct pipe_draw_info info; global() member
3279 struct tc_draw_multi *info = (struct tc_draw_multi*)call; tc_call_draw_multi() local
3296 tc_draw_vbo(struct pipe_context *_pipe, const struct pipe_draw_info *info, unsigned drawid_offset, const struct pipe_draw_indirect_info *indirect, const struct pipe_draw_start_count_bias *draws, unsigned num_draws) tc_draw_vbo() argument
3539 struct pipe_draw_vertex_state_info info; global() member
3599 struct pipe_draw_vertex_state_info info; global() member
3608 struct tc_draw_vstate_multi *info = (struct tc_draw_vstate_multi*)call; tc_call_draw_vstate_multi() local
3617 tc_draw_vertex_state(struct pipe_context *_pipe, struct pipe_vertex_state *state, uint32_t partial_velem_mask, struct pipe_draw_vertex_state_info info, const struct pipe_draw_start_count_bias *draws, unsigned num_draws) tc_draw_vertex_state() argument
3699 struct pipe_grid_info info; global() member
3713 tc_launch_grid(struct pipe_context *_pipe, const struct pipe_grid_info *info) tc_launch_grid() argument
3782 struct pipe_blit_info info; global() member
3797 tc_blit(struct pipe_context *_pipe, const struct pipe_blit_info *info) tc_blit() argument
[all...]
/third_party/elfutils/libdw/
H A Ddwarf_entry_breakpoints.c75 if (lines->info[idx].addr < low) in search_range()
77 else if (lines->info[idx].addr > low) in search_range()
79 else if (lines->info[idx].end_sequence) in search_range()
90 for (size_t i = l; i < u && lines->info[i].addr < high; ++i) in search_range()
91 if (lines->info[i].prologue_end in search_range()
92 && add_bkpt (lines->info[i].addr, bkpts, pnbkpts) < 0) in search_range()
95 while (++l < nlines && lines->info[l].addr < high) in search_range()
96 if (!lines->info[l].end_sequence) in search_range()
97 return add_bkpt (lines->info[l].addr, bkpts, pnbkpts); in search_range()
/third_party/libbpf/ci/managers/
H A Ddebian.sh13 function info() { function
32 info "Setup phase"
33 info "Using Debian $DEBIAN_RELEASE"
38 info "Starting container $CONT_NAME"
73 info "build"
75 info "ldd build/libbpf.so:"
81 info "install"
83 info "link binary"
87 info "Cleanup phase"
/third_party/mesa3d/src/amd/drm-shim/
H A Dradeon_noop_drm_shim.c24 struct drm_radeon_info *info = arg; in radeon_ioctl_info() local
25 uint32_t *value = (uint32_t *)(intptr_t)info->value; in radeon_ioctl_info()
27 switch (info->request) { in radeon_ioctl_info()
71 fprintf(stderr, "Unknown DRM_IOCTL_RADEON_INFO request 0x%02X\n", info->request); in radeon_ioctl_info()
79 struct drm_radeon_gem_info *info = arg; in radeon_ioctl_gem_info() local
82 info->vram_size = 256 * 1024 * 1024; in radeon_ioctl_gem_info()
83 info->vram_visible = info->vram_size; in radeon_ioctl_gem_info()
84 info->gart_size = 512 * 1024 * 1024; in radeon_ioctl_gem_info()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-custom-headers/
H A Dminimal-http-client-custom-headers.c144 struct lws_context_creation_info info; in main() local
166 memset(&info, 0, sizeof info); /* otherwise uninitialized garbage */ in main()
167 info.options = LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT; in main()
168 info.port = CONTEXT_PORT_NO_LISTEN; /* we do not run any server */ in main()
169 info.protocols = protocols; in main()
177 info.fd_limit_per_thread = 1 + 1 + 1; in main()
184 info.client_ssl_ca_filepath = "./warmcat.com.cer"; in main()
187 context = lws_create_context(&info); in main()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-ping/
H A Dminimal-ws-client-ping.c103 struct lws_context_creation_info info; in main() local
121 memset(&info, 0, sizeof info); /* otherwise uninitialized garbage */ in main()
122 info.options = LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT; in main()
123 info.port = CONTEXT_PORT_NO_LISTEN; /* we do not run any server */ in main()
124 info.protocols = protocols; in main()
130 info.client_ssl_ca_filepath = "./libwebsockets.org.cer"; in main()
145 info.fd_limit_per_thread = 1 + 1 + 1; in main()
147 context = lws_create_context(&info); in main()
/third_party/node/deps/v8/src/debug/
H A Ddebug-type-profile.cc42 SharedFunctionInfo info = vector.shared_function_info(); in Collect() local
43 DCHECK(info.IsSubjectToDebugging()); in Collect()
46 if (script != info.script()) { in Collect()
49 if (!info.HasFeedbackMetadata() || info.feedback_metadata().is_empty() || in Collect()
50 !info.feedback_metadata().HasTypeProfileSlot()) { in Collect()
97 SharedFunctionInfo info = vector.shared_function_info(); in SelectMode() local
98 DCHECK(info.IsSubjectToDebugging()); in SelectMode()
99 if (info.feedback_metadata().HasTypeProfileSlot()) { in SelectMode()
/third_party/musl/libc-test/src/functionalext/supplement/ldso/
H A Ddl_iterate_phdr.c26 static int header_handler(struct dl_phdr_info *info, size_t size, void *data) in header_handler() argument
28 void *addrhead = (void *)(info->dlpi_addr + info->dlpi_phdr[0].p_vaddr); in header_handler()
29 if ((strcmp(info->dlpi_name, "/data/libtest.so") == 0) && (addrhead != NULL)) { in header_handler()
37 static int same_name_count_handler(struct dl_phdr_info *info, size_t size, void *data) in same_name_count_handler() argument
39 void *addrhead = (void *)(info->dlpi_addr + info->dlpi_phdr[0].p_vaddr); in same_name_count_handler()
40 if ((strcmp(info->dlpi_name, "/data/libtest.so") == 0) && (addrhead != NULL)) { in same_name_count_handler()
46 static int lock_recursive_handler(struct dl_phdr_info *info, size_t size, void *data) in lock_recursive_handler() argument
/third_party/skia/src/codec/
H A DSkCodecImageGenerator.cpp29 SkImageInfo info = codec->getInfo(); in adjust_info() local
30 if (kUnpremul_SkAlphaType == info.alphaType()) { in adjust_info()
31 info = info.makeAlphaType(kPremul_SkAlphaType); in adjust_info()
34 info = SkPixmapPriv::SwapWidthHeight(info); in adjust_info()
36 return info; in adjust_info()
49 bool SkCodecImageGenerator::getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const SkCodec::Options* options) { in getPixels() argument
50 SkPixmap dst(info, pixels, rowBytes); in getPixels()
/third_party/skia/tests/
H A DCachedDecodingPixelRefTest.cpp49 bool onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
52 REPORTER_ASSERT(fReporter, rowBytes >= info.minRowBytes());
56 if (info.colorType() != kN32_SkColorType && info.colorType() != getInfo().colorType()) {
60 switch (info.colorType()) {
62 for (int y = 0; y < info.height(); ++y) {
64 TestImageGenerator::PMColor(), info.width());
69 for (int y = 0; y < info.height(); ++y) {
71 SkPixel32ToPixel16(TestImageGenerator::PMColor()), info.width());
/third_party/skia/tools/sk_app/unix/
H A DRasterWindowContext_unix.cpp55 SkImageInfo info = SkImageInfo::Make(w, h, fDisplayParams.fColorType, kPremul_SkAlphaType, in resize() local
57 fBackbufferSurface = SkSurface::MakeRaster(info, &fDisplayParams.fSurfaceProps); in resize()
68 int bitsPerPixel = pm.info().bytesPerPixel() * 8; in swapBuffers()
80 image.bytes_per_line = pm.rowBytes() - pm.width() * pm.info().bytesPerPixel(); in swapBuffers()
93 std::unique_ptr<WindowContext> MakeRasterForXlib(const XlibWindowInfo& info, in MakeRasterForXlib() argument
96 info.fDisplay, info.fWindow, info.fWidth, info.fHeight, params)); in MakeRasterForXlib()
/third_party/skia/include/private/
H A DSkImageInfoPriv.h164 * Returns true if |info| contains a valid colorType and alphaType.
166 static inline bool SkColorInfoIsValid(const SkColorInfo& info) { in SkColorInfoIsValid() argument
167 return info.colorType() != kUnknown_SkColorType && info.alphaType() != kUnknown_SkAlphaType; in SkColorInfoIsValid()
171 * Returns true if |info| contains a valid combination of width, height and colorInfo.
173 static inline bool SkImageInfoIsValid(const SkImageInfo& info) { in SkImageInfoIsValid() argument
174 if (info.width() <= 0 || info.height() <= 0) { in SkImageInfoIsValid()
179 if (info.width() > kMaxDimension || info in SkImageInfoIsValid()
[all...]
/third_party/skia/gm/
H A Dfontscalerdistortable.cpp60 } info = { variable
67 std::unique_ptr<SkStreamAsset> distortableStream( info.distortable
68 ? info.distortable->openStream(nullptr)
72 SkScalar styleValue = SkScalarInterp(info.axisMin, info.axisMax,
75 {info.axisTag, styleValue},
76 {info.axisTag, styleValue}
82 if (row == 0 && info.distortable) {
83 return info.distortable->makeClone(
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_formats.c332 ubwc_possible(format, VK_IMAGE_TYPE_2D, 0, 0, physical_device->info, VK_SAMPLE_COUNT_1_BIT, false)) { in tu_GetPhysicalDeviceFormatProperties2()
346 const VkPhysicalDeviceImageFormatInfo2 *info, in tu_get_image_format_properties()
357 tu_physical_device_get_format_properties(physical_device, info->format, in tu_get_image_format_properties()
360 switch (info->tiling) { in tu_get_image_format_properties()
367 vk_find_struct_const(info->pNext, PHYSICAL_DEVICE_IMAGE_DRM_FORMAT_MODIFIER_INFO_EXT); in tu_get_image_format_properties()
375 !tiling_possible(info->format)) in tu_get_image_format_properties()
379 if (info->flags & VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT) in tu_get_image_format_properties()
383 if (!ubwc_possible(info->format, info->type, info in tu_get_image_format_properties()
344 tu_get_image_format_properties( struct tu_physical_device *physical_device, const VkPhysicalDeviceImageFormatInfo2 *info, VkImageFormatProperties *pImageFormatProperties, VkFormatFeatureFlags *p_feature_flags) tu_get_image_format_properties() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_pipeline.c57 if (!screen->info.have_EXT_vertex_input_dynamic_state || !state->element_state->num_attribs || !state->uses_dynamic_stride) { in zink_create_gfx_pipeline()
64 if (!screen->info.have_EXT_extended_dynamic_state || !state->uses_dynamic_stride) { in zink_create_gfx_pipeline()
74 if (!screen->info.have_EXT_vertex_input_dynamic_state && state->element_state->b.divisors_present) { in zink_create_gfx_pipeline()
85 if (!screen->info.have_EXT_extended_dynamic_state2) { in zink_create_gfx_pipeline()
92 if (screen->info.have_EXT_primitive_topology_list_restart) { in zink_create_gfx_pipeline()
138 if (state->blend_state->alpha_to_one && !screen->info.feats.features.alphaToOne) { in zink_create_gfx_pipeline()
163 viewport_state.viewportCount = screen->info.have_EXT_extended_dynamic_state ? 0 : state->dyn_state1.num_viewports; in zink_create_gfx_pipeline()
165 viewport_state.scissorCount = screen->info.have_EXT_extended_dynamic_state ? 0 : state->dyn_state1.num_viewports; in zink_create_gfx_pipeline()
188 if (screen->info.have_EXT_depth_clip_enable) { in zink_create_gfx_pipeline()
202 if (screen->info in zink_create_gfx_pipeline()
[all...]
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_surface.c49 struct radeon_info *info) in set_micro_tile_mode()
53 if (info->gfx_level < GFX6) { in set_micro_tile_mode()
58 tile_mode = info->si_tile_mode_array[surf->u.legacy.tiling_index[0]]; in set_micro_tile_mode()
60 if (info->gfx_level >= GFX7) in set_micro_tile_mode()
217 set_micro_tile_mode(surf_ws, &ws->info); in surf_drm_to_winsys()
223 static void si_compute_cmask(const struct radeon_info *info, in si_compute_cmask() argument
227 unsigned pipe_interleave_bytes = info->pipe_interleave_bytes; in si_compute_cmask()
228 unsigned num_pipes = info->num_tile_pipes; in si_compute_cmask()
234 assert(info->gfx_level <= GFX8); in si_compute_cmask()
273 num_layers = config->info in si_compute_cmask()
48 set_micro_tile_mode(struct radeon_surf *surf, struct radeon_info *info) set_micro_tile_mode() argument
283 si_compute_htile(const struct radeon_info *info, struct radeon_surf *surf, unsigned num_layers) si_compute_htile() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_monitor.c46 struct pipe_driver_query_info *info) in crocus_get_monitor_info()
55 if (!info) { in crocus_get_monitor_info()
66 info->group_id = group; in crocus_get_monitor_info()
67 info->name = counter->name; in crocus_get_monitor_info()
68 info->query_type = PIPE_QUERY_DRIVER_SPECIFIC + index; in crocus_get_monitor_info()
71 info->result_type = PIPE_DRIVER_QUERY_RESULT_TYPE_AVERAGE; in crocus_get_monitor_info()
73 info->result_type = PIPE_DRIVER_QUERY_RESULT_TYPE_CUMULATIVE; in crocus_get_monitor_info()
77 info->type = PIPE_DRIVER_QUERY_TYPE_UINT; in crocus_get_monitor_info()
78 info->max_value.u32 = 0; in crocus_get_monitor_info()
81 info in crocus_get_monitor_info()
45 crocus_get_monitor_info(struct pipe_screen *pscreen, unsigned index, struct pipe_driver_query_info *info) crocus_get_monitor_info() argument
269 crocus_get_monitor_group_info(struct pipe_screen *pscreen, unsigned group_index, struct pipe_driver_query_group_info *info) crocus_get_monitor_group_info() argument
458 const struct intel_perf_query_info *info = crocus_get_monitor_result() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_surface.cpp287 struct pipe_blit_info info = {}; in blit_surface() local
289 info.src.resource = pre ? surface->base.texture : surface->rgba_texture; in blit_surface()
290 info.dst.resource = pre ? surface->rgba_texture : surface->base.texture; in blit_surface()
291 info.src.format = pre ? surface->base.texture->format : PIPE_FORMAT_R8G8B8A8_UNORM; in blit_surface()
292 info.dst.format = pre ? PIPE_FORMAT_R8G8B8A8_UNORM : surface->base.texture->format; in blit_surface()
293 info.src.level = info.dst.level = 0; in blit_surface()
294 info.src.box.x = info.dst.box.x = 0; in blit_surface()
295 info in blit_surface()
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_vs.c44 const struct si_shader_info *info = &ctx->shader->selector->info; in load_input_vs() local
45 unsigned vs_blit_property = info->base.vs.blit_sgprs_amd; in load_input_vs()
111 unsigned bit_size = info->input[input_index].fp16_lo_hi_valid & 0x1 ? 16 : 32; in load_input_vs()
114 unsigned num_vbos_in_user_sgprs = ctx->shader->selector->info.num_vbos_in_user_sgprs; in load_input_vs()
161 unsigned required_channels = util_last_bit(info->input[input_index].usage_mask); in load_input_vs()
395 unsigned clipdist_mask = ctx->shader->selector->info.clipdist_mask & in si_llvm_clipvertex_to_clipdist()
521 unsigned clipdist_mask = (shader->selector->info.clipdist_mask & in si_llvm_build_vs_exports()
523 shader->selector->info.culldist_mask; in si_llvm_build_vs_exports()
573 bool writes_psize = shader->selector->info in si_llvm_build_vs_exports()
815 struct si_shader_info *info = &ctx->shader->selector->info; si_llvm_vs_build_end() local
[all...]
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client/
H A Dminimal-mqtt-client.c313 struct lws_context_creation_info info; in main() local
318 memset(&info, 0, sizeof info); /* otherwise uninitialized garbage */ in main()
319 lws_cmdline_option_handle_builtin(argc, argv, &info); in main()
323 info.options = LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT; in main()
328 info.port = CONTEXT_PORT_NO_LISTEN; /* we do not run any server */ in main()
329 info.protocols = protocols; in main()
330 info.register_notifier_list = na; in main()
331 info.fd_limit_per_thread = 1 + 1 + 1; in main()
332 info in main()
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_compute.c139 const struct pipe_grid_info *info, in fill_grid_size()
144 if (!info->indirect) { in fill_grid_size()
145 grid_size[0] = info->grid[0]; in fill_grid_size()
146 grid_size[1] = info->grid[1]; in fill_grid_size()
147 grid_size[2] = info->grid[2]; in fill_grid_size()
150 params = pipe_buffer_map_range(context, info->indirect, in fill_grid_size()
151 info->indirect_offset, in fill_grid_size()
167 const struct pipe_grid_info *info) in softpipe_launch_grid()
180 bwidth = cs->info.properties[TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH]; in softpipe_launch_grid()
181 bheight = cs->info in softpipe_launch_grid()
138 fill_grid_size(struct pipe_context *context, const struct pipe_grid_info *info, uint32_t grid_size[3]) fill_grid_size() argument
166 softpipe_launch_grid(struct pipe_context *context, const struct pipe_grid_info *info) softpipe_launch_grid() argument
[all...]

Completed in 18 milliseconds

1...<<21222324252627282930>>...210