OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sampler_unit
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c
67
uint
sampler_unit
;
member in struct:pstip_fragment_shader
372
pstip->fs->
sampler_unit
= transform.freeSampler;
373
assert(pstip->fs->
sampler_unit
< PIPE_MAX_SAMPLERS);
540
/* we'll use sampler/texture[pstip->
sampler_unit
] for the stipple */
542
num_samplers = MAX2(num_samplers, pstip->fs->
sampler_unit
+ 1);
545
pstip->state.samplers[pstip->fs->
sampler_unit
] = pstip->sampler_cso;
546
pipe_sampler_view_reference(&pstip->state.sampler_views[pstip->fs->
sampler_unit
],
draw_pipe_aaline.c
78
uint
sampler_unit
;
member in struct:aaline_fragment_shader
384
aaline->fs->
sampler_unit
= transform.freeSampler;
706
/* we'll use sampler/texture[pstip->
sampler_unit
] for the stipple */
708
num_samplers = MAX2(num_samplers, aaline->fs->
sampler_unit
+ 1);
710
aaline->state.sampler[aaline->fs->
sampler_unit
] = aaline->sampler_cso;
711
pipe_sampler_view_reference(&aaline->state.sampler_views[aaline->fs->
sampler_unit
],
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c
67
uint
sampler_unit
;
member in struct:pstip_fragment_shader
372
pstip->fs->
sampler_unit
= transform.freeSampler;
373
assert(pstip->fs->
sampler_unit
< PIPE_MAX_SAMPLERS);
540
/* we'll use sampler/texture[pstip->
sampler_unit
] for the stipple */
542
num_samplers = MAX2(num_samplers, pstip->fs->
sampler_unit
+ 1);
545
pstip->state.samplers[pstip->fs->
sampler_unit
] = pstip->sampler_cso;
546
pipe_sampler_view_reference(&pstip->state.sampler_views[pstip->fs->
sampler_unit
],
draw_pipe_aaline.c
78
uint
sampler_unit
;
member in struct:aaline_fragment_shader
384
aaline->fs->
sampler_unit
= transform.freeSampler;
706
/* we'll use sampler/texture[pstip->
sampler_unit
] for the stipple */
708
num_samplers = MAX2(num_samplers, aaline->fs->
sampler_unit
+ 1);
710
aaline->state.sampler[aaline->fs->
sampler_unit
] = aaline->sampler_cso;
711
pipe_sampler_view_reference(&aaline->state.sampler_views[aaline->fs->
sampler_unit
],
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_exec.c
2101
const uint
sampler_unit
= inst->Src[2].Register.Index;
local
2211
const uint
sampler_unit
= inst->Src[2].Register.Index;
local
[
all
...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c
2101
const uint
sampler_unit
= inst->Src[2].Register.Index;
local
2211
const uint
sampler_unit
= inst->Src[2].Register.Index;
local
[
all
...]
Completed in 300 milliseconds