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_tri_clip
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_setup_context.h
105
unsigned
point_tri_clip
:1;
member
H
A
D
lp_setup.c
611
setup->
point_tri_clip
= rast->point_size_per_vertex;
in lp_setup_bind_rasterizer()
1411
else if (setup->
point_tri_clip
) {
in try_update_scene_state()
1421
*
point_tri_clip
setting.)
in try_update_scene_state()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H
A
D
Rasterizer.cpp
233
state.
point_tri_clip
= 1;
in CreateRasterizerState()
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_atom_rasterizer.c
224
raster->
point_tri_clip
= st->ctx->API == API_OPENGLES2;
in st_update_rasterizer()
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_state.h
112
unsigned
point_tri_clip
:1; /** large points clipped as tris or points */
member
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_context.c
295
draw->rasterizer->
point_tri_clip
));
in draw_update_clip_flags()
334
*
point_tri_clip
isn't set). Only relevant if bypass_clip_xy isn't set.
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_dump_state.c
359
util_dump_member(stream, bool, state,
point_tri_clip
);
in util_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_execute.c
4192
state->rs_state.
point_tri_clip
= true;
in lvp_execute_cmds()
Completed in 16 milliseconds