OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_sampler_views
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
etnaviv_texture.c
226
uint32_t prev_active_sampler_views = ctx->
active_sampler_views
;
231
ctx->
active_sampler_views
|= mask;
234
ctx->
active_sampler_views
&= ~mask;
239
ctx->
active_sampler_views
&= ~mask;
243
ctx->dirty_sampler_views |= ctx->
active_sampler_views
^ prev_active_sampler_views;
306
return ctx->
active_sampler_views
& ctx->active_samplers;
etnaviv_context.h
162
uint32_t
active_sampler_views
;
member in struct:etna_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_texture.c
247
uint32_t prev_active_sampler_views = ctx->
active_sampler_views
;
259
ctx->
active_sampler_views
|= mask;
262
ctx->
active_sampler_views
&= ~mask;
267
ctx->
active_sampler_views
&= ~mask;
271
ctx->dirty_sampler_views |= ctx->
active_sampler_views
^ prev_active_sampler_views;
337
return ctx->
active_sampler_views
& ctx->active_samplers;
etnaviv_context.h
167
uint32_t
active_sampler_views
;
member in struct:etna_context
Completed in 6 milliseconds
Indexes created Tue Jul 14 00:26:25 UTC 2026