/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ClearMultiviewGL.cpp | 42 const gl::FramebufferAttachment *firstAttachment = state.getFirstNonNullAttachment(); in clearMultiviewFBO() local 43 if (firstAttachment->isMultiview()) in clearMultiviewFBO() 62 const gl::FramebufferAttachment *firstAttachment = state.getFirstNonNullAttachment(); in clearLayeredFBO() local 63 ASSERT(firstAttachment->isMultiview()); in clearLayeredFBO() 69 int numViews = firstAttachment->getNumViews(); in clearLayeredFBO() 70 int baseViewIndex = firstAttachment->getBaseViewIndex(); in clearLayeredFBO()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ClearMultiviewGL.cpp | 42 const gl::FramebufferAttachment *firstAttachment = state.getFirstNonNullAttachment(); in clearMultiviewFBO() local 43 if (firstAttachment->isMultiview()) in clearMultiviewFBO() 62 const gl::FramebufferAttachment *firstAttachment = state.getFirstNonNullAttachment(); in clearLayeredFBO() local 63 ASSERT(firstAttachment->isMultiview()); in clearLayeredFBO() 69 int numViews = firstAttachment->getNumViews(); in clearLayeredFBO() 70 int baseViewIndex = firstAttachment->getBaseViewIndex(); in clearLayeredFBO()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Framebuffer.cpp | 38 bool CheckMultiviewStateMatchesForCompleteness(const FramebufferAttachment *firstAttachment, in CheckMultiviewStateMatchesForCompleteness() argument 41 ASSERT(firstAttachment && secondAttachment); in CheckMultiviewStateMatchesForCompleteness() 42 ASSERT(firstAttachment->isAttached() && secondAttachment->isAttached()); in CheckMultiviewStateMatchesForCompleteness() 44 if (firstAttachment->getNumViews() != secondAttachment->getNumViews()) in CheckMultiviewStateMatchesForCompleteness() 48 if (firstAttachment->getBaseViewIndex() != secondAttachment->getBaseViewIndex()) in CheckMultiviewStateMatchesForCompleteness() 52 if (firstAttachment->isMultiview() != secondAttachment->isMultiview()) in CheckMultiviewStateMatchesForCompleteness() 548 const FramebufferAttachment &firstAttachment = mColorAttachments[firstAttachmentIdx]; in colorAttachmentsAreUniqueImages() local 549 if (!firstAttachment.isAttached()) in colorAttachmentsAreUniqueImages() 563 if (firstAttachment == secondAttachment) in colorAttachmentsAreUniqueImages() 1014 const FramebufferAttachment *firstAttachment = getFirstNonNullAttachment(); in checkStatusWithGLFrontEnd() local [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Framebuffer.cpp | 42 const FramebufferAttachment *firstAttachment, in CheckMultiviewStateMatchesForCompleteness() argument 45 ASSERT(firstAttachment && checkAttachment); in CheckMultiviewStateMatchesForCompleteness() 46 ASSERT(firstAttachment->isAttached() && checkAttachment->isAttached()); in CheckMultiviewStateMatchesForCompleteness() 48 if (firstAttachment->isMultiview() != checkAttachment->isMultiview()) in CheckMultiviewStateMatchesForCompleteness() 53 if (firstAttachment->getNumViews() != checkAttachment->getNumViews()) in CheckMultiviewStateMatchesForCompleteness() 690 const FramebufferAttachment &firstAttachment = mColorAttachments[firstAttachmentIdx]; in colorAttachmentsAreUniqueImages() local 691 if (!firstAttachment.isAttached()) in colorAttachmentsAreUniqueImages() 705 if (firstAttachment == secondAttachment) in colorAttachmentsAreUniqueImages() 1229 const FramebufferAttachment *firstAttachment = getFirstNonNullAttachment(); in checkStatusWithGLFrontEnd() local 1281 CheckMultiviewStateMatchesForCompleteness(firstAttachment, &colorAttachment); in checkStatusWithGLFrontEnd() [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/ |
D | draw_common.adoc | 761 * [[VUID-{refpage}-firstAttachment-07476]] 766 specified by the pname:firstAttachment and pname:attachmentCount 769 * [[VUID-{refpage}-firstAttachment-07477]] 774 attachments specified by the pname:firstAttachment and 778 * [[VUID-{refpage}-firstAttachment-07478]] 783 specified by the pname:firstAttachment and pname:attachmentCount 787 * [[VUID-{refpage}-firstAttachment-07479]] 792 attachments specified by the pname:firstAttachment and
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 1707 …::cmdSetColorBlendEnableEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… argument 1709 …m_vk.cmdSetColorBlendEnableEXT(commandBuffer, firstAttachment, attachmentCount, pColorBlendEnables… 1712 …cmdSetColorBlendEquationEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… argument 1714 …m_vk.cmdSetColorBlendEquationEXT(commandBuffer, firstAttachment, attachmentCount, pColorBlendEquat… 1717 void DeviceDriver::cmdSetColorWriteMaskEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment… argument 1719 m_vk.cmdSetColorWriteMaskEXT(commandBuffer, firstAttachment, attachmentCount, pColorWriteMasks); 1747 …cmdSetColorBlendAdvancedEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… argument 1749 …m_vk.cmdSetColorBlendAdvancedEXT(commandBuffer, firstAttachment, attachmentCount, pColorBlendAdvan…
|
D | vkConcreteDeviceInterface.inl | 346 …tColorBlendEnableEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… 347 …olorBlendEquationEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… 348 …etColorWriteMaskEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… 354 …olorBlendAdvancedEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att…
|
D | vkVirtualDeviceInterface.inl | 346 …tColorBlendEnableEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… 347 …olorBlendEquationEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… 348 …etColorWriteMaskEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… 354 …olorBlendAdvancedEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att…
|
D | vkNullDriverImpl.inl | 3136 …L cmdSetColorBlendEnableEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… argument 3139 DE_UNREF(firstAttachment); 3144 …cmdSetColorBlendEquationEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… argument 3147 DE_UNREF(firstAttachment); 3152 …ALL cmdSetColorWriteMaskEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… argument 3155 DE_UNREF(firstAttachment); 3190 …cmdSetColorBlendAdvancedEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… argument 3193 DE_UNREF(firstAttachment);
|
D | vkFunctionPointerTypes.inl | 495 …endEnableEXTFunc) (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… 496 …ndEquationEXTFunc) (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… 497 …WriteMaskEXTFunc) (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… 503 …ndAdvancedEXTFunc) (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att…
|
D | vkVulkan_c.inl | 16903 …vkCmdSetColorBlendEnableEXT)(VkCommandBuffer commandBuffer, deUint32 firstAttachment, deUint32 att… 16904 …CmdSetColorBlendEquationEXT)(VkCommandBuffer commandBuffer, deUint32 firstAttachment, deUint32 att… 16905 …N_vkCmdSetColorWriteMaskEXT)(VkCommandBuffer commandBuffer, deUint32 firstAttachment, deUint32 att… 16911 …CmdSetColorBlendAdvancedEXT)(VkCommandBuffer commandBuffer, deUint32 firstAttachment, deUint32 att… 16963 deUint32 firstAttachment, 16969 deUint32 firstAttachment, 16975 deUint32 firstAttachment, 17001 deUint32 firstAttachment,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | framebuffer.adoc | 291 * pname:firstAttachment the first color attachment the color blending 325 * pname:firstAttachment the first color attachment the color blend factors 452 * pname:firstAttachment the first color attachment the color write masks
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_loader_extensions.c | 6984 uint32_t firstAttachment, in CmdSetColorBlendEnableEXT() argument 6994 …disp->CmdSetColorBlendEnableEXT(commandBuffer, firstAttachment, attachmentCount, pColorBlendEnable… in CmdSetColorBlendEnableEXT() 6999 uint32_t firstAttachment, in CmdSetColorBlendEquationEXT() argument 7009 …disp->CmdSetColorBlendEquationEXT(commandBuffer, firstAttachment, attachmentCount, pColorBlendEqua… in CmdSetColorBlendEquationEXT() 7014 uint32_t firstAttachment, in CmdSetColorWriteMaskEXT() argument 7024 … disp->CmdSetColorWriteMaskEXT(commandBuffer, firstAttachment, attachmentCount, pColorWriteMasks); in CmdSetColorWriteMaskEXT() 7094 uint32_t firstAttachment, in CmdSetColorBlendAdvancedEXT() argument 7104 …disp->CmdSetColorBlendAdvancedEXT(commandBuffer, firstAttachment, attachmentCount, pColorBlendAdva… in CmdSetColorBlendAdvancedEXT()
|
D | vk_dispatch_table_helper.h | 351 …tubCmdSetColorBlendEnableEXT(VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… in StubCmdSetColorBlendEnableEXT() argument 352 …bCmdSetColorBlendEquationEXT(VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… in StubCmdSetColorBlendEquationEXT() argument 353 … StubCmdSetColorWriteMaskEXT(VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… in StubCmdSetColorWriteMaskEXT() argument 359 …bCmdSetColorBlendAdvancedEXT(VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… in StubCmdSetColorBlendAdvancedEXT() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | StateManager11.cpp | 1590 const auto *firstAttachment = fbo->getFirstNonNullAttachment(); in processFramebufferInvalidation() local 1591 if (firstAttachment) in processFramebufferInvalidation() 1593 const auto &size = firstAttachment->getSize(); in processFramebufferInvalidation()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | StateManager11.cpp | 1544 const auto *firstAttachment = fbo->getFirstNonNullAttachment(); in processFramebufferInvalidation() local 1545 if (firstAttachment) in processFramebufferInvalidation() 1547 const auto &size = firstAttachment->getSize(); in processFramebufferInvalidation()
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 5512 uint32_t firstAttachment, in vkCmdSetColorBlendEnableEXT() argument 5516 …return ::vkCmdSetColorBlendEnableEXT( commandBuffer, firstAttachment, attachmentCount, pColorBlend… in vkCmdSetColorBlendEnableEXT() 5520 uint32_t firstAttachment, in vkCmdSetColorBlendEquationEXT() argument 5524 …return ::vkCmdSetColorBlendEquationEXT( commandBuffer, firstAttachment, attachmentCount, pColorBle… in vkCmdSetColorBlendEquationEXT() 5528 uint32_t firstAttachment, in vkCmdSetColorWriteMaskEXT() argument 5532 …return ::vkCmdSetColorWriteMaskEXT( commandBuffer, firstAttachment, attachmentCount, pColorWriteMa… in vkCmdSetColorWriteMaskEXT() 5562 uint32_t firstAttachment, in vkCmdSetColorBlendAdvancedEXT() argument 5566 …return ::vkCmdSetColorBlendAdvancedEXT( commandBuffer, firstAttachment, attachmentCount, pColorBle… in vkCmdSetColorBlendAdvancedEXT()
|
D | vulkan_funcs.hpp | 20503 …E void CommandBuffer::setColorBlendEnableEXT( uint32_t firstAttachment, in setColorBlendEnableEXT() argument 20509 …d.vkCmdSetColorBlendEnableEXT( m_commandBuffer, firstAttachment, attachmentCount, reinterpret_cast… in setColorBlendEnableEXT() 20514 …eEXT( uint32_t firstAttachment, in setColorBlendEnableEXT() argument 20520 …d.vkCmdSetColorBlendEnableEXT( m_commandBuffer, firstAttachment, colorBlendEnables.size(), reinter… in setColorBlendEnableEXT() 20525 …fer::setColorBlendEquationEXT( uint32_t firstAttachment, in setColorBlendEquationEXT() argument 20532 …m_commandBuffer, firstAttachment, attachmentCount, reinterpret_cast<const VkColorBlendEquationEXT … in setColorBlendEquationEXT() 20538 … firstAttachment, in setColorBlendEquationEXT() argument 20545 …m_commandBuffer, firstAttachment, colorBlendEquations.size(), reinterpret_cast<const VkColorBlendE… in setColorBlendEquationEXT() 20550 …andBuffer::setColorWriteMaskEXT( uint32_t firstAttachment, in setColorWriteMaskEXT() argument 20556 …d.vkCmdSetColorWriteMaskEXT( m_commandBuffer, firstAttachment, attachmentCount, reinterpret_cast<c… in setColorWriteMaskEXT() [all …]
|
D | vulkan_raii.hpp | 5622 …eEXT( uint32_t firstAttachment, 5625 … firstAttachment, 5629 …t firstAttachment, 5644 … firstAttachment, 18276 …uint32_t firstAttachment, VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::Bool32> con… in setColorBlendEnableEXT() argument 18282 firstAttachment, in setColorBlendEnableEXT() 18288 … firstAttachment, in setColorBlendEquationEXT() argument 18295 firstAttachment, in setColorBlendEquationEXT() 18301 …t firstAttachment, in setColorWriteMaskEXT() argument 18308 firstAttachment, in setColorWriteMaskEXT() [all …]
|
D | vulkan_core.h | 15000 …vkCmdSetColorBlendEnableEXT)(VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… 15001 …CmdSetColorBlendEquationEXT)(VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… 15002 …N_vkCmdSetColorWriteMaskEXT)(VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… 15008 …CmdSetColorBlendAdvancedEXT)(VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… 15060 uint32_t firstAttachment, 15066 uint32_t firstAttachment, 15072 uint32_t firstAttachment, 15098 uint32_t firstAttachment,
|
D | vulkan_handles.hpp | 5228 void setColorBlendEnableEXT( uint32_t firstAttachment, 5234 …eEXT( uint32_t firstAttachment, 5240 …void setColorBlendEquationEXT( uint32_t firstAttachment, 5246 … firstAttachment, 5252 void setColorWriteMaskEXT( uint32_t firstAttachment, 5258 …t firstAttachment, 5283 …void setColorBlendAdvancedEXT( uint32_t firstAttachment, 5289 … firstAttachment,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_EXT_blend_operation_advanced/ |
D | advanced_blend.adoc | 71 * pname:firstAttachment the first color attachment the advanced blend
|