Searched refs:tmu_dirty_rcl (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3dx_draw.c512 job->tmu_dirty_rcl |= v3d->prog.cs->prog_data.vs->base.tmu_dirty_rcl;
513 job->tmu_dirty_rcl |= v3d->prog.vs->prog_data.vs->base.tmu_dirty_rcl;
515 job->tmu_dirty_rcl |=
516 v3d->prog.gs_bin->prog_data.gs->base.tmu_dirty_rcl;
519 job->tmu_dirty_rcl |=
520 v3d->prog.gs->prog_data.gs->base.tmu_dirty_rcl;
522 job->tmu_dirty_rcl |= v3d->prog.fs->prog_data.fs->base.tmu_dirty_rcl;
[all...]
H A Dv3d_context.h443 bool tmu_dirty_rcl; member in struct:v3d_job
H A Dv3d_job.c534 if (job->tmu_dirty_rcl && screen->has_cache_flush)
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_cmd_buffer.c1647 primary_job->tmu_dirty_rcl |= secondary_job->tmu_dirty_rcl;
1834 job->tmu_dirty_rcl |= prog_data_vs_bin->base.tmu_dirty_rcl;
1835 job->tmu_dirty_rcl |= prog_data_vs->base.tmu_dirty_rcl;
1836 job->tmu_dirty_rcl |= prog_data_fs->base.tmu_dirty_rcl;
1838 job->tmu_dirty_rcl |= prog_data_gs_bin->base.tmu_dirty_rcl;
[all...]
H A Dv3dv_private.h972 bool tmu_dirty_rcl; member in struct:v3dv_job
H A Dv3dv_queue.c611 if (job->tmu_dirty_rcl)
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d40_tex.c578 c->tmu_dirty_rcl = true;
H A Dv3d_compiler.h856 bool tmu_dirty_rcl; member in struct:v3d_compile
877 bool tmu_dirty_rcl; member in struct:v3d_prog_data
H A Dvir_register_allocate.c243 c->tmu_dirty_rcl = true;
H A Dvir.c840 prog_data->tmu_dirty_rcl = c->tmu_dirty_rcl;
H A Dnir_to_vir.c514 c->tmu_dirty_rcl = true;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_context.h364 bool tmu_dirty_rcl; member in struct:v3d_job
H A Dv3dx_draw.c539 job->tmu_dirty_rcl = true;
545 job->tmu_dirty_rcl = true;
H A Dv3dx_rcl.c798 if (job->tmu_dirty_rcl) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst2428 - v3dv: flag tmu_dirty_rcl in primaries when linking secondaries that have it set

Completed in 67 milliseconds