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:draw_regions
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_setup_context.h
126
struct u_rect
draw_regions
[PIPE_MAX_VIEWPORTS]; /* intersection of fb & scissor */
member
H
A
D
lp_setup_point.c
460
if (!u_rect_test_intersection(&setup->
draw_regions
[viewport_index], &bbox)) {
in try_setup_point()
466
u_rect_find_intersection(&setup->
draw_regions
[viewport_index], &bbox);
in try_setup_point()
H
A
D
lp_setup_rect.c
312
if (!u_rect_test_intersection(&setup->
draw_regions
[viewport_index], &bbox)) {
in try_rect_cw()
318
u_rect_find_intersection(&setup->
draw_regions
[viewport_index], &bbox);
in try_rect_cw()
H
A
D
lp_setup_line.c
591
if (!u_rect_test_intersection(&setup->
draw_regions
[viewport_index], &bbox)) {
in try_setup_line()
612
scissor = &setup->
draw_regions
[viewport_index];
in try_setup_line()
H
A
D
lp_setup_tri.c
315
if (!u_rect_test_intersection(&setup->
draw_regions
[viewport_index], &bbox)) {
in do_triangle_ccw()
342
const struct u_rect *scissor = &setup->
draw_regions
[viewport_index];
in do_triangle_ccw()
804
u_rect_find_intersection(&setup->
draw_regions
[viewport_index],
in lp_setup_bin_triangle()
H
A
D
lp_setup.c
1393
setup->
draw_regions
[i] = setup->framebuffer;
in try_update_scene_state()
1396
&setup->
draw_regions
[i]);
in try_update_scene_state()
1408
&setup->
draw_regions
[0]);
in try_update_scene_state()
1428
&setup->
draw_regions
[0]);
in try_update_scene_state()
Completed in 8 milliseconds