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:dest_att
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_meta_resolve.c
588
struct radv_subpass_attachment
dest_att
= subpass->resolve_attachments[i];
in radv_cmd_buffer_resolve_subpass_hw()
local
590
if (
dest_att
.attachment == VK_ATTACHMENT_UNUSED)
in radv_cmd_buffer_resolve_subpass_hw()
596
struct radv_image_view *dest_iview = cmd_buffer->state.attachments[
dest_att
.attachment].iview;
in radv_cmd_buffer_resolve_subpass_hw()
598
VkImageLayout dst_image_layout = cmd_buffer->state.attachments[
dest_att
.attachment].current_layout;
in radv_cmd_buffer_resolve_subpass_hw()
614
cmd_buffer->state.attachments[
dest_att
.attachment].current_layout =
in radv_cmd_buffer_resolve_subpass_hw()
620
.color_attachments = (struct radv_subpass_attachment[]){src_att,
dest_att
},
in radv_cmd_buffer_resolve_subpass_hw()
719
struct radv_subpass_attachment
dest_att
= subpass->resolve_attachments[i];
in radv_cmd_buffer_resolve_subpass()
local
721
if (
dest_att
.attachment == VK_ATTACHMENT_UNUSED)
in radv_cmd_buffer_resolve_subpass()
725
cmd_buffer->state.attachments[
dest_att
.attachment].pending_clear_aspects = 0;
in radv_cmd_buffer_resolve_subpass()
728
cmd_buffer->state.attachments[
dest_att
in radv_cmd_buffer_resolve_subpass()
777
struct radv_subpass_attachment
dest_att
= subpass->resolve_attachments[i];
radv_decompress_resolve_subpass_src()
local
[all...]
H
A
D
radv_meta_resolve_fs.c
915
struct radv_subpass_attachment
dest_att
= subpass->resolve_attachments[i];
in radv_cmd_buffer_resolve_subpass_fs()
local
917
if (
dest_att
.attachment == VK_ATTACHMENT_UNUSED)
in radv_cmd_buffer_resolve_subpass_fs()
920
struct radv_image_view *dest_iview = cmd_buffer->state.attachments[
dest_att
.attachment].iview;
in radv_cmd_buffer_resolve_subpass_fs()
925
.color_attachments = (struct radv_subpass_attachment[]){
dest_att
},
in radv_cmd_buffer_resolve_subpass_fs()
H
A
D
radv_meta_resolve_cs.c
868
struct radv_subpass_attachment
dest_att
= *subpass->ds_resolve_attachment;
in radv_depth_stencil_resolve_subpass_cs()
local
869
struct radv_image_view *dst_iview = cmd_buffer->state.attachments[
dest_att
.attachment].iview;
in radv_depth_stencil_resolve_subpass_cs()
916
VkImageLayout layout = cmd_buffer->state.attachments[
dest_att
.attachment].current_layout;
in radv_depth_stencil_resolve_subpass_cs()
Completed in 5 milliseconds