Searched refs:hasColor (Results 1 – 4 of 4) sorted by relevance
390 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() local423 if (hasColor) in makeRenderPass()436 hasColor ? 1u : 0u, // deUint32 attachment in makeRenderPass()446 hasColor ? 1u : 0u, // deUint32 colorAttachmentCount in makeRenderPass()447 hasColor ? &colorAttachmentRef : DE_NULL, // const VkAttachmentReference* pColorAttachments in makeRenderPass()
65 bool hasColor() const { return UseColor; } in hasColor() function
290 : OS(P.OS), UseColor(P.hasColor()) { in WithColor()
1011 const bool hasColor = !hasDepth && !hasStencil; in clearToTextureInitialValue() local1017 if (hasColor) in clearToTextureInitialValue()