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:wide_point
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_pipe.c
44
draw->pipeline.
wide_point
= draw_wide_point_stage(draw);
in draw_pipeline_init()
57
!draw->pipeline.
wide_point
||
in draw_pipeline_init()
85
if (draw->pipeline.
wide_point
)
in draw_pipeline_destroy()
86
draw->pipeline.
wide_point
->destroy(draw->pipeline.
wide_point
);
in draw_pipeline_destroy()
H
A
D
draw_pipe_validate.c
199
draw->pipeline.
wide_point
->next = next;
in validate_pipeline()
200
next = draw->pipeline.
wide_point
;
in validate_pipeline()
H
A
D
draw_private.h
165
struct draw_stage *
wide_point
;
member
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_state_gs.c
92
key->gs.
wide_point
= gs->
wide_point
;
in make_gs_key()
H
A
D
svga_shader.h
73
unsigned
wide_point
:1;
member
423
unsigned
wide_point
:1; /* set if the shader emulates wide point */
member
H
A
D
svga_state_tgsi_transform.c
337
gs->
wide_point
= TRUE;
in emulate_point_sprite()
461
(gs->base.tgsi_info.writes_psize || gs->
wide_point
)) {
in update_tgsi_transform()
H
A
D
svga_state_constants.c
308
if (variant->key.gs.
wide_point
) {
in svga_get_extra_gs_constants()
1207
if (dirty == SVGA_NEW_RAST && !variant->key.gs.
wide_point
)
in emit_gs_consts()
H
A
D
svga_state_rss.c
487
svga->curr.gs && svga->curr.gs->
wide_point
) {
in emit_rss_vgpu10()
H
A
D
svga_tgsi_vgpu10.c
13089
if (key->gs.
wide_point
) {
in svga_tgsi_vgpu10_translate()
Completed in 22 milliseconds