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:pp_buffer
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/
H
A
D
lima_screen.c
60
if (screen->
pp_buffer
)
in lima_screen_destroy()
61
lima_bo_unreference(screen->
pp_buffer
);
in lima_screen_destroy()
691
screen->
pp_buffer
= lima_bo_create(screen, pp_buffer_size, 0);
in lima_screen_create()
692
if (!screen->
pp_buffer
)
in lima_screen_create()
694
screen->
pp_buffer
->cacheable = false;
in lima_screen_create()
703
memcpy(lima_bo_map(screen->
pp_buffer
) + pp_clear_program_offset,
in lima_screen_create()
713
memcpy(lima_bo_map(screen->
pp_buffer
) + pp_reload_program_offset,
in lima_screen_create()
718
memcpy(lima_bo_map(screen->
pp_buffer
) + pp_shared_index_offset,
in lima_screen_create()
727
memcpy(lima_bo_map(screen->
pp_buffer
) + pp_clear_gl_pos_offset,
in lima_screen_create()
731
uint32_t *pp_frame_rsw = lima_bo_map(screen->
pp_buffer
)
in lima_screen_create()
[all...]
H
A
D
lima_screen.h
87
struct lima_bo *
pp_buffer
;
member
H
A
D
lima_blit.c
59
((uint32_t *)(screen->
pp_buffer
->map + pp_reload_program_offset))[0] & 0x1f;
in lima_pack_blit_cmd()
60
uint32_t reload_shader_va = screen->
pp_buffer
->va + pp_reload_program_offset;
in lima_pack_blit_cmd()
166
PLBU_CMD_INDICES(screen->
pp_buffer
->va + pp_shared_index_offset);
in lima_pack_blit_cmd()
H
A
D
lima_job.c
715
lima_job_add_bo(job, LIMA_PIPE_PP, screen->
pp_buffer
, LIMA_SUBMIT_BO_READ);
in lima_update_job_bo()
805
frame->render_address = screen->
pp_buffer
->va + pp_frame_rsw_offset;
in lima_pack_pp_frame_reg()
Completed in 8 milliseconds