Searched defs:gallium_uniforms (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_uniforms.c191 const uint32_t *gallium_uniforms)
200 ((const void *)gallium_uniforms +
215 const uint32_t *gallium_uniforms = cb->cb[0].user_buffer; local
216 struct vc4_bo *ubo = vc4_upload_ubo(vc4, shader, gallium_uniforms);
233 gallium_uniforms[uinfo->data[i]]);
189 vc4_upload_ubo(struct vc4_context *vc4, struct vc4_compiled_shader *shader, const uint32_t *gallium_uniforms) argument

Completed in 66 milliseconds