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:attachmentRef
(Results
1 - 25
of
25
) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H
A
D
RenderPassCache.cpp
126
auto&
attachmentRef
= colorAttachmentRefs[colorAttachmentIndex];
in CreateRenderPassForQuery()
local
129
attachmentRef
.attachment = colorAttachmentIndex;
in CreateRenderPassForQuery()
130
attachmentRef
.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
in CreateRenderPassForQuery()
174
auto&
attachmentRef
= resolveAttachmentRefs[resolveAttachmentIndex];
in CreateRenderPassForQuery()
local
177
attachmentRef
.attachment = attachmentCount;
in CreateRenderPassForQuery()
178
attachmentRef
.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
in CreateRenderPassForQuery()
194
auto&
attachmentRef
= resolveAttachmentRefs[resolveAttachmentIndex];
in CreateRenderPassForQuery()
local
195
attachmentRef
.attachment = VK_ATTACHMENT_UNUSED;
in CreateRenderPassForQuery()
196
attachmentRef
.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; // The Khronos Vulkan validation layer will complain if not set
in CreateRenderPassForQuery()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H
A
D
vktRenderPassMultisampleResolveTests.cpp
1554
const AttRef
attachmentRef
in createRenderPass()
1562
colorAttachmentRefs.push_back(
attachmentRef
);
in createRenderPass()
1581
const AttRef
attachmentRef
in createRenderPass()
1589
resolveAttachmentRefs.push_back(
attachmentRef
);
in createRenderPass()
2461
const AttRef
attachmentRef
in createRenderPass()
2468
sp0colorAttachmentRefs.push_back(
attachmentRef
);
in createRenderPass()
2486
const AttRef
attachmentRef
in createRenderPass()
2493
sp0resolveAttachmentRefs.push_back(
attachmentRef
);
in createRenderPass()
2498
const AttRef
attachmentRef
in createRenderPass()
2505
sp1inAttachmentRefs.push_back(
attachmentRef
);
in createRenderPass()
[all...]
H
A
D
vktRenderPassTests.cpp
5035
const AttachmentReference&
attachmentRef
= colorAttachments[attachmentRefNdx];
5036
const Attachment& attachment = renderPass.getAttachments()[
attachmentRef
.getAttachment()];
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H
A
D
vktRenderPassMultisampleResolveTests.cpp
1541
const AttRef
attachmentRef
in createRenderPass()
1549
colorAttachmentRefs.push_back(
attachmentRef
);
in createRenderPass()
1568
const AttRef
attachmentRef
in createRenderPass()
1576
resolveAttachmentRefs.push_back(
attachmentRef
);
in createRenderPass()
2448
const AttRef
attachmentRef
in createRenderPass()
2455
sp0colorAttachmentRefs.push_back(
attachmentRef
);
in createRenderPass()
2473
const AttRef
attachmentRef
in createRenderPass()
2480
sp0resolveAttachmentRefs.push_back(
attachmentRef
);
in createRenderPass()
2485
const AttRef
attachmentRef
in createRenderPass()
2492
sp1inAttachmentRefs.push_back(
attachmentRef
);
in createRenderPass()
[all...]
H
A
D
vktRenderPassTests.cpp
5021
const AttachmentReference&
attachmentRef
= colorAttachments[attachmentRefNdx];
5022
const Attachment& attachment = renderPass.getAttachments()[
attachmentRef
.getAttachment()];
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H
A
D
vktSynchronizationNoneStageTests.cpp
492
VkAttachmentReference2
attachmentRef
in buildBasicRenderPass()
500
pColorAttachment = &
attachmentRef
;
in buildBasicRenderPass()
502
pDepthStencilAttachment = &
attachmentRef
;
in buildBasicRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H
A
D
vktSynchronizationNoneStageTests.cpp
490
VkAttachmentReference2
attachmentRef
in buildBasicRenderPass()
498
pColorAttachment = &
attachmentRef
;
in buildBasicRenderPass()
500
pDepthStencilAttachment = &
attachmentRef
;
in buildBasicRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp
247
const VkAttachmentReference
attachmentRef
=
in iterate()
local
253
perSampleAttachmentRef[sampleNdx] =
attachmentRef
;
in iterate()
H
A
D
vktPipelineFramebufferAttachmentTests.cpp
161
const VkAttachmentReference
attachmentRef
=
in makeRenderPass()
local
166
colorAttachmentReferences[i] =
attachmentRef
;
in makeRenderPass()
986
const VkAttachmentReference
attachmentRef
=
in makeRenderPassMultiAttachments()
local
991
colorAttachmentReferences[i] =
attachmentRef
;
in makeRenderPassMultiAttachments()
H
A
D
vktPipelineRenderToImageTests.cpp
398
const VkAttachmentReference
attachmentRef
=
in makeRenderPass()
local
409
colorAttachmentReferences[i] =
attachmentRef
;
in makeRenderPass()
H
A
D
vktPipelineDynamicOffsetTests.cpp
316
const VkAttachmentReference
attachmentRef
=
in init()
local
329
&
attachmentRef
, // const VkAttachmentReference* pColorAttachments
in init()
H
A
D
vktPipelineMultisampleImageTests.cpp
454
const VkAttachmentReference
attachmentRef
=
in makeMultisampleRenderPass()
local
459
colorAttachmentReferences[i] =
attachmentRef
;
in makeMultisampleRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp
245
const VkAttachmentReference
attachmentRef
=
in iterate()
local
251
perSampleAttachmentRef[sampleNdx] =
attachmentRef
;
in iterate()
H
A
D
vktPipelineFramebufferAttachmentTests.cpp
158
const VkAttachmentReference
attachmentRef
=
in makeRenderPass()
local
163
colorAttachmentReferences[i] =
attachmentRef
;
in makeRenderPass()
978
const VkAttachmentReference
attachmentRef
=
in makeRenderPassMultiAttachments()
local
983
colorAttachmentReferences[i] =
attachmentRef
;
in makeRenderPassMultiAttachments()
H
A
D
vktPipelineRenderToImageTests.cpp
395
const VkAttachmentReference
attachmentRef
=
in makeRenderPass()
local
406
colorAttachmentReferences[i] =
attachmentRef
;
in makeRenderPass()
H
A
D
vktPipelineDynamicOffsetTests.cpp
313
const VkAttachmentReference
attachmentRef
=
in init()
local
326
&
attachmentRef
, // const VkAttachmentReference* pColorAttachments
in init()
H
A
D
vktPipelineMultisampleImageTests.cpp
451
const VkAttachmentReference
attachmentRef
=
in makeMultisampleRenderPass()
local
456
colorAttachmentReferences[i] =
attachmentRef
;
in makeMultisampleRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H
A
D
vktApiImageClearingTests.cpp
932
const VkAttachmentReference
attachmentRef
=
in createRenderPass()
local
952
pDepthStencilAttachment = &
attachmentRef
;
in createRenderPass()
957
pColorAttachments = &
attachmentRef
;
in createRenderPass()
1051
const VkAttachmentReference2
attachmentRef
=
in createRenderPass()
local
1072
&
attachmentRef
, // const VkAttachmentReference2KHR* pDepthStencilAttachment;
in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H
A
D
vktApiImageClearingTests.cpp
835
const VkAttachmentReference
attachmentRef
=
in createRenderPass()
local
848
pDepthStencilAttachment = &
attachmentRef
;
in createRenderPass()
853
pColorAttachments = &
attachmentRef
;
in createRenderPass()
945
const VkAttachmentReference2
attachmentRef
=
in createRenderPass()
local
966
&
attachmentRef
, // const VkAttachmentReference2KHR* pDepthStencilAttachment;
in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H
A
D
vktTextureTestUtil.cpp
762
const VkAttachmentReference
attachmentRef
=
in TextureRenderer()
local
781
&
attachmentRef
, // const VkAttachmentReference* pColorAttachments;
in TextureRenderer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H
A
D
vktTextureTestUtil.cpp
795
const VkAttachmentReference
attachmentRef
=
in TextureRenderer()
local
814
&
attachmentRef
, // const VkAttachmentReference* pColorAttachments;
in TextureRenderer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H
A
D
vktImageMutableTests.cpp
680
const VkAttachmentReference
attachmentRef
=
in makeRenderPass()
local
686
colorAttachmentReferences[i] =
attachmentRef
;
in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H
A
D
vktImageMutableTests.cpp
680
const VkAttachmentReference
attachmentRef
=
in makeRenderPass()
local
686
colorAttachmentReferences[i] =
attachmentRef
;
in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H
A
D
vktRasterizationTests.cpp
461
const VkAttachmentReference
attachmentRef
=
in BaseRenderingTestInstance()
local
480
&
attachmentRef
, // const VkAttachmentReference* pColorAttachments;
in BaseRenderingTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H
A
D
vktRasterizationTests.cpp
459
const VkAttachmentReference
attachmentRef
=
in BaseRenderingTestInstance()
local
478
&
attachmentRef
, // const VkAttachmentReference* pColorAttachments;
in BaseRenderingTestInstance()
Completed in 95 milliseconds