HomeSort by relevance Sort by last modified time
    Searched refs:m_attachments (Results 1 - 8 of 8) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 281 : m_attachments (attachments.begin(), attachments.end())
284 , m_attachmentsStructs (m_attachments.begin(), m_attachments.end())
292 attachmentCount = static_cast<deUint32>(m_attachments.size());
308 m_attachments = std::vector<AttachmentDescription>(_pAttachments, _pAttachments + _attachmentCount);
312 m_attachmentsStructs = std::vector<vk::VkAttachmentDescription> (m_attachments.begin(), m_attachments.end());
320 attachmentCount = static_cast<deUint32>(m_attachments.size());
355 m_attachments.push_back(attachment);
356 m_attachmentsStructs = std::vector<vk::VkAttachmentDescription>(m_attachments.begin(), m_attachments.end())
    [all...]
vktDrawCreateInfoUtil.hpp 215 std::vector<AttachmentDescription> m_attachments; member in class:vkt::Draw::RenderPassCreateInfo
401 std::vector<vk::VkPipelineColorBlendAttachmentState> m_attachments; member in class:vkt::Draw::PipelineCreateInfo::ColorBlendState
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.cpp 281 : m_attachments (attachments.begin(), attachments.end())
284 , m_attachmentsStructs (m_attachments.begin(), m_attachments.end())
292 attachmentCount = static_cast<deUint32>(m_attachments.size());
308 m_attachments = std::vector<AttachmentDescription>(_pAttachments, _pAttachments + _attachmentCount);
312 m_attachmentsStructs = std::vector<vk::VkAttachmentDescription> (m_attachments.begin(), m_attachments.end());
320 attachmentCount = static_cast<deUint32>(m_attachments.size());
355 m_attachments.push_back(attachment);
356 m_attachmentsStructs = std::vector<vk::VkAttachmentDescription>(m_attachments.begin(), m_attachments.end())
    [all...]
vktDynamicStateCreateInfoUtil.hpp 217 std::vector<AttachmentDescription> m_attachments; member in class:vkt::DynamicState::RenderPassCreateInfo
403 std::vector<vk::VkPipelineColorBlendAttachmentState> m_attachments; member in class:vkt::DynamicState::PipelineCreateInfo::ColorBlendState
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.cpp 281 : m_attachments (attachments.begin(), attachments.end())
284 , m_attachmentsStructs (m_attachments.begin(), m_attachments.end())
292 attachmentCount = static_cast<deUint32>(m_attachments.size());
308 m_attachments = std::vector<AttachmentDescription>(_pAttachments, _pAttachments + _attachmentCount);
312 m_attachmentsStructs = std::vector<vk::VkAttachmentDescription> (m_attachments.begin(), m_attachments.end());
320 attachmentCount = static_cast<deUint32>(m_attachments.size());
358 m_attachments.push_back(attachment);
359 m_attachmentsStructs = std::vector<vk::VkAttachmentDescription>(m_attachments.begin(), m_attachments.end())
    [all...]
vktQueryPoolCreateInfoUtil.hpp 215 std::vector<AttachmentDescription> m_attachments; member in class:vkt::QueryPool::RenderPassCreateInfo
401 std::vector<vk::VkPipelineColorBlendAttachmentState> m_attachments; member in class:vkt::QueryPool::PipelineCreateInfo::ColorBlendState
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 383 Attachment& getAttachment (AttachmentPoint point) { return m_attachments[point]; }
384 const Attachment& getAttachment (AttachmentPoint point) const { return m_attachments[point]; }
388 Attachment m_attachments[ATTACHMENTPOINT_LAST]; member in class:sglr::rc::Framebuffer
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 576 : m_attachments (attachments)
582 const vector<Attachment>& getAttachments (void) const { return m_attachments; }
587 const vector<Attachment> m_attachments; member in class:vkt::__anon9040::RenderPass
    [all...]

Completed in 576 milliseconds