Searched refs:uniforms_v (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/kernel/
H A Dvc4_drv.h110 void *uniforms_v; member in struct:vc4_exec_info
H A Dvc4_gem.c121 exec->uniforms_v = exec->exec_bo->vaddr + uniforms_offset;
H A Dvc4_validate.c566 uint32_t *validated_p0 = exec->uniforms_v + sample->p_offset[0];
841 memcpy(exec->uniforms_v, uniform_data_u,
863 ((uint32_t *)exec->uniforms_v)[o] = exec->uniforms_p;
869 exec->uniforms_v += validated_shader->uniforms_size;

Completed in 47 milliseconds