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_width
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_emit.c
53
maxx = MAX2(MIN2(vp_maxx, job->
draw_width
), minx);
in vc4_emit_state()
H
A
D
vc4_context.h
257
uint32_t
draw_width
;
member
H
A
D
vc4_job.c
465
submit.width = job->
draw_width
;
in vc4_job_submit()
H
A
D
vc4_draw.c
109
job->
draw_width
= vc4->framebuffer.width;
in vc4_start_draw()
H
A
D
vc4_blit.c
139
job->
draw_width
= dst_surf->width;
in vc4_tile_blit()
/third_party/mesa3d/src/gallium/drivers/v3d/
H
A
D
v3d_blit.c
527
job->
draw_width
= MIN2(dst_surf->width, src_surf->width);
in v3d_tlb_blit()
529
job->draw_tiles_x = DIV_ROUND_UP(job->
draw_width
,
in v3d_tlb_blit()
H
A
D
v3d_context.h
408
uint32_t
draw_width
;
member
H
A
D
v3dx_draw.c
100
config.width_in_pixels = job->
draw_width
;
in start_binning()
162
job->
draw_width
= v3d->framebuffer.width;
in v3d_start_draw()
888
((job->
draw_width
% 2 != 0) || (job->draw_height % 2 != 0))) {
in v3d_update_job_ez()
H
A
D
v3dx_emit.c
423
maxx = MIN2(vp_maxx, job->
draw_width
);
in emit_state()
H
A
D
v3dx_rcl.c
762
config.image_width_pixels = job->
draw_width
;
in emit_rcl()
Completed in 22 milliseconds