OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textures_dirty
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_tex.c
222
const boolean dirty = !!(nvc0->
textures_dirty
[s] & (1 << i));
272
nvc0->
textures_dirty
[s] = 0;
288
const boolean dirty = !!(nvc0->
textures_dirty
[s] & (1 << i));
478
uint32_t dirty = nvc0->
textures_dirty
[s] | nvc0->samplers_dirty[s];
494
nvc0->
textures_dirty
[s] = 0;
nvc0_context.h
139
uint32_t
textures_dirty
[5];
member in struct:nvc0_context
nvc0_surface.c
877
nvc0->
textures_dirty
[s] = (1 << nvc0->num_textures[s]) - 1;
894
nvc0->
textures_dirty
[4] |= 3;
928
nvc0->
textures_dirty
[s] = (1 << nvc0->num_textures[s]) - 1;
936
nvc0->
textures_dirty
[4] |= 3;
[
all
...]
nvc0_state_validate.c
461
ctx_to->
textures_dirty
[s] = ~0;
nvc0_state.c
515
nvc0->
textures_dirty
[s] |= 1 << i;
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_tex.c
222
const boolean dirty = !!(nvc0->
textures_dirty
[s] & (1 << i));
272
nvc0->
textures_dirty
[s] = 0;
288
const boolean dirty = !!(nvc0->
textures_dirty
[s] & (1 << i));
478
uint32_t dirty = nvc0->
textures_dirty
[s] | nvc0->samplers_dirty[s];
494
nvc0->
textures_dirty
[s] = 0;
nvc0_context.h
139
uint32_t
textures_dirty
[5];
member in struct:nvc0_context
nvc0_surface.c
877
nvc0->
textures_dirty
[s] = (1 << nvc0->num_textures[s]) - 1;
894
nvc0->
textures_dirty
[4] |= 3;
928
nvc0->
textures_dirty
[s] = (1 << nvc0->num_textures[s]) - 1;
936
nvc0->
textures_dirty
[4] |= 3;
[
all
...]
nvc0_state_validate.c
461
ctx_to->
textures_dirty
[s] = ~0;
nvc0_state.c
515
nvc0->
textures_dirty
[s] |= 1 << i;
Completed in 216 milliseconds