OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tex_handles
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_tex.c
291
nvc0->
tex_handles
[s][i] |= NVE4_TIC_ENTRY_INVALID;
321
nvc0->
tex_handles
[s][i] &= ~NVE4_TIC_ENTRY_INVALID;
322
nvc0->
tex_handles
[s][i] |= tic->id;
327
nvc0->
tex_handles
[s][i] |= NVE4_TIC_ENTRY_INVALID;
410
nvc0->
tex_handles
[s][i] |= NVE4_TSC_ENTRY_INVALID;
431
nvc0->
tex_handles
[s][i] &= ~NVE4_TSC_ENTRY_INVALID;
432
nvc0->
tex_handles
[s][i] |= tsc->id << 20;
435
nvc0->
tex_handles
[s][i] |= NVE4_TSC_ENTRY_INVALID;
491
PUSH_DATA (push, nvc0->
tex_handles
[s][i]);
nvc0_context.h
144
uint32_t
tex_handles
[5][PIPE_MAX_SAMPLERS]; /* for nve4 */
member in struct:nvc0_context
Completed in 1113 milliseconds