OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vbo_constant
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h
127
uint32_t
vbo_constant
; /* bitmask of user buffers with stride 0 */
member in struct:nv50_context
nv50_vbo.c
291
if (nv50->vbo_user & ~nv50->
vbo_constant
)
345
if (nv50->vbo_user & ~nv50->
vbo_constant
)
355
if (unlikely(nv50->
vbo_constant
& (1 << b))) {
nv50_state.c
892
nv50->vbo_user = nv50->
vbo_constant
= 0;
901
nv50->
vbo_constant
|= 1 << i;
[
all
...]
Completed in 1010 milliseconds