Home
last modified time | relevance | path

Searched defs:attachments (Results 1 – 25 of 229) sorted by relevance

12345678910

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiGranularityTests.cpp109 const std::vector<AttachmentInfo>& attachments, in GranularityInstance()
373 const std::vector<AttachmentInfo>& attachments, in GranularityCase()
465 std::vector<AttachmentInfo> attachments; in createGranularityQueryTests() local
473 std::vector<AttachmentInfo> attachments; in createGranularityQueryTests() local
483 std::vector<AttachmentInfo> attachments; in createGranularityQueryTests() local
499 std::vector<AttachmentInfo> attachments; in createGranularityQueryTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiGranularityTests.cpp114 const std::vector<AttachmentInfo>& attachments, in GranularityInstance()
439 const std::vector<AttachmentInfo>& attachments, in GranularityCase()
546 std::vector<AttachmentInfo> attachments; in createGranularityQueryTests() local
554 std::vector<AttachmentInfo> attachments; in createGranularityQueryTests() local
564 std::vector<AttachmentInfo> attachments; in createGranularityQueryTests() local
582 std::vector<AttachmentInfo> attachments = { AttachmentInfo(format, i0, i1, 1) }; in createGranularityQueryTests() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboInvalidateTests.cpp56 vector<deUint32> attachments; in getDefaultFBDiscardAttachments() local
72 vector<deUint32> attachments; in getFBODiscardAttachments() local
148 vector<deUint32> attachments = getDefaultFBDiscardAttachments(m_buffers); in render() local
220 vector<deUint32> attachments = getDefaultFBDiscardAttachments(m_buffers); in render() local
314 vector<deUint32> attachments = getDefaultFBDiscardAttachments(m_buffers); in render() local
368 vector<deUint32> attachments = getDefaultFBDiscardAttachments(m_buffers); in render() local
473 vector<deUint32> attachments = getFBODiscardAttachments(m_invalidateBuffers); in render() local
584 vector<deUint32> attachments = getFBODiscardAttachments(m_invalidateBuffers); in render() local
718 vector<deUint32> attachments = getFBODiscardAttachments(m_invalidateBuffers); in render() local
844 vector<deUint32> attachments = getFBODiscardAttachments(m_invalidateBuffers); in render() local
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DFramebufferNULL.cpp27 const GLenum *attachments) in discard()
34 const GLenum *attachments) in invalidate()
41 const GLenum *attachments, in invalidateSub()
/third_party/python/Lib/test/test_email/
Dtest_message.py451 def message_as_get_body(self, body_parts, attachments, parts, msg): argument
483 def message_as_iter_attachment(self, body_parts, attachments, parts, msg): argument
489 def message_as_iter_parts(self, body_parts, attachments, parts, msg): argument
710 def message_as_clear(self, body_parts, attachments, parts, msg): argument
718 def message_as_clear_content(self, body_parts, attachments, parts, msg): argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp117 const GLenum *attachments) in invalidate()
124 const GLenum *attachments) in discard()
131 const GLenum *attachments, in invalidateBase()
223 const GLenum *attachments, in invalidateSub()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkFramebuffer.hpp43 ImageView **attachments = nullptr; member in vk::Framebuffer
DVkRenderPass.hpp98 VkAttachmentDescription *attachments = nullptr; member in vk::RenderPass
DVkPipeline.hpp121 Attachments attachments; member in vk::GraphicsPipeline
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.cpp37 const GLenum *attachments) in discard()
45 const GLenum *attachments) in invalidate()
53 const GLenum *attachments, in invalidateSub()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DFramebuffer.cpp20 std::vector<vk::ImageView> attachments(multisample ? 2 : 1); in Framebuffer() local
/third_party/mesa3d/src/vulkan/runtime/
Dvk_framebuffer.h43 VkImageView attachments[]; member
Dvk_render_pass.h130 struct vk_subpass_attachment *attachments; member
299 struct vk_render_pass_attachment *attachments; member
371 VkRenderingAttachmentInfo attachments[]; member
Dvk_command_buffer.h130 struct vk_attachment_state *attachments; member
/third_party/skia/third_party/externals/swiftshader/src/Device/
DPixelProcessor.cpp74 …ader *fragmentShader, const sw::SpirvShader *vertexShader, const vk::Attachments &attachments, boo… in update() argument
DContext.cpp702 BlendState GraphicsState::getBlendState(int index, const Attachments &attachments, bool fragmentCon… in getBlendState() argument
717 bool GraphicsState::alphaBlendActive(int index, const Attachments &attachments, bool fragmentContai… in alphaBlendActive() argument
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DTracePerfTest.cpp213 const GLenum *attachments) in InvalidateFramebufferProc()
220 const GLenum *attachments, in InvalidateSubFramebufferProc()
242 const GLenum *attachments) in DiscardFramebufferEXTProc()
1722 const GLenum *attachments) in ConvertDefaultFramebufferEnums()
1736 const GLenum *attachments) in onReplayInvalidateFramebuffer()
1752 const GLenum *attachments, in onReplayInvalidateSubFramebuffer()
1799 const GLenum *attachments) in onReplayDiscardFramebufferEXT()
/third_party/vk-gl-cts/framework/opengl/
DgluStrUtil.cpp121 detail::EnumPointerFmt getInvalidateAttachmentStr (const deUint32* attachments, int numAttachments) in getInvalidateAttachmentStr()
/third_party/skia/src/gpu/vk/
DGrVkFramebuffer.cpp28 VkImageView attachments[3]; in Make() local
/third_party/mesa3d/src/glx/
Ddri2.c404 unsigned int *attachments, int count, int *outCount) in DRI2GetBuffers()
463 unsigned int *attachments, int count, int *outCount) in DRI2GetBuffersWithFormat()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeBufferApiTests.cpp766 std::vector<deUint32> attachments (4); in draw_buffers() local
1686 deUint32 attachments[3]; in invalidate_framebuffer() local
1735 deUint32 attachments[3]; in invalidate_sub_framebuffer() local
Des31fNegativeAdvancedBlendEquationTests.cpp228 const glw::GLenum attachments[] = { GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1 }; in attachment_advanced_equation() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_framebuffer.c84 VkFramebufferAttachmentsCreateInfo attachments; in zink_init_framebuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassTests.cpp716 RenderPass (const vector<Attachment>& attachments, in RenderPass()
841 const vector<Attachment>& attachments = renderPass.getAttachments(); in logRenderPassInfo() local
1258 vector<AttachmentDesc> attachments; in createRenderPass() local
1312 const vector<VkImageView>& attachments) in createFramebuffer()
4700 …itializeAttachmentIsLazy (vector<bool>& attachmentIsLazy, const vector<Attachment>& attachments, T… in initializeAttachmentIsLazy()
4879 …::Random& rng, vector<Maybe<VkClearValue> >& clearValues, const vector<Attachment>& attachments, c… in initializeImageClearValues()
4890 …::Random& rng, vector<Maybe<VkClearValue> >& clearValues, const vector<Attachment>& attachments, d… in initializeRenderPassClearValues()
5064 const vector<Attachment>& attachments) in checkTextureFormatSupport()
5676 vector<Attachment> attachments; in addAttachmentTests() local
5821 vector<Attachment> attachments; in addAttachmentWriteMaskTests() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp726 RenderPass (const vector<Attachment>& attachments, in RenderPass()
851 const vector<Attachment>& attachments = renderPass.getAttachments(); in logRenderPassInfo() local
1270 vector<AttachmentDesc> attachments; in createRenderPass() local
1324 const vector<VkImageView>& attachments) in createFramebuffer()
4714 …itializeAttachmentIsLazy (vector<bool>& attachmentIsLazy, const vector<Attachment>& attachments, T… in initializeAttachmentIsLazy()
4893 …::Random& rng, vector<Maybe<VkClearValue> >& clearValues, const vector<Attachment>& attachments, c… in initializeImageClearValues()
4904 …::Random& rng, vector<Maybe<VkClearValue> >& clearValues, const vector<Attachment>& attachments, d… in initializeRenderPassClearValues()
5078 const vector<Attachment>& attachments) in checkTextureFormatSupport()
5701 vector<Attachment> attachments; in addAttachmentTests() local
5846 vector<Attachment> attachments; in addAttachmentWriteMaskTests() local
[all …]

12345678910