Searched refs:vertex_sampler_offset (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_cmdline.c49 .vertex_sampler_offset = 8,
H A Detnaviv_uniforms.c41 return samp_id + ctx->specs.vertex_sampler_offset;
H A Detnaviv_texture.c57 offset = ctx->specs.vertex_sampler_offset;
262 unsigned start = ctx->specs.vertex_sampler_offset;
H A Detnaviv_internal.h96 unsigned vertex_sampler_offset; member in struct:etna_specs
H A Detnaviv_screen.c751 screen->specs.vertex_sampler_offset = 8;
H A Detnaviv_compiler.c1984 tex_base = c->specs->vertex_sampler_offset;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_cmdline.c49 .vertex_sampler_offset = 8,
H A Detnaviv_uniforms.c44 return samp_id + screen->specs.vertex_sampler_offset;
H A Detnaviv_internal.h101 unsigned vertex_sampler_offset; member in struct:etna_specs
H A Detnaviv_texture.c59 offset = screen->specs.vertex_sampler_offset;
294 unsigned start = screen->specs.vertex_sampler_offset;
H A Detnaviv_compiler_nir_emit.c201 .tex.id = texid + (is_fs(c) ? 0 : c->specs->vertex_sampler_offset),
H A Detnaviv_screen.c711 screen->specs.vertex_sampler_offset = 16;
715 screen->specs.vertex_sampler_offset = 8;
H A Detnaviv_compiler_tgsi.c2043 tex_base = c->specs->vertex_sampler_offset;

Completed in 19 milliseconds