OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:constbuf_dirty
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_context.h
119
uint16_t
constbuf_dirty
[3];
member in struct:nv50_context
nv50_shader_state.c
48
while (nv50->
constbuf_dirty
[s]) {
49
const int i = ffs(nv50->
constbuf_dirty
[s]) - 1;
50
nv50->
constbuf_dirty
[s] &= ~(1 << i);
nv50_state.c
781
nv50->
constbuf_dirty
[s] |= 1 << i;
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_context.h
125
uint16_t
constbuf_dirty
[5];
member in struct:nvc0_context
nvc0_state_validate.c
361
while (nvc0->
constbuf_dirty
[s]) {
362
int i = ffs(nvc0->
constbuf_dirty
[s]) - 1;
363
nvc0->
constbuf_dirty
[s] &= ~(1 << i);
nvc0_state.c
676
nvc0->
constbuf_dirty
[s] |= 1 << i;
/external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h
119
uint16_t
constbuf_dirty
[3];
member in struct:nv50_context
nv50_shader_state.c
48
while (nv50->
constbuf_dirty
[s]) {
49
const int i = ffs(nv50->
constbuf_dirty
[s]) - 1;
50
nv50->
constbuf_dirty
[s] &= ~(1 << i);
nv50_state.c
781
nv50->
constbuf_dirty
[s] |= 1 << i;
[
all
...]
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.h
125
uint16_t
constbuf_dirty
[5];
member in struct:nvc0_context
nvc0_state_validate.c
361
while (nvc0->
constbuf_dirty
[s]) {
362
int i = ffs(nvc0->
constbuf_dirty
[s]) - 1;
363
nvc0->
constbuf_dirty
[s] &= ~(1 << i);
nvc0_state.c
676
nvc0->
constbuf_dirty
[s] |= 1 << i;
Completed in 109 milliseconds