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:first_subpass
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_pass.c
48
pass->attachments[i].
first_subpass
= pass->subpass_count - 1;
in pass_find_subpass_range_for_attachments()
52
pass->attachments[i].views[j].
first_subpass
= pass->subpass_count - 1;
in pass_find_subpass_range_for_attachments()
69
if (i < att->
first_subpass
)
in pass_find_subpass_range_for_attachments()
70
att->
first_subpass
= i;
in pass_find_subpass_range_for_attachments()
77
if (i < att->views[view_index].
first_subpass
)
in pass_find_subpass_range_for_attachments()
78
att->views[view_index].
first_subpass
= i;
in pass_find_subpass_range_for_attachments()
91
if (i < pass->attachments[ds_attachment_idx].
first_subpass
)
in pass_find_subpass_range_for_attachments()
92
pass->attachments[ds_attachment_idx].
first_subpass
= i;
in pass_find_subpass_range_for_attachments()
104
if (i < pass->attachments[input_attachment_idx].
first_subpass
)
in pass_find_subpass_range_for_attachments()
105
pass->attachments[input_attachment_idx].
first_subpass
in pass_find_subpass_range_for_attachments()
[all...]
H
A
D
v3dvx_cmd_buffer.c
169
if (state->job->
first_subpass
> first_subpass_idx)
in check_needs_load()
236
uint32_t
first_subpass
= !pass->multiview_enabled ?
in cmd_buffer_render_pass_emit_loads()
local
237
attachment->
first_subpass
:
in cmd_buffer_render_pass_emit_loads()
238
attachment->views[layer].
first_subpass
;
in cmd_buffer_render_pass_emit_loads()
242
first_subpass
,
in cmd_buffer_render_pass_emit_loads()
261
ds_attachment->
first_subpass
:
in cmd_buffer_render_pass_emit_loads()
262
ds_attachment->views[layer].
first_subpass
;
in cmd_buffer_render_pass_emit_loads()
393
if (state->job->
first_subpass
!= first_subpass_idx)
in check_needs_clear()
452
assert(state->job->
first_subpass
>= ds_attachment->
first_subpass
);
in cmd_buffer_render_pass_emit_stores()
578
uint32_t
first_subpass
= !pass->multiview_enabled ?
cmd_buffer_render_pass_emit_stores()
local
[all...]
H
A
D
v3dv_private.h
719
uint32_t
first_subpass
;
member
729
uint32_t
first_subpass
;
member
1106
uint32_t
first_subpass
;
member
H
A
D
v3dv_cmd_buffer.c
744
job->
first_subpass
= subpass_idx;
in v3dv_job_init()
1333
if (state->subpass_idx != att->
first_subpass
)
in cmd_buffer_emit_subpass_clears()
1347
if (state->subpass_idx == att->
first_subpass
) {
in cmd_buffer_emit_subpass_clears()
1430
job->
first_subpass
== state->subpass_idx) {
in cmd_buffer_subpass_create_job()
Completed in 13 milliseconds