Searched refs:pColorBlendState (Results 1 - 25 of 38) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c378 /* pColorBlendState */
379 if (src->pColorBlendState && !rasterization_disabled && pass->has_color_attachment) {
385 deep_copy_color_blend_state(mem_ctx, cb_state, src->pColorBlendState);
386 dst->pColorBlendState = cb_state;
388 dst->pColorBlendState = NULL;
848 vk_find_struct_const(pCreateInfo->pColorBlendState, PIPELINE_COLOR_WRITE_CREATE_INFO_EXT);
852 VkPipelineColorBlendAttachmentState *att = (void*)&pipeline->graphics_create_info.pColorBlendState->pAttachments[i];
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_pipeline.c263 create_infos[i].pColorBlendState) {
286 infos[i].pColorBlendState = NULL;
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c577 builder->create_info->pColorBlendState->logicOpEnable;
579 translate_logicop(builder->create_info->pColorBlendState->logicOp);
582 builder->create_info->pColorBlendState->blendConstants,
587 &builder->create_info->pColorBlendState->pAttachments[i];
950 assert(subpass->color_count <= create_info->pColorBlendState->attachmentCount);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_fast_clear.c324 .pColorBlendState = &blend_state,
373 .pColorBlendState = &blend_state,
422 .pColorBlendState = &blend_state,
H A Dradv_meta_blit2d.c820 .pColorBlendState =
1007 .pColorBlendState =
1199 .pColorBlendState =
H A Dradv_meta_resolve_fs.c261 .pColorBlendState =
603 .pColorBlendState =
H A Dradv_meta_decompress.c318 .pColorBlendState =
H A Dradv_meta_resolve.c216 .pColorBlendState =
H A Dradv_pipeline.c140 return pCreateInfo->pColorBlendState;
1555 * pColorBlendState is [...] NULL if the pipeline has rasterization
1560 assert(pCreateInfo->pColorBlendState);
1561 typed_memcpy(dynamic->blend_constants, pCreateInfo->pColorBlendState->blendConstants, 4);
1714 if (pCreateInfo->pColorBlendState->logicOpEnable) {
1715 dynamic->logic_op = si_translate_blend_logic_op(pCreateInfo->pColorBlendState->logicOp);
1723 pCreateInfo->pColorBlendState->pNext, PIPELINE_COLOR_WRITE_CREATE_INFO_EXT);
H A Dradv_meta_blit.c829 vk_pipeline_info.pColorBlendState = &color_blend_info;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_fast_clear.c341 .pColorBlendState = &blend_state,
387 .pColorBlendState = &blend_state,
433 .pColorBlendState = &blend_state,
H A Dradv_meta_blit2d.c854 .pColorBlendState = &(VkPipelineColorBlendStateCreateInfo) {
1024 .pColorBlendState = &(VkPipelineColorBlendStateCreateInfo) {
1194 .pColorBlendState = &(VkPipelineColorBlendStateCreateInfo) {
H A Dradv_meta_decompress.c177 .pColorBlendState = &(VkPipelineColorBlendStateCreateInfo) {
H A Dradv_meta_resolve.c194 .pColorBlendState = &(VkPipelineColorBlendStateCreateInfo) {
H A Dradv_meta_resolve_fs.c271 .pColorBlendState = &(VkPipelineColorBlendStateCreateInfo) {
H A Dradv_pipeline.c676 const VkPipelineColorBlendStateCreateInfo *vkblend = pCreateInfo->pColorBlendState;
972 if (colormask && pCreateInfo->pColorBlendState->logicOpEnable)
1367 * pColorBlendState is [...] NULL if the pipeline has rasterization
1372 assert(pCreateInfo->pColorBlendState);
1374 pCreateInfo->pColorBlendState->blendConstants, 4);
2603 const VkPipelineColorBlendStateCreateInfo *vkblend = pCreateInfo->pColorBlendState;
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_pipeline.h1117 size += vn_sizeof_simple_pointer(val->pColorBlendState);
1118 if (val->pColorBlendState)
1119 size += vn_sizeof_VkPipelineColorBlendStateCreateInfo(val->pColorBlendState);
1177 if (vn_encode_simple_pointer(enc, val->pColorBlendState))
1178 vn_encode_VkPipelineColorBlendStateCreateInfo(enc, val->pColorBlendState);
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_pipeline.c1943 emit_cb_state(pipeline, pCreateInfo->pColorBlendState,
1976 emit_3dstate_wm(pipeline, subpass, pCreateInfo->pColorBlendState,
1978 emit_3dstate_ps(pipeline, pCreateInfo->pColorBlendState,
1981 emit_3dstate_ps_extra(pipeline, subpass, pCreateInfo->pColorBlendState);
H A Danv_pipeline.c1462 * pColorBlendState is [...] NULL if the pipeline has rasterization
1476 assert(pCreateInfo->pColorBlendState);
1480 pCreateInfo->pColorBlendState->blendConstants, 4);
1566 /* pColorBlendState is ignored if the pipeline has rasterization
1570 assert(info->pColorBlendState || all_color_unused);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_pipeline.c246 pci.pColorBlendState = &blend_state;
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_pipeline.c1151 pCreateInfo->pColorBlendState : NULL;
2000 raster_enabled ? pCreateInfo->pColorBlendState : NULL;
2691 const VkPipelineColorBlendStateCreateInfo *pColorBlendState,
2750 if (pColorBlendState && !(dynamic_states & V3DV_DYNAMIC_BLEND_CONSTANTS)) {
2751 memcpy(dynamic->blend_constants, pColorBlendState->blendConstants,
2975 raster_enabled ? pCreateInfo->pColorBlendState : NULL;
2686 pipeline_init_dynamic_state(struct v3dv_pipeline * pipeline,const VkPipelineDynamicStateCreateInfo * pDynamicState,const VkPipelineViewportStateCreateInfo * pViewportState,const VkPipelineDepthStencilStateCreateInfo * pDepthStencilState,const VkPipelineColorBlendStateCreateInfo * pColorBlendState,const VkPipelineRasterizationStateCreateInfo * pRasterizationState,const VkPipelineColorWriteCreateInfoEXT * pColorWriteState) argument
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pipeline.c2095 * pColorBlendState is [...] NULL if the pipeline has rasterization
2108 assert(pCreateInfo->pColorBlendState);
2112 pCreateInfo->pColorBlendState->blendConstants, 4);
2237 assert(pCreateInfo->pColorBlendState);
2239 vk_find_struct_const(pCreateInfo->pColorBlendState->pNext,
2306 /* pColorBlendState is ignored if the pipeline has rasterization
2310 assert(info->pColorBlendState || all_color_unused);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c1676 * pColorBlendState is a pointer to an instance of the
1691 builder->use_color_attachments ? builder->create_info->pColorBlendState
1801 create_info->pColorBlendState->attachmentCount);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dhelpers.cpp772 gfx_pipeline_info.pColorBlendState = &color_blend_state;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c2983 * pColorBlendState is a pointer to an instance of the
2998 builder->use_color_attachments ? builder->create_info->pColorBlendState
3213 !create_info->pColorBlendState ||
3214 subpass->color_count == create_info->pColorBlendState->attachmentCount);
3226 if (tu_blend_state_is_dual_src(create_info->pColorBlendState)) {

Completed in 79 milliseconds

12