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_max_y
(Results
1 - 11
of
11
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_emit.c
72
job->
draw_max_y
= MAX2(job->
draw_max_y
, maxy);
in vc4_emit_state()
H
A
D
vc4_job.c
88
job->
draw_max_y
= 0;
in vc4_job_create()
379
job->
draw_max_y
<= job->draw_min_y) {
in vc4_job_submit()
464
submit.max_y_tile = (job->
draw_max_y
- 1) / job->tile_height;
in vc4_job_submit()
H
A
D
vc4_context.h
251
uint32_t
draw_max_y
;
member
H
A
D
vc4_draw.c
636
job->
draw_max_y
= vc4->framebuffer.height;
in vc4_clear()
H
A
D
vc4_blit.c
138
job->
draw_max_y
= info->dst.box.y + info->dst.box.height;
in vc4_tile_blit()
/third_party/mesa3d/src/gallium/drivers/v3d/
H
A
D
v3dx_emit.c
452
job->
draw_max_y
= MAX2(job->
draw_max_y
, maxy);
in emit_state()
H
A
D
v3dx_rcl.c
685
if (job->draw_max_x != 0 && job->
draw_max_y
!= 0) {
in emit_render_layer()
687
max_y_supertile = (job->
draw_max_y
- 1) / supertile_h_in_pixels;
in emit_render_layer()
H
A
D
v3d_job.c
104
job->
draw_max_y
= 0;
in v3d_job_create()
H
A
D
v3d_context.h
382
uint32_t
draw_max_y
;
member
H
A
D
v3d_blit.c
518
job->
draw_max_y
= info->dst.box.y + info->dst.box.height;
in v3d_tlb_blit()
H
A
D
v3dx_draw.c
1641
job->
draw_max_y
= v3d->framebuffer.height;
in v3d_tlb_clear()
Completed in 14 milliseconds