Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:twoside
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_pipe_twoside.c
55
copy_bfc( struct twoside_stage *
twoside
,
in copy_bfc()
argument
59
struct vertex_header *tmp = dup_vert( &
twoside
->stage, v, idx );
in copy_bfc()
61
if (
twoside
->attrib_back0 >= 0 &&
twoside
->attrib_front0 >= 0) {
in copy_bfc()
62
COPY_4FV(tmp->data[
twoside
->attrib_front0],
in copy_bfc()
63
tmp->data[
twoside
->attrib_back0]);
in copy_bfc()
65
if (
twoside
->attrib_back1 >= 0 &&
twoside
->attrib_front1 >= 0) {
in copy_bfc()
66
COPY_4FV(tmp->data[
twoside
->attrib_front1],
in copy_bfc()
67
tmp->data[
twoside
in copy_bfc()
79
struct
twoside
_stage *
twoside
=
twoside
_stage(stage);
twoside_tri()
local
105
struct
twoside
_stage *
twoside
=
twoside
_stage(stage);
twoside_first_tri()
local
170
struct
twoside
_stage *
twoside
= CALLOC_STRUCT(
twoside
_stage);
draw_twoside_stage()
local
[all...]
H
A
D
draw_pipe.c
47
draw->pipeline.
twoside
= draw_twoside_stage(draw);
in draw_pipeline_init()
60
!draw->pipeline.
twoside
||
in draw_pipeline_init()
91
if (draw->pipeline.
twoside
)
in draw_pipeline_destroy()
92
draw->pipeline.
twoside
->destroy(draw->pipeline.
twoside
);
in draw_pipeline_destroy()
H
A
D
draw_pipe_validate.c
241
draw->pipeline.
twoside
->next = next;
in validate_pipeline()
242
next = draw->pipeline.
twoside
;
in validate_pipeline()
H
A
D
draw_private.h
157
struct draw_stage *
twoside
;
member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_state_setup.h
26
unsigned
twoside
:1;
member
H
A
D
lp_state_setup.c
344
/* Potentially modify it according to
twoside
, etc:
in load_attribute()
346
if (key->
twoside
) {
in load_attribute()
767
key->
twoside
= lp->rasterizer->light_twoside;
in lp_make_setup_variant_key()
/third_party/mesa3d/src/mesa/main/
H
A
D
ffvertex_prog.c
1043
const GLboolean
twoside
= p->state->light_twoside;
in build_lighting()
local
1081
if (
twoside
) {
in build_lighting()
1111
if (
twoside
) {
in build_lighting()
1116
if (
twoside
&& separate) {
in build_lighting()
1138
if (
twoside
)
in build_lighting()
1144
if (
twoside
)
in build_lighting()
1150
if (
twoside
)
in build_lighting()
1305
if (
twoside
) {
in build_lighting()
Completed in 7 milliseconds