Home
last modified time | relevance | path

Searched refs:color_attachment (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_vulkan.cpp613 VkPipelineColorBlendAttachmentState color_attachment[1] = {}; in ImGui_ImplVulkan_CreateDeviceObjects() local
614 color_attachment[0].blendEnable = VK_TRUE; in ImGui_ImplVulkan_CreateDeviceObjects()
615 color_attachment[0].srcColorBlendFactor = VK_BLEND_FACTOR_SRC_ALPHA; in ImGui_ImplVulkan_CreateDeviceObjects()
616 color_attachment[0].dstColorBlendFactor = VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA; in ImGui_ImplVulkan_CreateDeviceObjects()
617 color_attachment[0].colorBlendOp = VK_BLEND_OP_ADD; in ImGui_ImplVulkan_CreateDeviceObjects()
618 color_attachment[0].srcAlphaBlendFactor = VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA; in ImGui_ImplVulkan_CreateDeviceObjects()
619 color_attachment[0].dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; in ImGui_ImplVulkan_CreateDeviceObjects()
620 color_attachment[0].alphaBlendOp = VK_BLEND_OP_ADD; in ImGui_ImplVulkan_CreateDeviceObjects()
621color_attachment[0].colorWriteMask = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLO… in ImGui_ImplVulkan_CreateDeviceObjects()
629 blend_info.pAttachments = color_attachment; in ImGui_ImplVulkan_CreateDeviceObjects()
[all …]
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_vulkan.cpp844 VkPipelineColorBlendAttachmentState color_attachment[1] = {}; in ImGui_ImplVulkan_CreatePipeline() local
845 color_attachment[0].blendEnable = VK_TRUE; in ImGui_ImplVulkan_CreatePipeline()
846 color_attachment[0].srcColorBlendFactor = VK_BLEND_FACTOR_SRC_ALPHA; in ImGui_ImplVulkan_CreatePipeline()
847 color_attachment[0].dstColorBlendFactor = VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA; in ImGui_ImplVulkan_CreatePipeline()
848 color_attachment[0].colorBlendOp = VK_BLEND_OP_ADD; in ImGui_ImplVulkan_CreatePipeline()
849 color_attachment[0].srcAlphaBlendFactor = VK_BLEND_FACTOR_ONE; in ImGui_ImplVulkan_CreatePipeline()
850 color_attachment[0].dstAlphaBlendFactor = VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA; in ImGui_ImplVulkan_CreatePipeline()
851 color_attachment[0].alphaBlendOp = VK_BLEND_OP_ADD; in ImGui_ImplVulkan_CreatePipeline()
852color_attachment[0].colorWriteMask = VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLO… in ImGui_ImplVulkan_CreatePipeline()
860 blend_info.pAttachments = color_attachment; in ImGui_ImplVulkan_CreatePipeline()
[all …]
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1569 VkPipelineColorBlendAttachmentState color_attachment[1] = {}; in setup_swapchain_data_pipeline() local
1570 color_attachment[0].blendEnable = VK_TRUE; in setup_swapchain_data_pipeline()
1571 color_attachment[0].srcColorBlendFactor = VK_BLEND_FACTOR_SRC_ALPHA; in setup_swapchain_data_pipeline()
1572 color_attachment[0].dstColorBlendFactor = VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA; in setup_swapchain_data_pipeline()
1573 color_attachment[0].colorBlendOp = VK_BLEND_OP_ADD; in setup_swapchain_data_pipeline()
1574 color_attachment[0].srcAlphaBlendFactor = VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA; in setup_swapchain_data_pipeline()
1575 color_attachment[0].dstAlphaBlendFactor = VK_BLEND_FACTOR_ZERO; in setup_swapchain_data_pipeline()
1576 color_attachment[0].alphaBlendOp = VK_BLEND_OP_ADD; in setup_swapchain_data_pipeline()
1577 color_attachment[0].colorWriteMask = VK_COLOR_COMPONENT_R_BIT | in setup_swapchain_data_pipeline()
1586 blend_info.pAttachments = color_attachment; in setup_swapchain_data_pipeline()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp3690 textureDefinition color_attachment; local
3703 color_attachment.init(gl);
3707 … setupFramebufferWithTextureAsAttachment(m_framebuffer_object_id, color_attachment.getTextureId(),
3713 color_attachment.bind(GL_TEXTURE_2D);
3717 color_attachment.setupImage(0, format.m_destination.m_internal_format);
3751 color_attachment.bind(GL_TEXTURE_2D);
3753 color_attachment.getTextureId(), 0);
/third_party/skia/third_party/externals/spirv-cross/
Dmain.cpp1480 uint32_t color_attachment = parser.next_uint(); in main_inner() local
1481 args.glsl_ext_framebuffer_fetch.push_back({ input_index, color_attachment }); in main_inner()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp4946 bool color_attachment, bool renderbuffertarget, bool renderbuffer) in ExpectError() argument
4960 …<< (color_attachment ? " color" : "") << " attachment, " << (renderbuffertarget ? "valid" : "inval… in ExpectError()
5316 bool framebuffer, bool attachment, bool color_attachment, bool texture, in ExpectError() argument
5330 << " framebuffer, " << (attachment ? "valid" : "invalid") << (color_attachment ? " color" : "") in ExpectError()
Dgl4cDirectStateAccessTests.hpp3079 …l ExpectError(glw::GLenum expected_error, bool framebuffer, bool attachment, bool color_attachment,
3151 bool color_attachment, bool texture, bool level, const glw::GLchar* texture_type, bool layer);