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:point_smooth
(Results
1 - 23
of
23
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_pipe_rasterizer.c
220
rast->templ.
point_smooth
= TRUE;
in svga_create_rasterizer_state()
223
if (rast->templ.
point_smooth
&&
in svga_create_rasterizer_state()
231
rast->templ.
point_smooth
= FALSE;
in svga_create_rasterizer_state()
234
if (rast->templ.
point_smooth
) {
in svga_create_rasterizer_state()
277
if (!svga_have_vgpu10(svga) && rast->templ.
point_smooth
) {
in svga_create_rasterizer_state()
H
A
D
svga_state_rss.c
332
rast.
point_smooth
= r->templ.
point_smooth
;
in get_no_cull_rasterizer_state()
H
A
D
svga_state_tgsi_transform.c
262
key.gs.aa_point = svga->curr.rast->templ.
point_smooth
;
in emulate_point_sprite()
H
A
D
svga_state_fs.c
173
key->fs.aa_point = (svga->curr.rast->templ.
point_smooth
&&
in make_fs_key()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_pipe_validate.c
92
if ((!rasterizer->multisample && rasterizer->
point_smooth
) && draw->pipeline.aapoint)
in draw_need_pipeline()
165
else if ((!rast->multisample && rast->
point_smooth
) && draw->pipeline.aapoint)
in validate_pipeline()
187
if ((!rast->multisample && rast->
point_smooth
) && draw->pipeline.aapoint) {
in validate_pipeline()
H
A
D
draw_pipe_aapoint.c
578
assert(draw->rasterizer->
point_smooth
&& !draw->rasterizer->multisample);
in aapoint_first_point()
664
if (!rast->
point_smooth
|| rast->multisample)
in draw_aapoint_prepare_outputs()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_state_rasterizer.c
81
rast->
point_smooth
||
in llvmpipe_create_rasterizer_state()
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_atom_rasterizer.c
197
raster->
point_smooth
= !multisample && !ctx->Point.PointSprite &&
in st_update_rasterizer()
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_state.h
109
unsigned
point_smooth
:1;
member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_state.h
94
unsigned
point_smooth
: 1;
member
H
A
D
si_state.c
954
rs->
point_smooth
= state->
point_smooth
;
in si_create_rs_state()
1201
old_rs->
point_smooth
!= rs->
point_smooth
||
in si_bind_rs_state()
1214
old_rs->
point_smooth
!= rs->
point_smooth
||
in si_bind_rs_state()
H
A
D
si_state_shaders.cpp
2186
sctx->queued.named.rasterizer->
point_smooth
;
2388
key->ps.mono.point_smoothing = rs->
point_smooth
&&
3554
rs->
point_smooth
|| (!rs->flatshade && info->uses_interp_color)))
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_inlines.h
628
!state->
point_smooth
&&
in util_get_min_point_size()
H
A
D
u_dump_state.c
355
util_dump_member(stream, bool, state,
point_smooth
);
in util_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H
A
D
tr_dump_state.c
134
trace_dump_member(bool, state,
point_smooth
);
in trace_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H
A
D
cso_context.c
573
/* We can't have both point_quad_rasterization (sprites) and
point_smooth
in cso_set_rasterizer()
576
assert(!(templ->point_quad_rasterization && templ->
point_smooth
));
in cso_set_rasterizer()
/third_party/mesa3d/src/gallium/drivers/virgl/
H
A
D
virgl_encode.c
460
VIRGL_OBJ_RS_S0_POINT_SMOOTH(state->
point_smooth
) |
in virgl_encode_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_state.c
279
SB_DATA (so, cso->
point_smooth
);
in nv50_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_compiler.cpp
955
key->gs.aa_point = rast->
point_smooth
;
in d3d12_fill_shader_key()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H
A
D
sp_setup.c
1152
const boolean round = (boolean) setup->softpipe->rasterizer->
point_smooth
;
in sp_setup_point()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_state.c
265
SB_IMMED_3D(so, POINT_SMOOTH_ENABLE, cso->
point_smooth
);
in nvc0_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_state.c
1912
sf.SmoothPointEnable = (state->
point_smooth
|| state->multisample) &&
in iris_create_rasterizer_state()
1938
rr.SmoothPointEnable = state->
point_smooth
;
in iris_create_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_state.c
2094
rr.SmoothPointEnable = state->
point_smooth
;
in crocus_create_rasterizer_state()
Completed in 59 milliseconds