/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_job.c | 41 v3d_job_free(struct v3d_context *v3d, struct v3d_job *job) in v3d_job_free() argument 43 set_foreach(job->bos, entry) { in v3d_job_free() 48 _mesa_hash_table_remove_key(v3d->jobs, &job->key); in v3d_job_free() 50 if (job->write_prscs) { in v3d_job_free() 51 set_foreach(job->write_prscs, entry) { in v3d_job_free() 58 for (int i = 0; i < job->nr_cbufs; i++) { in v3d_job_free() 59 if (job->cbufs[i]) { in v3d_job_free() 61 job->cbufs[i]->texture); in v3d_job_free() 62 pipe_surface_reference(&job->cbufs[i], NULL); in v3d_job_free() 65 if (job in v3d_job_free() 93 struct v3d_job *job = rzalloc(v3d, struct v3d_job); v3d_job_create() local 113 v3d_job_add_bo(struct v3d_job *job, struct v3d_bo *bo) v3d_job_add_bo() argument 137 v3d_job_add_write_resource(struct v3d_job *job, struct pipe_resource *prsc) v3d_job_add_write_resource() argument 155 struct v3d_job *job = entry->data; v3d_flush_jobs_using_bo() local 163 v3d_job_add_tf_write_resource(struct v3d_job *job, struct pipe_resource *prsc) v3d_job_add_tf_write_resource() argument 174 v3d_job_writes_resource_from_tf(struct v3d_job *job, struct pipe_resource *prsc) v3d_job_writes_resource_from_tf() argument 209 struct v3d_job *job = entry->data; v3d_flush_jobs_writing_resource() local 253 struct v3d_job *job = entry->data; v3d_flush_jobs_reading_resource() local 313 struct v3d_job *job = v3d_job_create(v3d); v3d_get_job() local 379 struct v3d_job *job = v3d_get_job(v3d, nr_cbufs, cbufs, zsbuf, NULL); v3d_get_job_for_fbo() local 431 v3d_clif_dump(struct v3d_context *v3d, struct v3d_job *job) v3d_clif_dump() argument 482 v3d_job_submit(struct v3d_context *v3d, struct v3d_job *job) v3d_job_submit() argument [all...] |
H A D | v3dx_rcl.c | 114 store_general(struct v3d_job *job, in store_general() argument 162 assert(!resolve_4x || job->bbuf); in store_general() 165 else if (resolve_4x && job->bbuf->texture->nr_samples > 1) in store_general() 184 (job->clear & pipe_bit))); in store_general() 186 !(job->clear & PIPE_CLEAR_DEPTH); in store_general() 188 !(job->clear & PIPE_CLEAR_STENCIL); in store_general() 217 v3d_rcl_emit_loads(struct v3d_job *job, struct v3d_cl *cl, int layer) in v3d_rcl_emit_loads() argument 222 assert(!job->bbuf || job->load == 0); in v3d_rcl_emit_loads() 223 assert(!job in v3d_rcl_emit_loads() 292 v3d_rcl_emit_stores(struct v3d_job *job, struct v3d_cl *cl, int layer) v3d_rcl_emit_stores() argument 431 v3d_rcl_emit_generic_per_tile_list(struct v3d_job *job, int layer) v3d_rcl_emit_generic_per_tile_list() argument 488 v3d_setup_render_target(struct v3d_job *job, int cbuf, uint32_t *rt_bpp, uint32_t *rt_type, uint32_t *rt_clamp) v3d_setup_render_target() argument 507 v3d_emit_z_stencil_config(struct v3d_job *job, struct v3d_surface *surf, struct v3d_resource *rsc, bool is_separate_stencil) v3d_emit_z_stencil_config() argument 538 supertile_in_job_scissors(struct v3d_job *job, uint32_t x, uint32_t y, uint32_t w, uint32_t h) supertile_in_job_scissors() argument 568 do_double_initial_tile_clear(const struct v3d_job *job) do_double_initial_tile_clear() argument 584 emit_render_layer(struct v3d_job *job, uint32_t layer) emit_render_layer() argument 705 emit_rcl(struct v3d_job *job) emit_rcl() argument [all...] |
H A D | v3dx_draw.c | 42 v3dX(start_binning)(struct v3d_context *v3d, struct v3d_job *job) in start_binning() argument 44 assert(job->needs_flush); in start_binning() 50 v3d_cl_ensure_space_with_branch(&job->bcl, 256 /* XXX */); in start_binning() 52 job->submit.bcl_start = job->bcl.bo->offset; in start_binning() 53 v3d_job_add_bo(job, job->bcl.bo); in start_binning() 59 MAX2(job->num_layers, 1) * job->draw_tiles_x * job in start_binning() 156 struct v3d_job *job = v3d->job; v3d_start_draw() local 317 v3d_emit_wait_for_tf(struct v3d_job *job) v3d_emit_wait_for_tf() argument 338 v3d_emit_wait_for_tf_if_needed(struct v3d_context *v3d, struct v3d_job *job) v3d_emit_wait_for_tf_if_needed() argument 366 v3d_emit_gs_state_record(struct v3d_job *job, struct v3d_compiled_shader *gs_bin, struct v3d_cl_reloc gs_bin_uniforms, struct v3d_compiled_shader *gs, struct v3d_cl_reloc gs_render_uniforms) v3d_emit_gs_state_record() argument 412 v3d_emit_tes_gs_common_params(struct v3d_job *job, uint8_t gs_out_prim_type, uint8_t gs_num_invocations) v3d_emit_tes_gs_common_params() argument 452 v3d_emit_tes_gs_shader_params(struct v3d_job *job, uint32_t gs_simd, uint32_t gs_vpm_output_size, uint32_t gs_max_vpm_input_size_per_batch) v3d_emit_tes_gs_shader_params() argument 486 struct v3d_job *job = v3d->job; v3d_emit_gl_shader_state() local 852 v3d_update_job_ez(struct v3d_context *v3d, struct v3d_job *job) v3d_update_job_ez() argument 1022 struct v3d_job *job = v3d_get_job_for_fbo(v3d); v3d_draw_vbo() local 1367 struct v3d_job *job = v3d_job_create(v3d); v3d_launch_grid() local 1534 v3d_tlb_clear(struct v3d_job *job, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) v3d_tlb_clear() argument 1656 struct v3d_job *job = v3d_get_job_for_fbo(v3d); v3d_clear() local [all...] |
H A D | v3dx_emit.c | 118 struct v3d_job *job = v3d->job; in emit_one_texture() local 128 v3d_cl_ensure_space(&job->indirect, in emit_one_texture() 132 job->indirect.bo); in emit_one_texture() 229 cl_packet_pack(TEXTURE_SHADER_STATE)(&job->indirect, packed, &unpacked); in emit_one_texture() 235 v3d_cl_ensure_space(&job->indirect, ARRAY_SIZE(packed), 32); in emit_one_texture() 236 cl_emit_prepacked(&job->indirect, &packed); in emit_one_texture() 262 emit_rt_blend(struct v3d_context *v3d, struct v3d_job *job, in emit_rt_blend() argument 274 cl_emit(&job->bcl, BLEND_CFG, config) { in emit_rt_blend() 300 emit_flat_shade_flags(struct v3d_job *job, in emit_flat_shade_flags() argument 318 emit_noperspective_flags(struct v3d_job *job, int varying_offset, uint32_t varyings, enum V3DX(Varying_Flags_Action) lower, enum V3DX(Varying_Flags_Action) higher) emit_noperspective_flags() argument 335 emit_centroid_flags(struct v3d_job *job, int varying_offset, uint32_t varyings, enum V3DX(Varying_Flags_Action) lower, enum V3DX(Varying_Flags_Action) higher) emit_centroid_flags() argument 353 emit_varying_flags(struct v3d_job *job, uint32_t *flags, void (*flag_emit_callback)(struct v3d_job *job, int varying_offset, uint32_t flags, enum V3DX(Varying_Flags_Action) lower, enum V3DX(Varying_Flags_Action) higher)) emit_varying_flags() argument 399 struct v3d_job *job = v3d->job; emit_state() local [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_job.c | 35 vc4_job_free(struct vc4_context *vc4, struct vc4_job *job) in vc4_job_free() argument 37 struct vc4_bo **referenced_bos = job->bo_pointers.base; in vc4_job_free() 38 for (int i = 0; i < cl_offset(&job->bo_handles) / 4; i++) { in vc4_job_free() 42 _mesa_hash_table_remove_key(vc4->jobs, &job->key); in vc4_job_free() 44 if (job->color_write) { in vc4_job_free() 46 job->color_write->texture); in vc4_job_free() 47 pipe_surface_reference(&job->color_write, NULL); in vc4_job_free() 49 if (job->msaa_color_write) { in vc4_job_free() 51 job->msaa_color_write->texture); in vc4_job_free() 52 pipe_surface_reference(&job in vc4_job_free() 77 struct vc4_job *job = rzalloc(vc4, struct vc4_job); vc4_job_create() local 105 struct vc4_job *job = entry->data; vc4_flush_jobs_writing_resource() local 119 struct vc4_job *job = entry->data; vc4_flush_jobs_reading_resource() local 185 struct vc4_job *job = vc4_job_create(vc4); vc4_get_job() local 233 struct vc4_job *job = vc4_get_job(vc4, cbuf, zsbuf); vc4_get_job_for_fbo() local 281 vc4_submit_setup_rcl_surface(struct vc4_job *job, struct drm_vc4_submit_rcl_surface *submit_surf, struct pipe_surface *psurf, bool is_depth, bool is_write) vc4_submit_setup_rcl_surface() argument 323 vc4_submit_setup_rcl_render_config_surface(struct vc4_job *job, struct drm_vc4_submit_rcl_surface *submit_surf, struct pipe_surface *psurf) vc4_submit_setup_rcl_render_config_surface() argument 350 vc4_submit_setup_rcl_msaa_surface(struct vc4_job *job, struct drm_vc4_submit_rcl_surface *submit_surf, struct pipe_surface *psurf) vc4_submit_setup_rcl_msaa_surface() argument 370 vc4_job_submit(struct vc4_context *vc4, struct vc4_job *job) vc4_job_submit() argument [all...] |
H A D | vc4_draw.c | 39 vc4_get_draw_cl_space(struct vc4_job *job, int vert_count) in vc4_get_draw_cl_space() argument 49 cl_ensure_space(&job->bcl, in vc4_get_draw_cl_space() 59 cl_ensure_space(&job->shader_rec, in vc4_get_draw_cl_space() 67 cl_ensure_space(&job->bo_handles, (2 * 16 + 20) * sizeof(uint32_t)); in vc4_get_draw_cl_space() 68 cl_ensure_space(&job->bo_pointers, in vc4_get_draw_cl_space() 78 struct vc4_job *job = vc4->job; in vc4_start_draw() local 80 if (job->needs_flush) in vc4_start_draw() 83 vc4_get_draw_cl_space(job, 0); in vc4_start_draw() 85 cl_emit(&job in vc4_start_draw() 138 struct vc4_job *job = vc4->job; vc4_emit_gl_shader_state() local 281 struct vc4_job *job = vc4_get_job_for_fbo(vc4); vc4_hw_2116_workaround() local 343 struct vc4_job *job = vc4_get_job_for_fbo(vc4); vc4_draw_vbo() local 548 struct vc4_job *job = vc4_get_job_for_fbo(vc4); vc4_clear() local [all...] |
H A D | vc4_emit.c | 30 struct vc4_job *job = vc4->job; in vc4_emit_state() local 53 maxx = MAX2(MIN2(vp_maxx, job->draw_width), minx); in vc4_emit_state() 54 maxy = MAX2(MIN2(vp_maxy, job->draw_height), miny); in vc4_emit_state() 62 cl_emit(&job->bcl, CLIP_WINDOW, clip) { in vc4_emit_state() 69 job->draw_min_x = MIN2(job->draw_min_x, minx); in vc4_emit_state() 70 job->draw_min_y = MIN2(job->draw_min_y, miny); in vc4_emit_state() 71 job in vc4_emit_state() [all...] |
/third_party/libdrm/tegra/ |
H A D | job.c | 41 drm_tegra_job_add_command(struct drm_tegra_job *job, uint32_t type, in drm_tegra_job_add_command() argument 47 size = (job->num_commands + 1) * sizeof(*commands); in drm_tegra_job_add_command() 49 commands = realloc(job->commands, size); in drm_tegra_job_add_command() 53 command = &commands[job->num_commands]; in drm_tegra_job_add_command() 58 job->commands = commands; in drm_tegra_job_add_command() 59 job->num_commands++; in drm_tegra_job_add_command() 68 struct drm_tegra_job *job; in drm_tegra_job_new() local 70 job = calloc(1, sizeof(*job)); in drm_tegra_job_new() 71 if (!job) in drm_tegra_job_new() 82 drm_tegra_job_free(struct drm_tegra_job *job) drm_tegra_job_free() argument 102 drm_tegra_job_get_pushbuf(struct drm_tegra_job *job, struct drm_tegra_pushbuf **pushbufp) drm_tegra_job_get_pushbuf() argument 132 drm_tegra_job_submit(struct drm_tegra_job *job, struct drm_tegra_fence *fence) drm_tegra_job_submit() argument 167 drm_tegra_job_wait(struct drm_tegra_job *job, unsigned long timeout) drm_tegra_job_wait() argument [all...] |
H A D | pushbuf.c | 62 struct drm_tegra_job *job = pushbuf->job; in drm_tegra_pushbuf_begin() local 69 size = ALIGN(words * 4, job->page_size); in drm_tegra_pushbuf_begin() 92 command = drm_tegra_job_add_command(pushbuf->job, in drm_tegra_pushbuf_end() 111 command = drm_tegra_job_add_command(pushbuf->job, in drm_tegra_pushbuf_wait() 130 struct drm_tegra_job *job = pushbuf->job; in drm_tegra_pushbuf_relocate() local 133 size = (job->num_buffers + 1) * sizeof(*buffer); in drm_tegra_pushbuf_relocate() 135 buffers = realloc(job->buffers, size); in drm_tegra_pushbuf_relocate() 139 buffer = &buffers[job in drm_tegra_pushbuf_relocate() 162 struct drm_tegra_job *job = pushbuf->job; drm_tegra_pushbuf_sync() local [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_job.c | 54 lima_get_fb_info(struct lima_job *job) in lima_get_fb_info() argument 56 struct lima_context *ctx = job->ctx; in lima_get_fb_info() 57 struct lima_job_fb_info *fb = &job->fb; in lima_get_fb_info() 58 struct lima_surface *surf = lima_surface(job->key.cbuf); in lima_get_fb_info() 61 surf = lima_surface(job->key.zsbuf); in lima_get_fb_info() 140 lima_job_free(struct lima_job *job) in lima_job_free() argument 142 struct lima_context *ctx = job->ctx; in lima_job_free() 144 _mesa_hash_table_remove_key(ctx->jobs, &job->key); in lima_job_free() 146 if (job->key.cbuf && (job in lima_job_free() 175 struct lima_job *job = lima_job_create(ctx, cbuf, zsbuf); lima_job_get_with_fb() local 206 lima_job_add_bo(struct lima_job *job, int pipe, struct lima_bo *bo, uint32_t flags) lima_job_add_bo() argument 231 lima_job_start(struct lima_job *job, int pipe, void *frame, uint32_t size) lima_job_start() argument 265 lima_job_wait(struct lima_job *job, int pipe, uint64_t timeout_ns) lima_job_wait() argument 276 lima_job_has_bo(struct lima_job *job, struct lima_bo *bo, bool all) lima_job_has_bo() argument 293 lima_job_create_stream_bo(struct lima_job *job, int pipe, unsigned size, uint32_t *va) lima_job_create_stream_bo() argument 314 lima_job_get_damage(struct lima_job *job) lima_job_get_damage() argument 325 lima_fb_cbuf_needs_reload(struct lima_job *job) lima_fb_cbuf_needs_reload() argument 347 lima_fb_zsbuf_needs_reload(struct lima_job *job) lima_fb_zsbuf_needs_reload() argument 360 lima_pack_reload_plbu_cmd(struct lima_job *job, struct pipe_surface *psurf) lima_pack_reload_plbu_cmd() argument 394 lima_pack_head_plbu_cmd(struct lima_job *job) lima_pack_head_plbu_cmd() argument 485 lima_generate_pp_stream(struct lima_job *job, int off_x, int off_y, int tiled_w, int tiled_h) lima_generate_pp_stream() argument 574 lima_update_damage_pp_stream(struct lima_job *job) lima_update_damage_pp_stream() argument 668 lima_damage_fullscreen(struct lima_job *job) lima_damage_fullscreen() argument 679 lima_update_pp_stream(struct lima_job *job) lima_update_pp_stream() argument 693 lima_update_job_bo(struct lima_job *job) lima_update_job_bo() argument 731 lima_pack_wb_zsbuf_reg(struct lima_job *job, uint32_t *wb_reg, int wb_idx) lima_pack_wb_zsbuf_reg() argument 760 lima_pack_wb_cbuf_reg(struct lima_job *job, uint32_t *frame_reg, uint32_t *wb_reg, int wb_idx) lima_pack_wb_cbuf_reg() argument 795 lima_pack_pp_frame_reg(struct lima_job *job, uint32_t *frame_reg, uint32_t *wb_reg) lima_pack_pp_frame_reg() argument 855 lima_do_job(struct lima_job *job) lima_do_job() argument 1021 struct lima_job *job = entry->data; lima_flush() local 1031 struct lima_job *job = entry->data; lima_flush_job_accessing_bo() local 1048 struct lima_job *job = entry->data; lima_flush_previous_job_writing_resource() local [all...] |
/third_party/node/deps/v8/src/compiler-dispatcher/ |
H A D | lazy-compile-dispatcher.cc | 95 // If the SharedFunctionInfo's UncompiledData has a job slot, then write into 96 // it. Otherwise, allocate a new UncompiledData with a job slot, and then write 97 // into that. Since we have two optional slots (preparse data and job), this 104 // The easy cases -- we already have a job slot, so can write into it and in SetUncompiledDataJobPointer() 116 // preparse data as appropriate), set the job pointer on that, and update in SetUncompiledDataJobPointer() 159 Job* job = new Job(std::make_unique<BackgroundCompileTask>( in Enqueue() local 165 reinterpret_cast<Address>(job)); in Enqueue() 172 PrintF("LazyCompileDispatcher: enqueued job for "); in Enqueue() 178 all_jobs_.insert(job); in Enqueue() 180 pending_background_jobs_.push_back(job); in Enqueue() 189 Job* job = nullptr; IsEnqueued() local 201 WaitForJobIfRunningOnBackground( Job* job, const base::MutexGuard& lock) WaitForJobIfRunningOnBackground() argument 261 Job* job; FinishNow() local 310 Job* job = GetJobFor(shared_info, lock); AbortJob() local 411 Job* job = nullptr; DoBackgroundWork() local 457 Job* job = nullptr; DoBackgroundWork() local 493 Job* job = PopSingleFinalizeJob(); FinalizeSingleJob() local 539 DeleteJob(Job* job) DeleteJob() argument 545 DeleteJob(Job* job, const base::MutexGuard&) DeleteJob() argument [all...] |
H A D | optimizing-compile-dispatcher.cc | 88 TurbofanCompilationJob* job = input_queue_[InputQueueIndex(0)]; in NextInput() 89 DCHECK_NOT_NULL(job); in NextInput() 92 return job; in NextInput() 95 void OptimizingCompileDispatcher::CompileNext(TurbofanCompilationJob* job, in CompileNext() argument 97 if (!job) return; in CompileNext() 101 job->ExecuteJob(local_isolate->runtime_call_stats(), local_isolate); in CompileNext() 109 output_queue_.push(job); in CompileNext() 117 std::unique_ptr<TurbofanCompilationJob> job; in FlushOutputQueue() local 121 job.reset(output_queue_.front()); in FlushOutputQueue() 125 Compiler::DisposeTurbofanCompilationJob(job in FlushOutputQueue() 185 std::unique_ptr<TurbofanCompilationJob> job; InstallOptimizedFunctions() local 219 QueueForOptimization( TurbofanCompilationJob* job) QueueForOptimization() argument [all...] |
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | spooler.c | 41 void init_cups(list_t *arglist, dstr_t *filelist, jobparams_t *job) in init_cups() argument 77 /* Common job parameters */ in init_cups() 78 strcpy(job->id, cups_jobid); in init_cups() 79 strcpy(job->title, cups_jobtitle); in init_cups() 80 strcpy(job->user, cups_user); in init_cups() 81 strcpy(job->copies, cups_copies); in init_cups() 82 dstrcatf(job->optstr, " %s", cups_options); in init_cups() 100 strncpy(job->printer, pname, 256); in init_cups() 101 job->printer[255] = '\0'; in init_cups() 107 int find_ppdfile(const char *user_default_path, jobparams_t *job) in find_ppdfile() argument 168 find_default_printer(const char *user_default_path, jobparams_t *job) find_default_printer() argument 195 init_direct(list_t *arglist, dstr_t *filelist, jobparams_t *job) init_direct() argument [all...] |
H A D | foomaticrip.c | 99 jobparams_t *job = NULL; variable 103 assert(job); in get_current_job() 104 return job; in get_current_job() 306 /* processes job->optstr */ 315 cmdlineopts = strdup(job->optstr->data); in process_cmdline_options() 441 cmdlineopts = strdup(job->optstr->data); in process_cmdline_options() 496 MAIN: Prepare the job auto-detecting the spooler, reading the PPD, 498 the job data itself. It analyses the job data to check 667 job in print_file() 761 jobparams_t *job = calloc(1, sizeof(jobparams_t)); create_job() local 776 free_job(jobparams_t *job) free_job() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/async/ |
H A D | async.c | 82 ASYNC_JOB *job = NULL; in async_job_new() local 84 job = OPENSSL_zalloc(sizeof(*job)); in async_job_new() 85 if (job == NULL) { in async_job_new() 90 job->status = ASYNC_JOB_RUNNING; in async_job_new() 92 return job; in async_job_new() 95 static void async_job_free(ASYNC_JOB *job) in async_job_free() argument 97 if (job != NULL) { in async_job_free() 98 OPENSSL_free(job->funcargs); in async_job_free() 99 async_fibre_free(&job in async_job_free() 105 ASYNC_JOB *job; async_get_pool_job() local 137 async_release_job(ASYNC_JOB *job) async_release_job() argument 152 ASYNC_JOB *job; async_start_func() local 177 ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *wctx, int *ret, int (*func)(void *), void *args, size_t size) ASYNC_start_job() argument 293 ASYNC_JOB *job; ASYNC_pause_job() local 322 ASYNC_JOB *job; async_empty_pool() local 385 ASYNC_JOB *job; ASYNC_init_thread() local 449 ASYNC_get_wait_ctx(ASYNC_JOB *job) ASYNC_get_wait_ctx() argument [all...] |
/third_party/openssl/crypto/async/ |
H A D | async.c | 82 ASYNC_JOB *job = NULL; in async_job_new() local 84 job = OPENSSL_zalloc(sizeof(*job)); in async_job_new() 85 if (job == NULL) { in async_job_new() 90 job->status = ASYNC_JOB_RUNNING; in async_job_new() 92 return job; in async_job_new() 95 static void async_job_free(ASYNC_JOB *job) in async_job_free() argument 97 if (job != NULL) { in async_job_free() 98 OPENSSL_free(job->funcargs); in async_job_free() 99 async_fibre_free(&job in async_job_free() 105 ASYNC_JOB *job; async_get_pool_job() local 137 async_release_job(ASYNC_JOB *job) async_release_job() argument 152 ASYNC_JOB *job; async_start_func() local 177 ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *wctx, int *ret, int (*func)(void *), void *args, size_t size) ASYNC_start_job() argument 293 ASYNC_JOB *job; ASYNC_pause_job() local 322 ASYNC_JOB *job; async_empty_pool() local 385 ASYNC_JOB *job; ASYNC_init_thread() local 449 ASYNC_get_wait_ctx(ASYNC_JOB *job) ASYNC_get_wait_ctx() argument [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_cmd_buffer.c | 35 v3dX(job_emit_binning_flush)(struct v3dv_job *job) in job_emit_binning_flush() argument 37 assert(job); in job_emit_binning_flush() 39 v3dv_cl_ensure_space_with_branch(&job->bcl, cl_packet_length(FLUSH)); in job_emit_binning_flush() 40 v3dv_return_if_oom(NULL, job); in job_emit_binning_flush() 42 cl_emit(&job->bcl, FLUSH, flush); in job_emit_binning_flush() 46 v3dX(job_emit_binning_prolog)(struct v3dv_job *job, in job_emit_binning_prolog() argument 53 cl_emit(&job->bcl, NUMBER_OF_LAYERS, config) { in job_emit_binning_prolog() 58 cl_emit(&job->bcl, TILE_BINNING_MODE_CFG, config) { in job_emit_binning_prolog() 68 cl_emit(&job->bcl, FLUSH_VCD_CACHE, bin); in job_emit_binning_prolog() 73 cl_emit(&job in job_emit_binning_prolog() 87 job_emit_clip_window(struct v3dv_job *job, const VkRect2D *rect) job_emit_clip_window() argument 662 struct v3dv_job *job = cmd_buffer->state.job; cmd_buffer_render_pass_emit_per_tile_rcl() local 710 struct v3dv_job *job = cmd_buffer->state.job; cmd_buffer_emit_render_pass_layer_rcl() local 754 set_rcl_early_z_config(struct v3dv_job *job, bool *early_z_disable, uint32_t *early_z_test_and_update_direction) set_rcl_early_z_config() argument 783 struct v3dv_job *job = cmd_buffer->state.job; cmd_buffer_emit_render_pass_rcl() local 1054 struct v3dv_job *job = cmd_buffer->state.job; cmd_buffer_emit_viewport() local 1093 struct v3dv_job *job = cmd_buffer->state.job; cmd_buffer_emit_stencil() local 1155 struct v3dv_job *job = cmd_buffer->state.job; cmd_buffer_emit_depth_bias() local 1176 struct v3dv_job *job = cmd_buffer->state.job; cmd_buffer_emit_line_width() local 1195 struct v3dv_job *job = cmd_buffer->state.job; cmd_buffer_emit_sample_state() local 1210 struct v3dv_job *job = cmd_buffer->state.job; cmd_buffer_emit_blend() local 1253 struct v3dv_job *job = cmd_buffer->state.job; cmd_buffer_emit_color_write_mask() local 1267 emit_flat_shade_flags(struct v3dv_job *job, int varying_offset, uint32_t varyings, enum V3DX(Varying_Flags_Action) lower, enum V3DX(Varying_Flags_Action) higher) emit_flat_shade_flags() argument 1286 emit_noperspective_flags(struct v3dv_job *job, int varying_offset, uint32_t varyings, enum V3DX(Varying_Flags_Action) lower, enum V3DX(Varying_Flags_Action) higher) emit_noperspective_flags() argument 1305 emit_centroid_flags(struct v3dv_job *job, int varying_offset, uint32_t varyings, enum V3DX(Varying_Flags_Action) lower, enum V3DX(Varying_Flags_Action) higher) emit_centroid_flags() argument 1324 emit_varying_flags(struct v3dv_job *job, uint32_t num_flags, const uint32_t *flags, void (*flag_emit_callback)(struct v3dv_job *job, int varying_offset, uint32_t flags, enum V3DX(Varying_Flags_Action) lower, enum V3DX(Varying_Flags_Action) higher)) emit_varying_flags() argument 1361 struct v3dv_job *job = cmd_buffer->state.job; cmd_buffer_emit_varyings_state() local 1405 job_update_ez_state(struct v3dv_job *job, struct v3dv_pipeline *pipeline, struct v3dv_cmd_buffer *cmd_buffer) job_update_ez_state() argument 1543 struct v3dv_job *job = cmd_buffer->state.job; cmd_buffer_emit_configuration_bits() local 1564 struct v3dv_job *job = cmd_buffer->state.job; cmd_buffer_emit_occlusion_query() local 1588 struct v3dv_job *job = cmd_buffer_subpass_split_for_barrier() local 1767 emit_gs_shader_state_record(struct v3dv_job *job, struct v3dv_bo *assembly_bo, struct v3dv_shader_variant *gs_bin, struct v3dv_cl_reloc gs_bin_uniforms, struct v3dv_shader_variant *gs, struct v3dv_cl_reloc gs_render_uniforms) emit_gs_shader_state_record() argument 1813 emit_tes_gs_common_params(struct v3dv_job *job, uint8_t gs_out_prim_type, uint8_t gs_num_invocations) emit_tes_gs_common_params() argument 1848 emit_tes_gs_shader_params(struct v3dv_job *job, uint32_t gs_simd, uint32_t gs_vpm_output_size, uint32_t gs_max_vpm_input_size_per_batch) emit_tes_gs_shader_params() argument 1880 struct v3dv_job *job = cmd_buffer->state.job; cmd_buffer_emit_gl_shader_state() local 2126 struct v3dv_job *job = cmd_buffer->state.job; cmd_buffer_emit_draw() local 2173 struct v3dv_job *job = cmd_buffer->state.job; cmd_buffer_emit_index_buffer() local 2205 struct v3dv_job *job = cmd_buffer->state.job; cmd_buffer_emit_draw_indexed() local 2259 struct v3dv_job *job = cmd_buffer->state.job; cmd_buffer_emit_draw_indirect() local 2285 struct v3dv_job *job = cmd_buffer->state.job; cmd_buffer_emit_indexed_indirect() local [all...] |
H A D | v3dvx_meta_common.c | 40 emit_rcl_prologue(struct v3dv_job *job, in emit_rcl_prologue() argument 44 const struct v3dv_frame_tiling *tiling = &job->frame_tiling; in emit_rcl_prologue() 46 struct v3dv_cl *rcl = &job->rcl; in emit_rcl_prologue() 50 if (job->cmd_buffer->state.oom) in emit_rcl_prologue() 132 emit_frame_setup(struct v3dv_job *job, in emit_frame_setup() argument 136 v3dv_return_if_oom(NULL, job); in emit_frame_setup() 138 const struct v3dv_frame_tiling *tiling = &job->frame_tiling; in emit_frame_setup() 140 struct v3dv_cl *rcl = &job->rcl; in emit_frame_setup() 145 list.address = v3dv_cl_address(job->tile_alloc, tile_alloc_offset); in emit_frame_setup() 188 emit_supertile_coordinates(struct v3dv_job *job, in emit_supertile_coordinates() argument 476 emit_copy_layer_to_buffer_per_tile_list(struct v3dv_job *job, struct v3dv_meta_framebuffer *framebuffer, struct v3dv_buffer *buffer, struct v3dv_image *image, uint32_t layer_offset, const VkBufferImageCopy2 *region) emit_copy_layer_to_buffer_per_tile_list() argument 556 emit_copy_layer_to_buffer(struct v3dv_job *job, struct v3dv_buffer *buffer, struct v3dv_image *image, struct v3dv_meta_framebuffer *framebuffer, uint32_t layer, const VkBufferImageCopy2 *region) emit_copy_layer_to_buffer() argument 569 meta_emit_copy_image_to_buffer_rcl(struct v3dv_job *job, struct v3dv_buffer *buffer, struct v3dv_image *image, struct v3dv_meta_framebuffer *framebuffer, const VkBufferImageCopy2 *region) meta_emit_copy_image_to_buffer_rcl() argument 585 emit_resolve_image_layer_per_tile_list(struct v3dv_job *job, struct v3dv_meta_framebuffer *framebuffer, struct v3dv_image *dst, struct v3dv_image *src, uint32_t layer_offset, const VkImageResolve2 *region) emit_resolve_image_layer_per_tile_list() argument 643 emit_resolve_image_layer(struct v3dv_job *job, struct v3dv_image *dst, struct v3dv_image *src, struct v3dv_meta_framebuffer *framebuffer, uint32_t layer, const VkImageResolve2 *region) emit_resolve_image_layer() argument 656 meta_emit_resolve_image_rcl(struct v3dv_job *job, struct v3dv_image *dst, struct v3dv_image *src, struct v3dv_meta_framebuffer *framebuffer, const VkImageResolve2 *region) meta_emit_resolve_image_rcl() argument 672 emit_copy_buffer_per_tile_list(struct v3dv_job *job, struct v3dv_bo *dst, struct v3dv_bo *src, uint32_t dst_offset, uint32_t src_offset, uint32_t stride, uint32_t format) emit_copy_buffer_per_tile_list() argument 708 meta_emit_copy_buffer(struct v3dv_job *job, struct v3dv_bo *dst, struct v3dv_bo *src, uint32_t dst_offset, uint32_t src_offset, struct v3dv_meta_framebuffer *framebuffer, uint32_t format, uint32_t item_size) meta_emit_copy_buffer() argument 725 meta_emit_copy_buffer_rcl(struct v3dv_job *job, struct v3dv_bo *dst, struct v3dv_bo *src, uint32_t dst_offset, uint32_t src_offset, struct v3dv_meta_framebuffer *framebuffer, uint32_t format, uint32_t item_size) meta_emit_copy_buffer_rcl() argument 746 emit_copy_image_layer_per_tile_list(struct v3dv_job *job, struct v3dv_meta_framebuffer *framebuffer, struct v3dv_image *dst, struct v3dv_image *src, uint32_t layer_offset, const VkImageCopy2 *region) emit_copy_image_layer_per_tile_list() argument 804 emit_copy_image_layer(struct v3dv_job *job, struct v3dv_image *dst, struct v3dv_image *src, struct v3dv_meta_framebuffer *framebuffer, uint32_t layer, const VkImageCopy2 *region) emit_copy_image_layer() argument 816 meta_emit_copy_image_rcl(struct v3dv_job *job, struct v3dv_image *dst, struct v3dv_image *src, struct v3dv_meta_framebuffer *framebuffer, const VkImageCopy2 *region) meta_emit_copy_image_rcl() argument 903 emit_clear_image_layer_per_tile_list(struct v3dv_job *job, struct v3dv_meta_framebuffer *framebuffer, struct v3dv_image *image, VkImageAspectFlags aspects, uint32_t layer, uint32_t level) emit_clear_image_layer_per_tile_list() argument 936 emit_clear_image_layers(struct v3dv_job *job, struct v3dv_image *image, struct v3dv_meta_framebuffer *framebuffer, VkImageAspectFlags aspects, uint32_t min_layer, uint32_t max_layer, uint32_t level) emit_clear_image_layers() argument 952 meta_emit_clear_image_rcl(struct v3dv_job *job, struct v3dv_image *image, struct v3dv_meta_framebuffer *framebuffer, const union v3dv_clear_value *clear_value, VkImageAspectFlags aspects, uint32_t min_layer, uint32_t max_layer, uint32_t level) meta_emit_clear_image_rcl() argument 978 emit_fill_buffer_per_tile_list(struct v3dv_job *job, struct v3dv_bo *bo, uint32_t offset, uint32_t stride) emit_fill_buffer_per_tile_list() argument 1009 emit_fill_buffer(struct v3dv_job *job, struct v3dv_bo *bo, uint32_t offset, struct v3dv_meta_framebuffer *framebuffer) emit_fill_buffer() argument 1020 meta_emit_fill_buffer_rcl(struct v3dv_job *job, struct v3dv_bo *bo, uint32_t offset, struct v3dv_meta_framebuffer *framebuffer, uint32_t data) meta_emit_fill_buffer_rcl() argument 1047 emit_copy_buffer_to_layer_per_tile_list(struct v3dv_job *job, struct v3dv_meta_framebuffer *framebuffer, struct v3dv_image *image, struct v3dv_buffer *buffer, uint32_t layer, const VkBufferImageCopy2 *region) emit_copy_buffer_to_layer_per_tile_list() argument 1159 emit_copy_buffer_to_layer(struct v3dv_job *job, struct v3dv_image *image, struct v3dv_buffer *buffer, struct v3dv_meta_framebuffer *framebuffer, uint32_t layer, const VkBufferImageCopy2 *region) emit_copy_buffer_to_layer() argument 1172 meta_emit_copy_buffer_to_image_rcl(struct v3dv_job *job, struct v3dv_image *image, struct v3dv_buffer *buffer, struct v3dv_meta_framebuffer *framebuffer, const VkBufferImageCopy2 *region) meta_emit_copy_buffer_to_image_rcl() argument 1268 struct v3dv_job *job = NULL; meta_copy_buffer() local 1315 struct v3dv_job *job = meta_fill_buffer() local [all...] |
H A D | v3dv_cmd_buffer.c | 29 v3dv_job_add_bo(struct v3dv_job *job, struct v3dv_bo *bo) in v3dv_job_add_bo() argument 34 if (job->bo_handle_mask & bo->handle_bit) { in v3dv_job_add_bo() 35 if (_mesa_set_search(job->bos, bo)) in v3dv_job_add_bo() 39 _mesa_set_add(job->bos, bo); in v3dv_job_add_bo() 40 job->bo_count++; in v3dv_job_add_bo() 41 job->bo_handle_mask |= bo->handle_bit; in v3dv_job_add_bo() 45 v3dv_job_add_bo_unchecked(struct v3dv_job *job, struct v3dv_bo *bo) in v3dv_job_add_bo_unchecked() argument 48 _mesa_set_add(job->bos, bo); in v3dv_job_add_bo_unchecked() 49 job->bo_count++; in v3dv_job_add_bo_unchecked() 50 job in v3dv_job_add_bo_unchecked() 109 job_destroy_gpu_cl_resources(struct v3dv_job *job) job_destroy_gpu_cl_resources() argument 129 job_destroy_cloned_gpu_cl_resources(struct v3dv_job *job) job_destroy_cloned_gpu_cl_resources() argument 150 job_destroy_gpu_csd_resources(struct v3dv_job *job) job_destroy_gpu_csd_resources() argument 164 job_destroy_cpu_wait_events_resources(struct v3dv_job *job) job_destroy_cpu_wait_events_resources() argument 172 v3dv_job_destroy(struct v3dv_job *job) v3dv_job_destroy() argument 354 job_compute_frame_tiling(struct v3dv_job *job, uint32_t width, uint32_t height, uint32_t layers, uint32_t render_target_count, uint8_t max_internal_bpp, bool msaa) job_compute_frame_tiling() argument 416 v3dv_job_start_frame(struct v3dv_job *job, uint32_t width, uint32_t height, uint32_t layers, bool allocate_tile_state_for_all_layers, uint32_t render_target_count, uint8_t max_internal_bpp, bool msaa) v3dv_job_start_frame() argument 521 struct v3dv_job *job = vk_zalloc(&device->vk.alloc, v3dv_cmd_buffer_create_cpu_job() local 542 struct v3dv_job *job = cmd_buffer_add_cpu_jobs_for_pending_state() local 557 struct v3dv_job *job = cmd_buffer->state.job; v3dv_cmd_buffer_finish_job() local 630 v3dv_job_type_is_gpu(struct v3dv_job *job) v3dv_job_type_is_gpu() argument 644 cmd_buffer_serialize_job_if_needed(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_job *job) cmd_buffer_serialize_job_if_needed() argument 686 v3dv_job_init(struct v3dv_job *job, enum v3dv_job_type type, struct v3dv_device *device, struct v3dv_cmd_buffer *cmd_buffer, int32_t subpass_idx) v3dv_job_init() argument 774 struct v3dv_job *job = vk_zalloc(&cmd_buffer->device->vk.alloc, v3dv_cmd_buffer_start_job() local 958 struct v3dv_job *job = cmd_buffer_begin_render_pass_secondary() local 1417 struct v3dv_job *job = cmd_buffer_subpass_create_job() local 1477 struct v3dv_job *job = v3dv_cmd_buffer_subpass_start() local 1515 struct v3dv_job *job; v3dv_cmd_buffer_subpass_resume() local 1541 struct v3dv_job *job = cmd_buffer->state.job; v3dv_cmd_buffer_subpass_finish() local 1621 v3dv_job_clone_in_cmd_buffer(struct v3dv_job *job, struct v3dv_cmd_buffer *cmd_buffer) v3dv_job_clone_in_cmd_buffer() argument 1694 struct v3dv_job *job = v3dv_job_clone_in_cmd_buffer(secondary_job, primary); cmd_buffer_execute_outside_pass() local 2323 struct v3dv_job *job = cmd_buffer->state.job; cmd_buffer_pre_draw_split_job() local 2406 struct v3dv_job *job = vk_zalloc(&cmd_buffer->device->vk.alloc, cmd_buffer_restart_job_for_msaa_if_needed() local 2509 consume_bcl_sync(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_job *job) consume_bcl_sync() argument 2538 struct v3dv_job *job = cmd_buffer_pre_draw_split_job(cmd_buffer); v3dv_cmd_buffer_emit_pre_draw() local 2805 struct v3dv_job *job = cmd_buffer->state.job; v3dv_CmdPipelineBarrier() local 3164 struct v3dv_job *job = v3dv_cmd_buffer_reset_queries() local 3288 struct v3dv_job *job = v3dv_cmd_buffer_schedule_end_query() local 3372 struct v3dv_job *job = v3dv_cmd_buffer_copy_query_results() local 3394 struct v3dv_job *job = vk_zalloc(&device->vk.alloc, v3dv_cmd_buffer_add_tfu_job() local 3421 struct v3dv_job *job = v3dv_CmdSetEvent() local 3447 struct v3dv_job *job = v3dv_CmdResetEvent() local 3476 struct v3dv_job *job = v3dv_CmdWaitEvents() local 3528 struct v3dv_job *job = v3dv_CmdWriteTimestamp() local 3588 struct v3dv_job *job = info->csd_job; v3dv_cmd_buffer_rewrite_indirect_csd_job() local 3642 struct v3dv_job *job = vk_zalloc(&cmd_buffer->device->vk.alloc, cmd_buffer_create_csd_job() local 3747 struct v3dv_job *job = cmd_buffer_dispatch() local 3801 struct v3dv_job *job = cmd_buffer_dispatch_indirect() local [all...] |
H A D | v3dv_queue.c | 37 struct v3dv_job *job, in v3dv_clif_dump() 51 set_foreach(job->bos, entry) { in v3dv_clif_dump() 93 /* If we're not the first job, that means we're waiting on some in queue_wait_idle() 127 handle_reset_query_cpu_job(struct v3dv_queue *queue, struct v3dv_job *job, in handle_reset_query_cpu_job() argument 130 struct v3dv_reset_query_cpu_job_info *info = &job->cpu.query_reset; in handle_reset_query_cpu_job() 138 v3dv_bo_wait(job->device, info->pool->bo, PIPE_TIMEOUT_INFINITE); in handle_reset_query_cpu_job() 156 VkResult result = vk_sync_wait_many(&job->device->vk, wait_count, waits, in handle_reset_query_cpu_job() 163 v3dv_reset_query_pools(job->device, info->pool, info->first, info->count); in handle_reset_query_cpu_job() 169 export_perfmon_last_job_sync(struct v3dv_queue *queue, struct v3dv_job *job, int *fd) in export_perfmon_last_job_sync() argument 172 if (job in export_perfmon_last_job_sync() 36 v3dv_clif_dump(struct v3dv_device *device, struct v3dv_job *job, struct drm_v3d_submit_cl *submit) v3dv_clif_dump() argument 215 handle_end_query_cpu_job(struct v3dv_job *job, uint32_t counter_pass_idx) handle_end_query_cpu_job() argument 266 handle_copy_query_results_cpu_job(struct v3dv_job *job) handle_copy_query_results_cpu_job() argument 293 handle_set_event_cpu_job(struct v3dv_queue *queue, struct v3dv_job *job, struct v3dv_submit_sync_info *sync_info) handle_set_event_cpu_job() argument 321 check_wait_events_complete(struct v3dv_job *job) check_wait_events_complete() argument 334 handle_wait_events_cpu_job(struct v3dv_job *job) handle_wait_events_cpu_job() argument 347 handle_copy_buffer_to_image_cpu_job(struct v3dv_queue *queue, struct v3dv_job *job, struct v3dv_submit_sync_info *sync_info) handle_copy_buffer_to_image_cpu_job() argument 400 handle_timestamp_query_cpu_job(struct v3dv_queue *queue, struct v3dv_job *job, struct v3dv_submit_sync_info *sync_info) handle_timestamp_query_cpu_job() argument 432 handle_csd_indirect_cpu_job(struct v3dv_queue *queue, struct v3dv_job *job, struct v3dv_submit_sync_info *sync_info) handle_csd_indirect_cpu_job() argument 578 set_in_syncs(struct v3dv_queue *queue, struct v3dv_job *job, enum v3dv_queue_type queue_sync, uint32_t *count, struct v3dv_submit_sync_info *sync_info) set_in_syncs() argument 641 set_out_syncs(struct v3dv_queue *queue, struct v3dv_job *job, enum v3dv_queue_type queue_sync, uint32_t *count, struct v3dv_submit_sync_info *sync_info, bool signal_syncs) set_out_syncs() argument 692 set_multisync(struct drm_v3d_multi_sync *ms, struct v3dv_submit_sync_info *sync_info, struct drm_v3d_extension *next, struct v3dv_device *device, struct v3dv_job *job, enum v3dv_queue_type queue_sync, enum v3d_queue wait_stage, bool signal_syncs) set_multisync() argument 736 handle_cl_job(struct v3dv_queue *queue, struct v3dv_job *job, uint32_t counter_pass_idx, struct v3dv_submit_sync_info *sync_info, bool signal_syncs) handle_cl_job() argument 874 handle_tfu_job(struct v3dv_queue *queue, struct v3dv_job *job, struct v3dv_submit_sync_info *sync_info, bool signal_syncs) handle_tfu_job() argument 916 handle_csd_job(struct v3dv_queue *queue, struct v3dv_job *job, uint32_t counter_pass_idx, struct v3dv_submit_sync_info *sync_info, bool signal_syncs) handle_csd_job() argument 995 queue_handle_job(struct v3dv_queue *queue, struct v3dv_job *job, uint32_t counter_pass_idx, struct v3dv_submit_sync_info *sync_info, bool signal_syncs) queue_handle_job() argument [all...] |
/third_party/toybox/toys/pending/ |
H A D | crond.c | 53 struct double_list *job, *var; member 280 dlist_add_nomalloc((struct double_list **)&cfile->job, (struct double_list *)j); in parse_line() 329 JOB *jstart, *jlist = (JOB *)list->job; in remove_completed_jobs() 348 list->job = (struct double_list *)jlist; in remove_completed_jobs() 398 // If there is no job for a cron, remove the VAR list. in scan_cronfiles() 399 if (!cfile->job) { in scan_cronfiles() 421 * Set env variables, if any in the cronfile. Execute given job with the given 423 * completed job (as per the given param 'prog'). 425 static void do_fork(CRONFILE *cfile, JOB *job, int fd, char *prog) in do_fork() argument 461 execlp(file, file, (prog ? "-ti" : "-c"), (prog ? NULL : job in do_fork() 477 sendmail(CRONFILE *cfile, JOB *job) sendmail() argument 509 JOB *job, *jstart; count_running_jobs() local 542 JOB *job, *jstart; execute_jobs() local 593 JOB *job, *jstart; schedule_jobs() local [all...] |
/third_party/mesa3d/.gitlab-ci/bin/ |
H A D | ci_run_n_monitor.py | 12 and show the job(s) logs. 83 def print_job_status(job) -> None: 84 """It prints a nice, colored job status with a link to the job.""" 85 if job.status == "canceled": 89 STATUS_COLORS[job.status] 90 + "? job " 92 + f"{job.web_url}\a{job.name}" 94 + f" :: {job [all...] |
/third_party/jerryscript/tools/ |
H A D | run-tests.py | 253 def report_skip(job): 254 sys.stderr.write('%sSkipping: %s' % (TERM_YELLOW, job.name)) 255 if job.skip: 256 sys.stderr.write(' (%s)' % job.skip) 264 def create_binary(job, options): 265 build_args = job.build_args[:] 275 build_dir_path = os.path.join(options.outdir, job.name) 320 for job in jobs: 321 ret_build, build_dir_path = create_binary(job, options) 323 yield job, ret_buil [all...] |
/third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/ |
H A D | MigrationUtilsTest.java | 51 MigrationJob job = MigrationFactory.createCustomRecipeMigration(invalidTestNumber, COUNTRY_CODE, MigrationFactory in getCountryMigratableNumbers_expectNoMatches() 55 .getMigratableRangeByCountry(job.getRecipesRangeTable(), job.getCountryCode(), in getCountryMigratableNumbers_expectNoMatches() 56 job.getMigrationEntries()); in getCountryMigratableNumbers_expectNoMatches() 63 MigrationJob job = MigrationFactory in getCountryMigratableNumbers_expectMatches() 68 .getMigratableRangeByCountry(job.getRecipesRangeTable(), job.getCountryCode(), in getCountryMigratableNumbers_expectMatches() 69 job.getMigrationEntries()); in getCountryMigratableNumbers_expectMatches() 72 .containsExactlyElementsIn(job.getMigrationEntries().collect(Collectors.toList())); in getCountryMigratableNumbers_expectMatches() 80 MigrationJob job in getMigratableNumbers_invalidKey_expectException() [all...] |
/third_party/mesa3d/.gitlab-ci/lava/ |
H A D | lava_job_submitter.py | 10 """Send a job to LAVA, track it and collect log back""" 46 # Timeout in seconds to decide if the device from the dispatched LAVA job has 51 # check if the dispatched LAVA job is running or waiting in the job queue. 75 "job": {"minutes": args.job_timeout}, 117 # skeleton test definition: only declaring each job as a single 'test' 143 # job execution script: 145 # - fetch and unpack per-pipeline build artifacts from build job 146 # - fetch and unpack per-job environment from lava-submit.sh 158 f'echo "export CI_JOB_JWT_FILE={args.jwt_file}" >> /set-job [all...] |