Home
last modified time | relevance | path

Searched refs:dstColorBlendFactor (Results 1 – 25 of 36) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp450 blendState.dstColorBlendFactor == VK_BLEND_FACTOR_CONSTANT_ALPHA || in checkSupport()
452 blendState.dstColorBlendFactor == VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_ALPHA) in checkSupport()
540 isSrc1BlendFactor(this->m_blendStates[quadNdx].dstColorBlendFactor) || in checkSupport()
1081 renderState.fragOps.blendRGBState.dstFunc = mapVkBlendFactor(blendState.dstColorBlendFactor); in verifyImage()
1484 renderState.fragOps.blendRGBState.dstFunc = mapVkBlendFactor(blendState.dstColorBlendFactor); in verifyImage()
1984 …te.srcColorBlendFactor] << "_" << shortBlendFactorNames[blendState.dstColorBlendFactor] << "_" << … in getBlendStateName()
2149 isSrc1BlendFactor(quadBlendConfigs[quadNdx].dstColorBlendFactor) || in createBlendTests()
DvktPipelineImageSamplingInstance.cpp753 …colorBlendAttachmentStates[imgNdx].dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; // VkBlendF… in ImageSamplingInstance()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl232 …ol32 blendEnable, VkBlendFactor srcColorBlendFactor, VkBlendFactor dstColorBlendFactor, VkBlendOp … argument
237 res.dstColorBlendFactor = dstColorBlendFactor;
DvkStructTypes.inl820 VkBlendFactor dstColorBlendFactor; member
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c1203 .DestinationBlendFactor = vk_to_gen_blend[a->dstColorBlendFactor],
1215 a->dstColorBlendFactor != a->dstAlphaBlendFactor ||
1237 is_dual_src_blend_factor(a->dstColorBlendFactor) ||
2024 is_dual_src_blend_factor(bstate->dstColorBlendFactor) ||
/external/mesa3d/src/gallium/drivers/zink/
Dzink_state.c238 att.dstColorBlendFactor = blend_factor(rt->rgb_dst_factor); in zink_create_blend_state()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp384 vk::VkBlendFactor dstColorBlendFactor = vk::VK_BLEND_FACTOR_DST_COLOR,
DvktDrawCreateInfoUtil.cpp956 dstColorBlendFactor = _dstColorBlendFactor; in Attachment()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp424 attachmentState->dstColorBlendFactor = blend_coeff_to_vk_blend(dstCoeff); in setup_color_blend_state()
/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp442 attachmentState->dstColorBlendFactor = blend_coeff_to_vk_blend(dstCoeff); in setup_color_blend_state()
/external/swiftshader/src/Device/
DContext.cpp516 … attachment.srcColorBlendFactor, attachment.dstColorBlendFactor, attachment.colorBlendOp, in GraphicsState()
/external/deqp-deps/amber/src/vulkan/
Dgraphics_pipeline.cc521 colorblend_attachment.dstColorBlendFactor = in GetVkPipelineColorBlendAttachmentState()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp257 stateOut->dstColorBlendFactor = static_cast<VkBlendFactor>(packedState.dstColorBlendFactor); in UnpackBlendAttachmentState()
1660 SetBitField(blendAttachmentState.dstColorBlendFactor, VK_BLEND_FACTOR_ZERO); in initDefaults()
2299 blendAttachmentState.dstColorBlendFactor = in updateBlendFuncs()
Dvk_cache_utils.h489 uint16_t dstColorBlendFactor : 5; member
/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c320 tu_blend_factor_is_dual_src(blend->dstColorBlendFactor) || in tu_blend_state_is_dual_src()
1819 has_alpha ? att->dstColorBlendFactor in tu6_rb_mrt_blend_control()
1820 : tu_blend_factor_no_dst_alpha(att->dstColorBlendFactor)); in tu6_rb_mrt_blend_control()
/external/deqp-deps/amber/docs/
Dvk_script.md322 * `dstColorBlendFactor <VkBlendFactor>`
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp869 m_colorBlendAttachmentState.dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; in addPipelineInfo()
DvktSynchronizationSmokeTests.cpp838 blendAttachment.dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; in generateWork()
/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp2678 cb_attachments.dstColorBlendFactor = VK_BLEND_FACTOR_ONE_MINUS_SRC_COLOR; in TEST_F()
2688 cb_attachments.dstColorBlendFactor = VK_BLEND_FACTOR_ONE_MINUS_SRC1_COLOR; // bad in TEST_F()
2698 cb_attachments.dstColorBlendFactor = VK_BLEND_FACTOR_ONE_MINUS_SRC_COLOR; in TEST_F()
2708 cb_attachments.dstColorBlendFactor = VK_BLEND_FACTOR_ONE_MINUS_SRC_COLOR; in TEST_F()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp1616 att_state[0].dstColorBlendFactor = VK_BLEND_FACTOR_ZERO; in init_pipeline()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1426 if ((pPipeline->attachments[i].dstColorBlendFactor == VK_BLEND_FACTOR_SRC1_COLOR) || in ValidatePipelineUnlocked()
1427 … (pPipeline->attachments[i].dstColorBlendFactor == VK_BLEND_FACTOR_ONE_MINUS_SRC1_COLOR) || in ValidatePipelineUnlocked()
1428 (pPipeline->attachments[i].dstColorBlendFactor == VK_BLEND_FACTOR_SRC1_ALPHA) || in ValidatePipelineUnlocked()
1429 … (pPipeline->attachments[i].dstColorBlendFactor == VK_BLEND_FACTOR_ONE_MINUS_SRC1_ALPHA)) { in ValidatePipelineUnlocked()
1437 pipelineIndex, i, pPipeline->attachments[i].dstColorBlendFactor); in ValidatePipelineUnlocked()
5003 … ((pPipe->attachments[i].dstColorBlendFactor >= VK_BLEND_FACTOR_CONSTANT_COLOR) && in SetPipelineState()
5004 … (pPipe->attachments[i].dstColorBlendFactor <= VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_ALPHA)) || in SetPipelineState()
Dparameter_validation_utils.cpp1882 … pCreateInfos[i].pColorBlendState->pAttachments[attachmentIndex].dstColorBlendFactor, in manual_PreCallValidateCreateGraphicsPipelines()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c2271 blend_factor(b_state->dstColorBlendFactor, dst_alpha_one, in pack_blend()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1563 color_attachment[0].dstColorBlendFactor = VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA; in setup_swapchain_data_pipeline()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c528 …->blend_state.rt[i].rgb_dst_factor = vk_conv_blend_factor(cb->pAttachments[i].dstColorBlendFactor); in handle_graphics_pipeline()

12