OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AttachmentReference
(Results
1 - 7
of
7
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp
441
AttachmentReference
::
AttachmentReference
(deUint32 _attachment, vk::VkImageLayout _layout)
447
AttachmentReference
::
AttachmentReference
(void)
[
all
...]
vktDrawCreateInfoUtil.hpp
148
class
AttachmentReference
: public vk::VkAttachmentReference
151
AttachmentReference
(deUint32 attachment, vk::VkImageLayout layout);
152
AttachmentReference
(void);
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.cpp
441
AttachmentReference
::
AttachmentReference
(deUint32 _attachment, vk::VkImageLayout _layout)
447
AttachmentReference
::
AttachmentReference
(void)
[
all
...]
vktDynamicStateCreateInfoUtil.hpp
150
class
AttachmentReference
: public vk::VkAttachmentReference
153
AttachmentReference
(deUint32 attachment, vk::VkImageLayout layout);
154
AttachmentReference
(void);
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.cpp
444
AttachmentReference
::
AttachmentReference
(deUint32 _attachment, vk::VkImageLayout _layout)
450
AttachmentReference
::
AttachmentReference
(void)
[
all
...]
vktQueryPoolCreateInfoUtil.hpp
148
class
AttachmentReference
: public vk::VkAttachmentReference
151
AttachmentReference
(deUint32 attachment, vk::VkImageLayout layout);
152
AttachmentReference
(void);
/external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp
409
class
AttachmentReference
412
AttachmentReference
(deUint32 attachment,
432
const vector<
AttachmentReference
>& inputAttachments,
433
const vector<
AttachmentReference
>& colorAttachments,
434
const vector<
AttachmentReference
>& resolveAttachments,
435
AttachmentReference
depthStencilAttachment,
436
const vector<
AttachmentReference
>& preserveAttachments)
449
const vector<
AttachmentReference
>& getInputAttachments (void) const { return m_inputAttachments; }
450
const vector<
AttachmentReference
>& getColorAttachments (void) const { return m_colorAttachments; }
451
const vector<
AttachmentReference
>& getResolveAttachments (void) const { return m_resolveAttachments;
[
all
...]
Completed in 520 milliseconds