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:att_ref
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/
H
A
D
vk_image.c
624
vk_att_ref_stencil_layout(const VkAttachmentReference2 *
att_ref
,
in vk_att_ref_stencil_layout()
argument
632
if (
att_ref
->attachment == VK_ATTACHMENT_UNUSED ||
in vk_att_ref_stencil_layout()
633
!vk_format_has_stencil(attachments[
att_ref
->attachment].format))
in vk_att_ref_stencil_layout()
637
vk_find_struct_const(
att_ref
->pNext, ATTACHMENT_REFERENCE_STENCIL_LAYOUT);
in vk_att_ref_stencil_layout()
650
assert(!vk_image_layout_is_depth_only(
att_ref
->layout));
in vk_att_ref_stencil_layout()
652
return
att_ref
->layout;
in vk_att_ref_stencil_layout()
H
A
D
vk_image.h
323
VkImageLayout vk_att_ref_stencil_layout(const VkAttachmentReference2 *
att_ref
,
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_meta_clear.c
699
VkAttachmentReference2
att_ref
= {
in create_color_clear_render_pass()
local
710
.pColorAttachments = &
att_ref
,
in create_color_clear_render_pass()
H
A
D
v3dv_meta_copy.c
3009
VkAttachmentReference2
att_ref
= {
in create_blit_render_pass()
local
3020
.pColorAttachments = is_color_blit ? &
att_ref
: NULL,
in create_blit_render_pass()
3022
.pDepthStencilAttachment = is_color_blit ? NULL : &
att_ref
,
in create_blit_render_pass()
Completed in 10 milliseconds