OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attachmentState
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/gpu/vk/
GrVkPipeline.cpp
432
VkPipelineColorBlendAttachmentState*
attachmentState
) {
442
memset(
attachmentState
, 0, sizeof(VkPipelineColorBlendAttachmentState));
443
attachmentState
->blendEnable = !blendOff;
445
attachmentState
->srcColorBlendFactor = blend_coeff_to_vk_blend(srcCoeff);
446
attachmentState
->dstColorBlendFactor = blend_coeff_to_vk_blend(dstCoeff);
447
attachmentState
->colorBlendOp = blend_equation_to_vk_blend_op(equation);
448
attachmentState
->srcAlphaBlendFactor = blend_coeff_to_vk_blend(srcCoeff);
449
attachmentState
->dstAlphaBlendFactor = blend_coeff_to_vk_blend(dstCoeff);
450
attachmentState
->alphaBlendOp = blend_equation_to_vk_blend_op(equation);
454
attachmentState
->colorWriteMask = 0
[
all
...]
GrVkCopyPipeline.cpp
106
static const VkPipelineColorBlendAttachmentState
attachmentState
= {
125
&
attachmentState
, // pAttachments
/external/skqp/src/gpu/vk/
GrVkPipeline.cpp
428
VkPipelineColorBlendAttachmentState*
attachmentState
) {
438
memset(
attachmentState
, 0, sizeof(VkPipelineColorBlendAttachmentState));
439
attachmentState
->blendEnable = !blendOff;
441
attachmentState
->srcColorBlendFactor = blend_coeff_to_vk_blend(srcCoeff);
442
attachmentState
->dstColorBlendFactor = blend_coeff_to_vk_blend(dstCoeff);
443
attachmentState
->colorBlendOp = blend_equation_to_vk_blend_op(equation);
444
attachmentState
->srcAlphaBlendFactor = blend_coeff_to_vk_blend(srcCoeff);
445
attachmentState
->dstAlphaBlendFactor = blend_coeff_to_vk_blend(dstCoeff);
446
attachmentState
->alphaBlendOp = blend_equation_to_vk_blend_op(equation);
450
attachmentState
->colorWriteMask = 0
[
all
...]
GrVkCopyPipeline.cpp
102
static const VkPipelineColorBlendAttachmentState
attachmentState
= {
121
&
attachmentState
, // pAttachments
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp
178
const PipelineCreateInfo::ColorBlendState::Attachment
attachmentState
;
213
pipelineCreateInfo.addState(PipelineCreateInfo::ColorBlendState(1, &
attachmentState
));
[
all
...]
vktQueryPoolStatisticsTests.cpp
[
all
...]
Completed in 134 milliseconds