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:ds_surface_id
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_hw_pass.h
167
int32_t
ds_surface_id
;
member
170
* Either load from '
ds_surface_id
', clear using '
ds_surface_id
' or leave
H
A
D
pvr_hw_pass.c
82
renders[0].
ds_surface_id
= 1;
in pvr_create_renderpass_hwsetup()
H
A
D
pvr_cmd_buffer.c
977
if (hw_render->
ds_surface_id
!= -1) {
in pvr_sub_cmd_gfx_job_init()
979
render_pass_info->attachments[hw_render->
ds_surface_id
];
in pvr_sub_cmd_gfx_job_init()
998
if (hw_render->
ds_surface_id
< render_pass_info->clear_value_count) {
in pvr_sub_cmd_gfx_job_init()
1000
&render_pass_info->clear_values[hw_render->
ds_surface_id
];
in pvr_sub_cmd_gfx_job_init()
2235
assert(hw_render->
ds_surface_id
!= -1);
in pvr_perform_start_of_render_attachment_clear()
2238
view_idx = hw_render->
ds_surface_id
;
in pvr_perform_start_of_render_attachment_clear()
2321
if (hw_render->
ds_surface_id
!= -1) {
in pvr_perform_start_of_render_clears()
2342
if (hw_render->
ds_surface_id
!= -1) {
in pvr_stash_depth_format()
2345
state->depth_format = iviews[hw_render->
ds_surface_id
]->vk.format;
in pvr_stash_depth_format()
Completed in 8 milliseconds