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:resolve_att
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_pass.c
260
const VkAttachmentReference2 *
resolve_att
=
in v3dv_CreateRenderPass2()
local
264
if (
resolve_att
) {
in v3dv_CreateRenderPass2()
266
.attachment =
resolve_att
->attachment,
in v3dv_CreateRenderPass2()
267
.layout =
resolve_att
->layout,
in v3dv_CreateRenderPass2()
273
resolve_att
->aspectMask & VK_IMAGE_ASPECT_DEPTH_BIT;
in v3dv_CreateRenderPass2()
276
resolve_att
->aspectMask & VK_IMAGE_ASPECT_STENCIL_BIT;
in v3dv_CreateRenderPass2()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_pass.c
1023
struct tu_render_pass_attachment *
resolve_att
= &pass->attachments[a];
in tu_setup_dynamic_render_pass()
local
1025
tu_setup_dynamic_attachment(
resolve_att
, resolve_view);
in tu_setup_dynamic_render_pass()
1026
resolve_att
->gmem = false;
in tu_setup_dynamic_render_pass()
1027
attachment_set_ops(device,
resolve_att
,
in tu_setup_dynamic_render_pass()
1064
struct tu_render_pass_attachment *
resolve_att
= &pass->attachments[a];
in tu_setup_dynamic_render_pass()
local
1067
tu_setup_dynamic_attachment(
resolve_att
, resolve_view);
in tu_setup_dynamic_render_pass()
1068
resolve_att
->gmem = false;
in tu_setup_dynamic_render_pass()
1069
attachment_set_ops(device,
resolve_att
,
in tu_setup_dynamic_render_pass()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_pass.c
275
struct radv_subpass_attachment *
resolve_att
= &subpass->resolve_attachments[j];
in radv_render_pass_compile()
local
277
if (
resolve_att
->attachment == VK_ATTACHMENT_UNUSED)
in radv_render_pass_compile()
Completed in 4 milliseconds