Home
last modified time | relevance | path

Searched refs:VK_BLEND_FACTOR_ZERO (Results 1 – 25 of 54) sorted by relevance

123

/external/skia/src/gpu/vk/
DGrVkCopyPipeline.cpp105 VK_BLEND_FACTOR_ZERO, // dstColorBlendFactor in Create()
108 VK_BLEND_FACTOR_ZERO, // dstAlphaBlendFactor in Create()
DGrVkPipeline.cpp256 VK_BLEND_FACTOR_ZERO, // kZero_GrBlendCoeff in blend_coeff_to_vk_blend()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantUtil.cpp225 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in build()
228 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in build()
DvktPipelineStencilTests.cpp650 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in StencilTestInstance()
653 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in StencilTestInstance()
DvktPipelineDepthTests.cpp570 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in DepthTestInstance()
573 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in DepthTestInstance()
DvktPipelineReferenceRenderer.cpp41 case VK_BLEND_FACTOR_ZERO: return rr::BLENDFUNC_ZERO; in mapVkBlendFactor()
DvktPipelineInputAssemblyTests.cpp1192 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in InputAssemblyInstance()
1195 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in InputAssemblyInstance()
DvktPipelinePushConstantTests.cpp944 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in PushConstantGraphicsTestInstance()
947 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in PushConstantGraphicsTestInstance()
DvktPipelineVertexInputTests.cpp938 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in VertexInputInstance()
941 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in VertexInputInstance()
DvktPipelineCacheTests.cpp315VK_BLEND_FACTOR_ZERO, // VkBlendFactor … in buildPipeline()
318VK_BLEND_FACTOR_ZERO, // VkBlendFactor … in buildPipeline()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp644 VK_BLEND_FACTOR_ZERO, // dstColorBlendFactor in renderTriangleTest()
647 VK_BLEND_FACTOR_ZERO, // dstAlphaBlendFactor in renderTriangleTest()
1261 VK_BLEND_FACTOR_ZERO, // dstColorBlendFactor in renderTriangleUnusedResolveAttachmentTest()
1264 VK_BLEND_FACTOR_ZERO, // dstAlphaBlendFactor in renderTriangleUnusedResolveAttachmentTest()
DvktApiBufferViewAccessTests.cpp533 VK_BLEND_FACTOR_ZERO, // VkBlend destBlendColor; in BufferViewTestInstance()
536 VK_BLEND_FACTOR_ZERO, // VkBlend destBlendAlpha; in BufferViewTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryInstancedRenderingTests.cpp263 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in makeGraphicsPipeline()
266 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in makeGraphicsPipeline()
DvktGeometryLayeredRenderingTests.cpp319 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in makeGraphicsPipeline()
322 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in makeGraphicsPipeline()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp288 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in makeGraphicsPipeline()
291 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in makeGraphicsPipeline()
DvktFragmentOperationsScissorTests.cpp301 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in makeGraphicsPipeline()
304 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in makeGraphicsPipeline()
DvktFragmentOperationsEarlyFragmentTests.cpp342 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in makeGraphicsPipeline()
345 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in makeGraphicsPipeline()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp167 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in makeGraphicsPipeline()
170 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in makeGraphicsPipeline()
DvktSparseResourcesBufferTests.cpp449 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in makeGraphicsPipeline()
452 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in makeGraphicsPipeline()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp820 blendAttachment.srcColorBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()
821 blendAttachment.srcAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()
822 blendAttachment.dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()
823 blendAttachment.dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()
DvktSynchronizationInternallySynchronizedObjectsTests.cpp916 m_colorBlendAttachmentState.dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; in addPipelineInfo()
919 m_colorBlendAttachmentState.dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; in addPipelineInfo()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp481 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in makeGraphicsPipeline()
484 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstAlphaBlendFactor; in makeGraphicsPipeline()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp643 vk::VK_BLEND_FACTOR_ZERO, in createPipeline()
646 vk::VK_BLEND_FACTOR_ZERO, in createPipeline()
DvktWsiDisplayTimingTests.cpp682 vk::VK_BLEND_FACTOR_ZERO, in createPipeline()
685 vk::VK_BLEND_FACTOR_ZERO, in createPipeline()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp790 VK_BLEND_FACTOR_ZERO, // VkBlendFactor dstColorBlendFactor; in execute()
793 VK_BLEND_FACTOR_ZERO, // VkBlendFactor destAlphaBlendFactor; in execute()
2526 VK_BLEND_FACTOR_ZERO, // VkBlendFactor destBlendColor; in renderTess()
2529 VK_BLEND_FACTOR_ZERO, // VkBlendFactor destBlendAlpha; in renderTess()

123