Home
last modified time | relevance | path

Searched refs:info (Results 23951 - 23975 of 26107) sorted by relevance

1...<<951952953954955956957958959960>>...1045

/third_party/mbedtls/tests/scripts/
H A Daudit-validity-dates.py449 logger.info("Total: {} objects found!".format(len(audit_results)))
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_a4xx.c240 index += ctx->s->info.num_ssbos; in get_image_offset()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_constant_folding.c100 b->shader->info.float_controls_execution_mode); in try_fold_alu()
/third_party/mesa3d/src/amd/compiler/
H A Daco_live_var_analysis.cpp387 unsigned lds_param_bytes = lds_bytes_per_interp * program->info.ps.num_interp; in max_suitable_waves()
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir_to_qpu.c434 v3d_debug_flag_for_shader_stage(c->s->info.stage))) { in v3d_vir_to_qpu()
/third_party/littlefs/scripts/
H A Dcoverage.py3 # Parse and report coverage info from .info files generated by lcov
13 INFO_PATHS = ['tests/*.toml.info']
45 # reduce to function info
80 # find *.info files
90 print('no .info files found in %r?' % args['info_paths'])
290 description="Parse and report coverage info from .info files \
293 help="Description of where to find *.info files. May be a directory \
294 or list of paths. *.info file
[all...]
/third_party/mesa3d/src/gallium/include/winsys/
H A Dradeon_winsys.h213 /* Tiling info for display code, DRI sharing, and other data. */
281 * Query an info structure from winsys.
284 * \param info Return structure
286 void (*query_info)(struct radeon_winsys *ws, struct radeon_info *info,
354 * (tiling info for display code, DRI sharing, and other data)
364 * (tiling info for display code, DRI sharing, and other data)
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_build_data.c482 gl_shader_stage stage = nir->info.stage; in rogue_collect_io_data()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.h580 void si_get_active_slot_masks(struct si_screen *sscreen, const struct si_shader_info *info,
H A Dgfx10_query.c98 MAX2(sizeof(struct gfx10_sh_query_buffer_mem), screen->info.min_alloc_size); in gfx10_alloc_query_buffer()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_vectorize_vs_inputs.c459 if (shader->info.stage != MESA_SHADER_VERTEX) in r600_vectorize_vs_inputs()
H A Dsfn_nir_lower_fs_out_to_vector.cpp115 assert(shader->info.stage == MESA_SHADER_FRAGMENT); in r600_lower_fs_out_to_vector()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_private.h350 union lvp_descriptor_info info; member
/third_party/node/test/fixtures/x509-escaping/
H A Dcreate-certs.js501 writeFileSync(`./info-${i}-cert.pem`, `${pem}\n`);
/third_party/nghttp2/
H A Dgit-clang-format330 return create_tree(index_info_generator(), '--index-info')
337 '--index-info' is must be a list of values suitable for "git update-index
338 --index-info", such as "<mode> <SP> <sha1> <TAB> <filename>". Any other mode
340 assert mode in ('--stdin', '--index-info')
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationdatareader.cpp57 isAcceptable(tailoring.version, nullptr, nullptr, &header->info))) { in read()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawtex.c182 if (ctx->FragmentProgram._Current->info.inputs_read & VARYING_BIT_COL0) in st_DrawTex()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.h182 struct dxil_shader_info info; member
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_device.c289 assert(!physical_dev->instance->renderer->info.has_dma_buf_import); in vn_device_fix_create_info()
/third_party/libdrm/tests/amdgpu/
H A Damdgpu_test.c491 family_id = device_handle->info.family_id; in amdgpu_disable_suites()
669 int display_devices = 0;/* By default not to display devices' info */ in main()
/third_party/libwebsockets/lib/roles/dbus/
H A Ddbus.c522 const struct lws_context_creation_info *info, in rops_pt_init_destroy_dbus()
521 rops_pt_init_destroy_dbus(struct lws_context *context, const struct lws_context_creation_info *info, struct lws_context_per_thread *pt, int destroy) rops_pt_init_destroy_dbus() argument
/third_party/libwebsockets/lib/roles/netlink/
H A Dops-netlink.c455 * While netlink info still coming, keep moving the timer for in rops_handle_POLLIN_netlink()
475 const struct lws_context_creation_info *info, in rops_pt_init_destroy_netlink()
474 rops_pt_init_destroy_netlink(struct lws_context *context, const struct lws_context_creation_info *info, struct lws_context_per_thread *pt, int destroy) rops_pt_init_destroy_netlink() argument
/third_party/libwebsockets/lib/secure-streams/
H A Dprivate-lib-secure-streams.h49 lws_ss_info_t info; /**< copy of stream creation info */ member
221 * 3) copy of creation info stream type pointed to by info.streamtype... this
224 * 4) copy of info->streamtype contents
/third_party/node/deps/v8/src/compiler/
H A Dlinkage.h509 OptimizedCompilationInfo* info);
/third_party/node/deps/v8/include/
H A Dv8-function-callback.h167 * const v8::PropertyCallbackInfo<v8::Value>& info) {
168 * auto context = info.GetIsolate()->GetCurrentContext();
171 * info.This()
175 * info.Holder()
182 * info.GetReturnValue().Set(name);
205 * has an interceptor. Then `info.This()` is `x` and `info.Holder()` is `y`.
217 * info.GetReturnValue().Set(...)
251 using FunctionCallback = void (*)(const FunctionCallbackInfo<Value>& info);

Completed in 35 milliseconds

1...<<951952953954955956957958959960>>...1045