OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:twoside
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_twoside.c
55
copy_bfc( struct twoside_stage *
twoside
,
59
struct vertex_header *tmp = dup_vert( &
twoside
->stage, v, idx );
61
if (
twoside
->attrib_back0 >= 0 &&
twoside
->attrib_front0 >= 0) {
62
COPY_4FV(tmp->data[
twoside
->attrib_front0],
63
tmp->data[
twoside
->attrib_back0]);
65
if (
twoside
->attrib_back1 >= 0 &&
twoside
->attrib_front1 >= 0) {
66
COPY_4FV(tmp->data[
twoside
->attrib_front1],
67
tmp->data[
twoside
->attrib_back1])
79
struct
twoside
_stage *
twoside
=
twoside
_stage(stage);
local
105
struct
twoside
_stage *
twoside
=
twoside
_stage(stage);
local
167
struct
twoside
_stage *
twoside
= CALLOC_STRUCT(
twoside
_stage);
local
[
all
...]
draw_private.h
111
struct draw_stage *
twoside
;
member in struct:draw_context::__anon16270
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.h
27
unsigned
twoside
:1;
member in struct:lp_setup_variant_key
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs_constval.c
41
bool
twoside
;
member in struct:tracker
135
if (t->
twoside
) {
215
t.
twoside
= 1;
/external/mesa3d/src/mesa/main/
ffvertex_prog.c
180
if (ctx->Light.Model.
TwoSide
)
1035
const GLboolean
twoside
= p->state->light_twoside;
local
1073
if (
twoside
) {
1103
if (
twoside
) {
1108
if (
twoside
&& separate) {
[
all
...]
Completed in 160 milliseconds