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:poly_smooth
(Results
1 - 12
of
12
) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_atom_rasterizer.c
190
raster->
poly_smooth
= !multisample && ctx->Polygon.SmoothFlag;
in st_update_rasterizer()
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_state.h
107
unsigned
poly_smooth
:1;
member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_state.h
93
unsigned
poly_smooth
: 1;
member
H
A
D
si_state.c
953
rs->
poly_smooth
= state->
poly_smooth
;
in si_create_rs_state()
1050
S_028A48_MSAA_ENABLE(state->multisample || state->
poly_smooth
|| state->line_smooth) |
in si_create_rs_state()
1200
old_rs->
poly_smooth
!= rs->
poly_smooth
|| old_rs->line_smooth != rs->line_smooth ||
in si_bind_rs_state()
1213
old_rs->
poly_smooth
!= rs->
poly_smooth
||
in si_bind_rs_state()
H
A
D
si_state_shaders.cpp
2385
((is_poly && rs->
poly_smooth
) || (is_line && rs->line_smooth)) &&
3553
(rs->line_smooth || rs->
poly_smooth
|| rs->poly_stipple_enable ||
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_pipe_rasterizer.c
413
if (templ->
poly_smooth
) {
in svga_create_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H
A
D
nv30_state.c
160
SB_DATA (so, cso->
poly_smooth
);
in nv30_rasterizer_state_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H
A
D
tr_dump_state.c
132
trace_dump_member(bool, state,
poly_smooth
);
in trace_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_dump_state.c
353
util_dump_member(stream, bool, state,
poly_smooth
);
in util_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/virgl/
H
A
D
virgl_encode.c
458
VIRGL_OBJ_RS_S0_POLY_SMOOTH(state->
poly_smooth
) |
in virgl_encode_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_state.c
284
SB_DATA (so, cso->
poly_smooth
);
in nv50_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_state.c
277
SB_IMMED_3D(so, POLYGON_SMOOTH_ENABLE, cso->
poly_smooth
);
in nvc0_rasterizer_state_create()
Completed in 26 milliseconds