Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/vc4/
Dvc4_gem.c851 uint32_t uniforms_offset = shader_rec_offset + args->shader_rec_size; in vc4_get_bcl() local
852 uint32_t exec_size = uniforms_offset + args->uniforms_size; in vc4_get_bcl()
858 uniforms_offset < shader_rec_offset || in vc4_get_bcl()
859 exec_size < uniforms_offset || in vc4_get_bcl()
884 exec->uniforms_u = temp + uniforms_offset; in vc4_get_bcl()
928 exec->uniforms_v = exec->exec_bo->vaddr + uniforms_offset; in vc4_get_bcl()
929 exec->uniforms_p = exec->exec_bo->dma_addr + uniforms_offset; in vc4_get_bcl()