Searched refs:job_type (Results 1 – 12 of 12) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | executor.h | 103 grpc_closure_scheduler* grpc_executor_scheduler(GrpcExecutorJobType job_type); 107 GrpcExecutorJobType job_type);
|
D | executor.cc | 379 GrpcExecutorJobType job_type) { in grpc_executor_scheduler() argument 380 return &schedulers_[executor_type][job_type]; in grpc_executor_scheduler() 383 grpc_closure_scheduler* grpc_executor_scheduler(GrpcExecutorJobType job_type) { in grpc_executor_scheduler() argument 384 return grpc_executor_scheduler(GRPC_DEFAULT_EXECUTOR, job_type); in grpc_executor_scheduler()
|
/external/mesa3d/src/panfrost/lib/ |
D | decode.c | 453 int count, bool varying, enum mali_job_type job_type) in pandecode_attributes() argument 827 pandecode_blend_shader_disassemble(mali_ptr shader, int job_no, int job_type, in pandecode_blend_shader_disassemble() argument 831 pandecode_shader_disassemble(shader, job_no, job_type, is_bifrost, gpu_id); in pandecode_blend_shader_disassemble() 914 int job_no, enum mali_job_type job_type, in pandecode_vertex_tiler_postfix_pre() argument 928 … job_no, false, job_type == MALI_JOB_TYPE_COMPUTE, is_bifrost, gpu_id); in pandecode_vertex_tiler_postfix_pre() 929 else if (job_type == MALI_JOB_TYPE_COMPUTE) in pandecode_vertex_tiler_postfix_pre() 959 …info = pandecode_shader_disassemble(state.shader.shader & ~0xF, job_no, job_type, is_bifrost, gpu_… in pandecode_vertex_tiler_postfix_pre() 999 … pandecode_blend_shader_disassemble(shader, job_no, job_type, false, gpu_id); in pandecode_vertex_tiler_postfix_pre() 1007 if (job_type == MALI_JOB_TYPE_TILER && in pandecode_vertex_tiler_postfix_pre() 1021 pandecode_blend_shader_disassemble(shader, job_no, job_type, in pandecode_vertex_tiler_postfix_pre() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_multi_thread.c | 229 void vp9_prepare_job_queue(VP9_COMP *cpi, JOB_TYPE job_type) { in vp9_prepare_job_queue() argument 238 switch (job_type) { in vp9_prepare_job_queue() 274 if (ENCODE_JOB == job_type) { in vp9_prepare_job_queue()
|
D | vp9_multi_thread.h | 20 void vp9_prepare_job_queue(VP9_COMP *cpi, JOB_TYPE job_type);
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | executor.h | 88 ExecutorJobType job_type = ExecutorJobType::SHORT);
|
D | executor.cc | 408 ExecutorType executor_type, ExecutorJobType job_type) { in Run() argument 410 [static_cast<size_t>(job_type)](closure, error); in Run()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.h | 91 JobType job_type; member
|
D | vp9_decodeframe.c | 1833 lpf_job.job_type = LPF_JOB; in recon_tile_row() 1914 if (job.job_type == LPF_JOB) { in row_decode_worker_hook() 1922 } else if (job.job_type == RECON_JOB) { in row_decode_worker_hook() 1966 } else if (job.job_type == PARSE_JOB) { in row_decode_worker_hook() 1994 recon_job.job_type = RECON_JOB; in row_decode_worker_hook() 2004 parse_job.job_type = PARSE_JOB; in row_decode_worker_hook() 2396 parse_job.job_type = PARSE_JOB; in decode_tiles_row_wise_mt()
|
/external/igt-gpu-tools/lib/ |
D | igt_panfrost.c | 134 .job_type = JOB_TYPE_FRAGMENT, in igt_panfrost_trivial_job()
|
D | panfrost-job.h | 603 enum mali_job_type job_type : 7; member
|
/external/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 416 - panfrost: XMLify job_type
|