OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c14_bound
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_shader_state.c
56
nvc0->state.
c14_bound
|= 1 << stage;
58
if (nvc0->state.
c14_bound
& (1 << stage)) {
62
nvc0->state.
c14_bound
&= ~(1 << stage);
nvc0_context.h
106
uint8_t
c14_bound
; /* whether immediate array constbuf is bound */
member in struct:nvc0_context::__anon20544
Completed in 75 milliseconds