/third_party/mbedtls/tests/scripts/ |
H A D | audit-validity-dates.py | 449 logger.info("Total: {} objects found!".format(len(audit_results)))
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_a4xx.c | 240 index += ctx->s->info.num_ssbos; in get_image_offset()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_constant_folding.c | 100 b->shader->info.float_controls_execution_mode); in try_fold_alu()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_live_var_analysis.cpp | 387 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 D | vir_to_qpu.c | 434 v3d_debug_flag_for_shader_stage(c->s->info.stage))) { in v3d_vir_to_qpu()
|
/third_party/littlefs/scripts/ |
H A D | coverage.py | 3 # 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 D | radeon_winsys.h | 213 /* 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 D | rogue_build_data.c | 482 gl_shader_stage stage = nir->info.stage; in rogue_collect_io_data()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state.h | 580 void si_get_active_slot_masks(struct si_screen *sscreen, const struct si_shader_info *info,
|
H A D | gfx10_query.c | 98 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 D | sfn_nir_vectorize_vs_inputs.c | 459 if (shader->info.stage != MESA_SHADER_VERTEX) in r600_vectorize_vs_inputs()
|
H A D | sfn_nir_lower_fs_out_to_vector.cpp | 115 assert(shader->info.stage == MESA_SHADER_FRAGMENT); in r600_lower_fs_out_to_vector()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_private.h | 350 union lvp_descriptor_info info; member
|
/third_party/node/test/fixtures/x509-escaping/ |
H A D | create-certs.js | 501 writeFileSync(`./info-${i}-cert.pem`, `${pem}\n`);
|
/third_party/nghttp2/ |
H A D | git-clang-format | 330 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 D | collationdatareader.cpp | 57 isAcceptable(tailoring.version, nullptr, nullptr, &header->info))) { in read()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_drawtex.c | 182 if (ctx->FragmentProgram._Current->info.inputs_read & VARYING_BIT_COL0) in st_DrawTex()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.h | 182 struct dxil_shader_info info; member
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_device.c | 289 assert(!physical_dev->instance->renderer->info.has_dma_buf_import); in vn_device_fix_create_info()
|
/third_party/libdrm/tests/amdgpu/ |
H A D | amdgpu_test.c | 491 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 D | dbus.c | 522 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 D | ops-netlink.c | 455 * 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 D | private-lib-secure-streams.h | 49 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 D | linkage.h | 509 OptimizedCompilationInfo* info);
|
/third_party/node/deps/v8/include/ |
H A D | v8-function-callback.h | 167 * 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);
|