Searched defs:colorAttachmentDescription (Results 1 - 25 of 28) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantUtil.cpp275 const VkAttachmentDescription colorAttachmentDescription = local
320 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments;
H A DvktPipelineMultisampleImageTests.cpp324 const VkAttachmentDescription colorAttachmentDescription = local
336 const std::vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription);
389 const VkAttachmentDescription colorAttachmentDescription = local
428 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments;
H A DvktPipelineBlendTests.cpp361 const VkAttachmentDescription colorAttachmentDescription = local
400 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments;
H A DvktPipelineDepthTests.cpp339 const VkAttachmentDescription colorAttachmentDescription = local
367 colorAttachmentDescription,
H A DvktPipelineFramebufferAttachmentTests.cpp129 VkAttachmentDescription colorAttachmentDescription = local
141 attachmentDescriptions[attachmentIndex++] = colorAttachmentDescription;
H A DvktPipelineInputAssemblyTests.cpp995 const VkAttachmentDescription colorAttachmentDescription = local
1034 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments;
H A DvktPipelineStencilTests.cpp423 const VkAttachmentDescription colorAttachmentDescription = local
451 colorAttachmentDescription,
H A DvktPipelineCacheTests.cpp792 const VkAttachmentDescription colorAttachmentDescription = local
820 colorAttachmentDescription,
H A DvktPipelinePushConstantTests.cpp660 const VkAttachmentDescription colorAttachmentDescription = local
675 colorAttachmentDescription
H A DvktPipelineRenderToImageTests.cpp446 const VkAttachmentDescription colorAttachmentDescription = local
458 vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription);
H A DvktPipelineVertexInputTests.cpp854 const VkAttachmentDescription colorAttachmentDescription = local
893 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments;
/external/deqp/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderUtil.cpp193 const VkAttachmentDescription colorAttachmentDescription = local
267 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments;
284 const VkAttachmentDescription colorAttachmentDescription = local
311 attachments.push_back(colorAttachmentDescription);
/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessUtil.cpp325 const VkAttachmentDescription colorAttachmentDescription = local
364 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments;
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiGetMemoryCommitment.cpp166 const VkAttachmentDescription colorAttachmentDescription = local
205 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments;
H A DvktApiBufferViewAccessTests.cpp207 const VkAttachmentDescription colorAttachmentDescription = local
246 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments;
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorMultiViewportTests.cpp99 const VkAttachmentDescription colorAttachmentDescription = local
138 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments;
H A DvktFragmentOperationsScissorTests.cpp118 const VkAttachmentDescription colorAttachmentDescription = local
157 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments;
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp89 const VkAttachmentDescription colorAttachmentDescription = local
128 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments;
H A DvktGeometryLayeredRenderingTests.cpp160 const VkAttachmentDescription colorAttachmentDescription = local
199 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments;
H A DvktGeometryTestsUtil.cpp438 const VkAttachmentDescription colorAttachmentDescription = local
483 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments;
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp276 const VkAttachmentDescription colorAttachmentDescription = local
312 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments;
H A DvktSynchronizationUtil.cpp360 const VkAttachmentDescription colorAttachmentDescription = local
405 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments;
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp753 const VkAttachmentDescription colorAttachmentDescription = local
765 vector<VkAttachmentDescription> attachmentDescriptions(numLayers, colorAttachmentDescription);
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp276 const VkAttachmentDescription colorAttachmentDescription = local
315 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments;
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.cpp339 const VkAttachmentDescription colorAttachmentDescription = local
384 &colorAttachmentDescription, // const VkAttachmentDescription* pAttachments;

Completed in 294 milliseconds

12