HomeSort by: relevance | last modified time | path
    Searched refs:tiler_job (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_indirect_draw.h 40 mali_ptr tiler_job; member in struct:pan_indirect_draw_info
pan_indirect_draw.c 74 nir_ssa_def *tiler_job; member in struct:jobs_data
171 mali_ptr tiler_job; member in struct:indirect_draw_inputs
330 builder->jobs.tiler_job = get_input_field(b, tiler_job);
391 builder->jobs.vertex_job : builder->jobs.tiler_job;
400 pan_section_offset(TILER_JOB, DRAW);
401 unsigned prim_offset = pan_section_offset(TILER_JOB, PRIMITIVE);
402 unsigned psiz_offset = pan_section_offset(TILER_JOB, PRIMITIVE_SIZE);
954 set_null_job(builder, builder->jobs.tiler_job);
1329 .tiler_job = draw_info->tiler_job
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_cmdstream.c 2306 const struct panfrost_ptr *tiler_job)
2326 vertex, 0, tiler_job, false);
2680 void *section = pan_section_ptr(job, TILER_JOB, INVOCATION);
2683 section = pan_section_ptr(job, TILER_JOB, PRIMITIVE);
2720 void *prim_size = pan_section_ptr(job, TILER_JOB, PRIMITIVE_SIZE);
2723 pan_section_pack(job, TILER_JOB, TILER, cfg) {
2727 pan_section_pack(job, TILER_JOB, PADDING, cfg);
2730 section = pan_section_ptr(job, TILER_JOB, DRAW);
2804 pan_pool_alloc_desc(&batch->pool.base, TILER_JOB);
2900 pan_pool_alloc_desc(&batch->pool.base, TILER_JOB);
    [all...]

Completed in 6 milliseconds