Searched refs:src_handles (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_validate.c736 uint32_t *src_handles; local in function:validate_gl_shader_rec
760 src_handles = exec->shader_rec_u;
784 if (src_handles[i] > exec->bo_count) {
785 DRM_ERROR("Shader handle %d too big\n", src_handles[i]);
789 bo[i] = exec->bo[src_handles[i]];
794 bo[i] = vc4_use_bo(exec, src_handles[i]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_validate.c736 uint32_t *src_handles; local in function:validate_gl_shader_rec
760 src_handles = exec->shader_rec_u;
784 if (src_handles[i] > exec->bo_count) {
785 DRM_ERROR("Shader handle %d too big\n", src_handles[i]);
789 bo[i] = exec->bo[src_handles[i]];
794 bo[i] = vc4_use_bo(exec, src_handles[i]);

Completed in 4 milliseconds