HomeSort by relevance Sort by last modified time
    Searched refs:colorBlendInfo (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 431 VkPipelineColorBlendStateCreateInfo* colorBlendInfo,
460 memset(colorBlendInfo, 0, sizeof(VkPipelineColorBlendStateCreateInfo));
461 colorBlendInfo->sType = VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO;
462 colorBlendInfo->pNext = nullptr;
463 colorBlendInfo->flags = 0;
464 colorBlendInfo->logicOpEnable = VK_FALSE;
465 colorBlendInfo->attachmentCount = 1;
466 colorBlendInfo->pAttachments = attachmentState;
467 // colorBlendInfo->blendConstants is set dynamically
532 VkPipelineColorBlendStateCreateInfo colorBlendInfo;
    [all...]
GrVkCopyPipeline.cpp 118 static const VkPipelineColorBlendStateCreateInfo colorBlendInfo = {
172 pipelineCreateInfo.pColorBlendState = &colorBlendInfo;
  /external/skqp/src/gpu/vk/
GrVkPipeline.cpp 427 VkPipelineColorBlendStateCreateInfo* colorBlendInfo,
456 memset(colorBlendInfo, 0, sizeof(VkPipelineColorBlendStateCreateInfo));
457 colorBlendInfo->sType = VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO;
458 colorBlendInfo->pNext = nullptr;
459 colorBlendInfo->flags = 0;
460 colorBlendInfo->logicOpEnable = VK_FALSE;
461 colorBlendInfo->attachmentCount = 1;
462 colorBlendInfo->pAttachments = attachmentState;
463 // colorBlendInfo->blendConstants is set dynamically
528 VkPipelineColorBlendStateCreateInfo colorBlendInfo;
    [all...]
GrVkCopyPipeline.cpp 114 static const VkPipelineColorBlendStateCreateInfo colorBlendInfo = {
168 pipelineCreateInfo.pColorBlendState = &colorBlendInfo;
  /cts/tests/tests/graphics/jni/
VulkanPreTransformTestHelpers.cpp 650 const VkPipelineColorBlendStateCreateInfo colorBlendInfo = {
715 .pColorBlendState = &colorBlendInfo,
    [all...]
VulkanTestHelpers.cpp     [all...]

Completed in 362 milliseconds