OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_bound_samplers
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa.h
22
int
num_bound_samplers
;
member in struct:exa_context
xorg_composite.c
364
exa->
num_bound_samplers
= 0;
388
exa->
num_bound_samplers
= 1;
412
exa->
num_bound_samplers
= 2;
422
exa->
num_bound_samplers
,
425
exa->
num_bound_samplers
,
491
if (exa->
num_bound_samplers
== 0 ) { /* solid fill */
495
exa->
num_bound_samplers
);
508
if (exa->
num_bound_samplers
== 0 ) { /* solid fill */
525
exa->
num_bound_samplers
,
584
exa->
num_bound_samplers
= 0
[
all
...]
xorg_exa.c
697
exa->
num_bound_samplers
);
/external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.c
396
ctx->
num_bound_samplers
= 0;
418
ctx->
num_bound_samplers
= 1;
442
ctx->
num_bound_samplers
= 2;
462
cso_set_samplers(ctx->cso, PIPE_SHADER_FRAGMENT, ctx->
num_bound_samplers
,
464
cso_set_sampler_views(ctx->cso, PIPE_SHADER_FRAGMENT, ctx->
num_bound_samplers
,
491
if (ctx->
num_bound_samplers
== 0 ) { /* solid fill */
507
if (ctx->
num_bound_samplers
== 0 ) { /* solid fill */
xa_context.c
345
ctx->
num_bound_samplers
= 0;
406
for (i = 0; i < ctx->
num_bound_samplers
; ++i)
408
ctx->
num_bound_samplers
= 0;
xa_priv.h
111
unsigned int
num_bound_samplers
;
member in struct:xa_context
xa_yuv.c
94
r->
num_bound_samplers
= 3;
xa_renderer.c
559
r->attrs_per_vertex = 1 + r->
num_bound_samplers
;
Completed in 86 milliseconds