OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vbo_user
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_vbo.c
98
nv30->vbo_fifo = nv30->
vbo_user
= 0;
113
nv30->
vbo_user
|= 1 << i;
140
if (!(nv30->
vbo_user
& (1 << b)))
167
uint32_t
vbo_user
= nv30->
vbo_user
;
local
169
while (
vbo_user
) {
170
int i = ffs(
vbo_user
) - 1;
171
vbo_user
&= ~(1 << i);
194
nv30->
vbo_user
= 0;
226
user = (nv30->
vbo_user
& (1 << ve->vertex_buffer_index))
[
all
...]
nv30_context.h
112
uint32_t
vbo_user
;
member in struct:nv30_context
/external/mesa3d/src/gallium/drivers/nv30/
nv30_vbo.c
98
nv30->vbo_fifo = nv30->
vbo_user
= 0;
113
nv30->
vbo_user
|= 1 << i;
140
if (!(nv30->
vbo_user
& (1 << b)))
167
uint32_t
vbo_user
= nv30->
vbo_user
;
local
169
while (
vbo_user
) {
170
int i = ffs(
vbo_user
) - 1;
171
vbo_user
&= ~(1 << i);
194
nv30->
vbo_user
= 0;
226
user = (nv30->
vbo_user
& (1 << ve->vertex_buffer_index))
[
all
...]
nv30_context.h
112
uint32_t
vbo_user
;
member in struct:nv30_context
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_vbo.c
208
if (!(nv50->
vbo_user
& (1 << b)) || !vb->stride)
236
if (!(nv50->
vbo_user
& (1 << b)))
268
if (nv50->
vbo_user
) {
291
if (nv50->
vbo_user
& ~nv50->vbo_constant)
327
if (likely(vb->stride) || !(nv50->
vbo_user
& (1 << b)))
345
if (nv50->
vbo_user
& ~nv50->vbo_constant)
361
if (nv50->
vbo_user
& (1 << b)) {
733
if (nv50->
vbo_user
&& !(nv50->dirty & (NV50_NEW_ARRAYS | NV50_NEW_VERTEX))) {
nv50_context.h
126
uint32_t
vbo_user
; /* bitmask of vertex buffers pointing to user memory */
member in struct:nv50_context
nv50_state.c
892
nv50->
vbo_user
= nv50->vbo_constant = 0;
899
nv50->
vbo_user
|= 1 << i;
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_vbo.c
219
if (nvc0->
vbo_user
) {
240
if (!(nvc0->
vbo_user
& (1 << b)))
272
uint32_t mask = nvc0->
vbo_user
& ~nvc0->constant_vbos;
365
if (nvc0->
vbo_user
)
374
const uint32_t mask = nvc0->
vbo_user
;
404
if (nvc0->
vbo_user
)
425
vbo_mode = (nvc0->
vbo_user
&& nvc0->vbo_push_hint) ? 1 : 0;
803
if (nvc0->
vbo_user
&& !(nvc0->dirty & (NVC0_NEW_ARRAYS | NVC0_NEW_VERTEX))) {
nvc0_context.h
131
uint32_t
vbo_user
; /* bitmask of vertex buffers pointing to user memory */
member in struct:nvc0_context
nvc0_state.c
788
nvc0->
vbo_user
= 0;
794
nvc0->
vbo_user
|= 1 << i;
812
nvc0->
vbo_user
|= 1 << i;
/external/mesa3d/src/gallium/drivers/nv50/
nv50_vbo.c
208
if (!(nv50->
vbo_user
& (1 << b)) || !vb->stride)
236
if (!(nv50->
vbo_user
& (1 << b)))
268
if (nv50->
vbo_user
) {
291
if (nv50->
vbo_user
& ~nv50->vbo_constant)
327
if (likely(vb->stride) || !(nv50->
vbo_user
& (1 << b)))
345
if (nv50->
vbo_user
& ~nv50->vbo_constant)
361
if (nv50->
vbo_user
& (1 << b)) {
733
if (nv50->
vbo_user
&& !(nv50->dirty & (NV50_NEW_ARRAYS | NV50_NEW_VERTEX))) {
nv50_context.h
126
uint32_t
vbo_user
; /* bitmask of vertex buffers pointing to user memory */
member in struct:nv50_context
nv50_state.c
892
nv50->
vbo_user
= nv50->vbo_constant = 0;
899
nv50->
vbo_user
|= 1 << i;
[
all
...]
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_vbo.c
219
if (nvc0->
vbo_user
) {
240
if (!(nvc0->
vbo_user
& (1 << b)))
272
uint32_t mask = nvc0->
vbo_user
& ~nvc0->constant_vbos;
365
if (nvc0->
vbo_user
)
374
const uint32_t mask = nvc0->
vbo_user
;
404
if (nvc0->
vbo_user
)
425
vbo_mode = (nvc0->
vbo_user
&& nvc0->vbo_push_hint) ? 1 : 0;
803
if (nvc0->
vbo_user
&& !(nvc0->dirty & (NVC0_NEW_ARRAYS | NVC0_NEW_VERTEX))) {
nvc0_context.h
131
uint32_t
vbo_user
; /* bitmask of vertex buffers pointing to user memory */
member in struct:nvc0_context
nvc0_state.c
788
nvc0->
vbo_user
= 0;
794
nvc0->
vbo_user
|= 1 << i;
812
nvc0->
vbo_user
|= 1 << i;
Completed in 965 milliseconds