Home
last modified time | relevance | path

Searched refs:hasColor (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp211 const bool hasColor = m_params.colorFormat != VK_FORMAT_UNDEFINED; in MultipleClearsTest() local
240 if (hasColor) in MultipleClearsTest()
280 …const VkAttachmentReference colorAttachmentReference = hasColor ? makeAttachmentReference(0u, VK_… in MultipleClearsTest()
281 …eference depthAttachmentReference = hasDepth ? makeAttachmentReference(hasColor ? 1u : 0u, VK_IMA… in MultipleClearsTest()
287 hasColor ? 1 : 0, // colorAttachmentCount in MultipleClearsTest()
288 hasColor ? &colorAttachmentReference : DE_NULL, // colorAttachments in MultipleClearsTest()
319 … (createShaderModule(vk, device, m_context.getBinaryCollection().get(hasColor ? "frag" : "frag_… in MultipleClearsTest()
416 const bool hasColor = m_params.colorFormat != VK_FORMAT_UNDEFINED; in iterate() local
420 if (hasColor) in iterate()
451 if (hasColor) in iterate()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkObjUtil.cpp425 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
458 if (hasColor) in makeRenderPass()
471 hasColor ? 1u : 0u, // deUint32 attachment in makeRenderPass()
481 hasColor ? 1u : 0u, // deUint32 colorAttachmentCount in makeRenderPass()
482 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference* pColorAttachments in makeRenderPass()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DLinePrinter.h64 bool hasColor() const { return UseColor; } in hasColor() function
DLinePrinter.cpp288 : OS(P.OS), UseColor(P.hasColor()) { in WithColor()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp376 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
409 if (hasColor) in makeRenderPass()
422 hasColor ? 1u : 0u, // deUint32 attachment in makeRenderPass()
432 hasColor ? 1u : 0u, // deUint32 colorAttachmentCount in makeRenderPass()
433 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference* pColorAttachments in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp244 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local
246 const bool hasColorResolve = hasColor && (colorSamples != VK_SAMPLE_COUNT_1_BIT); in makeRenderPass()
300 if (hasColor) in makeRenderPass()
312 hasColor ? attachmentCounter++ : 0u, // deUint32 attachment; in makeRenderPass()
358 hasColor ? 1u : 0u, // deUint32 colorAttachmentCount; in makeRenderPass()
359hasColor ? &colorAttachmentRef2 : DE_NULL, // const VkAttachmentReference2* pColorAttachment… in makeRenderPass()
391 hasColor ? 1u : 0u, // deUint32 colorAttachmentCount; in makeRenderPass()
392 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp1029 const bool hasColor = !hasDepth && !hasStencil; in clearToTextureInitialValue() local
1035 if (hasColor) in clearToTextureInitialValue()