Home
last modified time | relevance | path

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

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