HomeSort by: relevance | last modified time | path
    Searched refs:pColorBlendState (Results 1 - 25 of 36) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_pipeline.c 378 /* 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/
vn_pipeline.c 263 create_infos[i].pColorBlendState) {
286 infos[i].pColorBlendState = NULL;
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_vX_pipeline.c 577 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/
radv_meta_fast_clear.c 324 .pColorBlendState = &blend_state,
373 .pColorBlendState = &blend_state,
422 .pColorBlendState = &blend_state,
radv_meta_blit2d.c 820 .pColorBlendState =
1007 .pColorBlendState =
1199 .pColorBlendState =
radv_meta_resolve_fs.c 261 .pColorBlendState =
603 .pColorBlendState =
radv_meta_decompress.c 318 .pColorBlendState =
radv_meta_resolve.c 216 .pColorBlendState =
radv_pipeline.c 140 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);
radv_meta_blit.c 829 vk_pipeline_info.pColorBlendState = &color_blend_info;
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_meta_fast_clear.c 341 .pColorBlendState = &blend_state,
387 .pColorBlendState = &blend_state,
433 .pColorBlendState = &blend_state,
radv_meta_blit2d.c 854 .pColorBlendState = &(VkPipelineColorBlendStateCreateInfo) {
1024 .pColorBlendState = &(VkPipelineColorBlendStateCreateInfo) {
1194 .pColorBlendState = &(VkPipelineColorBlendStateCreateInfo) {
radv_meta_decompress.c 177 .pColorBlendState = &(VkPipelineColorBlendStateCreateInfo) {
radv_meta_resolve.c 194 .pColorBlendState = &(VkPipelineColorBlendStateCreateInfo) {
radv_meta_resolve_fs.c 271 .pColorBlendState = &(VkPipelineColorBlendStateCreateInfo) {
radv_pipeline.c 676 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/
vn_protocol_driver_pipeline.h 1117 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/dist/src/gallium/drivers/zink/
zink_pipeline.c 246 pci.pColorBlendState = &blend_state;
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
genX_pipeline.c 1943 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);
anv_pipeline.c 1462 * 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/broadcom/vulkan/
v3dv_pipeline.c 1151 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;
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_pipeline.c 2095 * 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/
tu_pipeline.c 1676 * 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/
helpers.cpp 772 gfx_pipeline_info.pColorBlendState = &color_blend_state;
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_pipeline.c 2983 * 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 30 milliseconds

1 2