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_x
(Results
1 - 11
of
11
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_emit.c
71
job->
draw_max_x
= MAX2(job->
draw_max_x
, maxx);
in vc4_emit_state()
H
A
D
vc4_job.c
87
job->
draw_max_x
= 0;
in vc4_job_create()
378
if (job->
draw_max_x
<= job->draw_min_x ||
in vc4_job_submit()
463
submit.max_x_tile = (job->
draw_max_x
- 1) / job->tile_width;
in vc4_job_submit()
H
A
D
vc4_context.h
250
uint32_t
draw_max_x
;
member
H
A
D
vc4_draw.c
635
job->
draw_max_x
= vc4->framebuffer.width;
in vc4_clear()
H
A
D
vc4_blit.c
137
job->
draw_max_x
= info->dst.box.x + info->dst.box.width;
in vc4_tile_blit()
/third_party/mesa3d/src/gallium/drivers/v3d/
H
A
D
v3dx_emit.c
451
job->
draw_max_x
= MAX2(job->
draw_max_x
, maxx);
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()
686
max_x_supertile = (job->
draw_max_x
- 1) / supertile_w_in_pixels;
in emit_render_layer()
H
A
D
v3d_job.c
103
job->
draw_max_x
= 0;
in v3d_job_create()
H
A
D
v3d_context.h
381
uint32_t
draw_max_x
;
member
H
A
D
v3d_blit.c
517
job->
draw_max_x
= info->dst.box.x + info->dst.box.width;
in v3d_tlb_blit()
H
A
D
v3dx_draw.c
1640
job->
draw_max_x
= v3d->framebuffer.width;
in v3d_tlb_clear()
Completed in 14 milliseconds