OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attachmentDescriptions
(Results
1 - 9
of
9
) sorted by null
/external/deqp/external/vulkancts/framework/vulkan/
vkObjUtil.cpp
421
std::vector<VkAttachmentDescription>
attachmentDescriptions
;
424
attachmentDescriptions
.push_back(colorAttachmentDescription);
426
attachmentDescriptions
.push_back(depthStencilAttachmentDescription);
459
(deUint32)
attachmentDescriptions
.size(), // deUint32 attachmentCount
460
&
attachmentDescriptions
[0], // const VkAttachmentDescription* pAttachments
/external/deqp/external/vulkancts/modules/vulkan/multiview/
vktMultiViewRenderUtil.cpp
296
const AttachmentDesc
attachmentDescriptions
[] =
376
attachmentDescriptions
, // const VkAttachmentDescription* pAttachments; || const VkAttachmentDescription2KHR* pAttachments;
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineStencilExportTests.cpp
174
VkAttachmentDescription
attachmentDescriptions
[] =
257
&
attachmentDescriptions
[0], // const VkAttachmentDescription* pAttachments;
vktPipelinePushDescriptorTests.cpp
[
all
...]
vktPipelineMultisampleTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/util/
vktDrawUtil.cpp
359
std::vector<VkAttachmentDescription>
attachmentDescriptions
;
403
attachmentDescriptions
.push_back(attachDescriptors[0]);
405
attachmentDescriptions
.push_back(attachDescriptors[1]);
427
(deUint32)
attachmentDescriptions
.size(), // deUint32 attachmentCount;
428
&
attachmentDescriptions
[0], // const VkAttachmentDescription* pAttachments;
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassUnusedAttachmentTests.cpp
104
const AttachmentDesc
attachmentDescriptions
[] =
217
attachmentDescriptions
, // const VkAttachmentDescription* pAttachments
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryExternalMemoryHostTests.cpp
690
std::vector<VkAttachmentDescription>
attachmentDescriptions
;
691
attachmentDescriptions
.push_back(colorAttachmentDescription);
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp
[
all
...]
Completed in 784 milliseconds