Searched refs:ps_uniforms_offset (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_uniforms.c72 uint32_t base = frag ? screen->specs.ps_uniforms_offset : screen->specs.vs_uniforms_offset;
H A Detnaviv_internal.h123 uint32_t ps_uniforms_offset; member in struct:etna_specs
H A Detnaviv_screen.c888 screen->specs.ps_uniforms_offset = VIVS_SH_HALTI5_UNIFORMS(screen->specs.max_vs_uniforms*4);
898 screen->specs.ps_uniforms_offset = VIVS_SH_UNIFORMS(screen->specs.max_vs_uniforms*4);
902 screen->specs.ps_uniforms_offset = VIVS_PS_UNIFORMS(0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_internal.h118 uint32_t ps_uniforms_offset; member in struct:etna_specs
H A Detnaviv_screen.c832 screen->specs.ps_uniforms_offset = VIVS_SH_HALTI5_UNIFORMS(screen->specs.max_vs_uniforms*4);
842 screen->specs.ps_uniforms_offset = VIVS_SH_UNIFORMS(screen->specs.max_vs_uniforms*4);
846 screen->specs.ps_uniforms_offset = VIVS_PS_UNIFORMS(0);
H A Detnaviv_emit.c674 etna_set_state_multi(stream, ctx->specs.ps_uniforms_offset,
711 etna_coalsence_emit(stream, &coalesce, ctx->specs.ps_uniforms_offset + x*4, ctx->shader_state.PS_UNIFORMS[x]);

Completed in 7 milliseconds