Searched refs:cs_validate (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
H A Dradeon_winsys.h535 * been added since the last call of cs_validate will be removed and
540 bool (*cs_validate)(struct radeon_cmdbuf *cs); member in struct:radeon_winsys
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_winsys.h559 * been added since the last call of cs_validate will be removed and
564 bool (*cs_validate)(struct radeon_cmdbuf *cs); member in struct:radeon_winsys
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_cs.c43 cs_validate is then called, which just checks:
827 ws->base.cs_validate = radeon_drm_cs_validate;
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_cs.c43 cs_validate is then called, which just checks:
858 ws->base.cs_validate = radeon_drm_cs_validate;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_cs.c1671 ws->base.cs_validate = amdgpu_cs_validate;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_emit.c1400 /* Now do the validation (flush is called inside cs_validate on failure). */
1401 if (!r300->rws->cs_validate(r300->cs)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_cs.c1835 ws->base.cs_validate = amdgpu_cs_validate;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_emit.c1403 /* Now do the validation (flush is called inside cs_validate on failure). */
1404 if (!r300->rws->cs_validate(&r300->cs)) {

Completed in 17 milliseconds