/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiGranularityTests.cpp | 109 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/modules/gles3/functional/ |
D | es3fFboInvalidateTests.cpp | 56 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/mesa3d/src/gallium/drivers/zink/ |
D | zink_framebuffer.c | 84 VkFramebufferAttachmentsCreateInfo attachments; in zink_init_framebuffer_imageless() local 251 struct pipe_surface **attachments) in create_framebuffer() 297 struct pipe_surface *attachments[2 * (PIPE_MAX_COLOR_BUFS + 1)] = {0}; in zink_get_framebuffer() local
|
D | zink_render_pass.c | 37 VkAttachmentDescription attachments[PIPE_MAX_COLOR_BUFS + 1]; in create_render_pass() local 134 VkAttachmentDescription2 attachments[2 * (PIPE_MAX_COLOR_BUFS + 1)]; in create_render_pass2() local
|
D | zink_framebuffer.h | 44 VkImageView attachments[PIPE_MAX_COLOR_BUFS + 1]; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | FramebufferNULL.cpp | 27 const GLenum *attachments) in discard() 34 const GLenum *attachments) in invalidate() 41 const GLenum *attachments, in invalidateSub()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkFramebuffer.hpp | 43 ImageView **attachments = nullptr; member in vk::Framebuffer
|
D | VkRenderPass.hpp | 98 VkAttachmentDescription *attachments = nullptr; member in vk::RenderPass
|
D | VkPipeline.hpp | 121 Attachments attachments; member in vk::GraphicsPipeline
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Framebuffer11.cpp | 116 const GLenum *attachments) in invalidate() 123 const GLenum *attachments) in discard() 130 const GLenum *attachments, in invalidateBase() 222 const GLenum *attachments, in invalidateSub()
|
/third_party/python/Lib/test/test_email/ |
D | test_message.py | 451 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/swiftshader/tests/VulkanWrapper/ |
D | Framebuffer.cpp | 20 std::vector<vk::ImageView> attachments(multisample ? 2 : 1); in Framebuffer() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Framebuffer11.cpp | 117 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/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | FramebufferNULL.cpp | 27 const GLenum *attachments) in discard() 34 const GLenum *attachments) in invalidate() 41 const GLenum *attachments, in invalidateSub()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Framebuffer9.cpp | 37 const GLenum *attachments) in discard() 45 const GLenum *attachments) in invalidate() 53 const GLenum *attachments, in invalidateSub()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Framebuffer9.cpp | 37 const GLenum *attachments) in discard() 45 const GLenum *attachments) in invalidate() 53 const GLenum *attachments, in invalidateSub()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkFramebuffer.cpp | 23 VkImageView attachments[3]; in Create() local
|
D | GrVkRenderPass.cpp | 57 SkTArray<VkAttachmentDescription> attachments(numAttachments); in init() local
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglframebuffer.h | 61 GArray *attachments; member
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | PixelProcessor.cpp | 74 …ader *fragmentShader, const sw::SpirvShader *vertexShader, const vk::Attachments &attachments, boo… in update() argument
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluStrUtil.cpp | 121 detail::EnumPointerFmt getInvalidateAttachmentStr (const deUint32* attachments, int numAttachments) in getInvalidateAttachmentStr()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkFramebuffer.cpp | 28 VkImageView attachments[3]; in Make() local
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | TracePerfTest.cpp | 213 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/mesa3d/src/glx/ |
D | dri2.c | 404 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/ |
D | es31fNegativeBufferApiTests.cpp | 766 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
|