OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tfbbuf_dirty
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.h
158
uint8_t
tfbbuf_dirty
;
member in struct:nvc0_context
nvc0_shader_state.c
258
if (!(nvc0->
tfbbuf_dirty
& (1 << b)))
nvc0_state.c
921
nvc0->
tfbbuf_dirty
|= 1 << i;
932
nvc0->
tfbbuf_dirty
|= 1 << i;
938
if (nvc0->
tfbbuf_dirty
)
Completed in 72 milliseconds