HomeSort by relevance Sort by last modified time
    Searched refs:VkAttachmentReference (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 148 class AttachmentReference : public vk::VkAttachmentReference
161 const vk::VkAttachmentReference* inputAttachments,
163 const vk::VkAttachmentReference* colorAttachments,
164 const vk::VkAttachmentReference* resolveAttachments,
165 vk::VkAttachmentReference depthStencilAttachment,
174 std::vector<vk::VkAttachmentReference> m_inputAttachments;
175 std::vector<vk::VkAttachmentReference> m_colorAttachments;
176 std::vector<vk::VkAttachmentReference> m_resolveAttachments;
179 vk::VkAttachmentReference m_depthStencilAttachment;
vktDrawCreateInfoUtil.cpp 456 const vk::VkAttachmentReference* _inputAttachments,
458 const vk::VkAttachmentReference* _colorAttachments,
459 const vk::VkAttachmentReference* _resolveAttachments,
460 vk::VkAttachmentReference depthStencilAttachment,
464 m_inputAttachments = std::vector<vk::VkAttachmentReference>(_inputAttachments, _inputAttachments + _inputAttachmentCount);
465 m_colorAttachments = std::vector<vk::VkAttachmentReference>(_colorAttachments, _colorAttachments + _colorAttachmentCount);
468 m_resolveAttachments = std::vector<vk::VkAttachmentReference>(_resolveAttachments, _resolveAttachments + _colorAttachmentCount);
502 m_inputAttachments = std::vector<vk::VkAttachmentReference>(
505 m_colorAttachments = std::vector<vk::VkAttachmentReference>(
509 m_resolveAttachments = std::vector<vk::VkAttachmentReference>(
    [all...]
vktDrawBaseClass.cpp 70 const vk::VkAttachmentReference colorAttachmentReference =
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.hpp 150 class AttachmentReference : public vk::VkAttachmentReference
163 const vk::VkAttachmentReference* inputAttachments,
165 const vk::VkAttachmentReference* colorAttachments,
166 const vk::VkAttachmentReference* resolveAttachments,
167 vk::VkAttachmentReference depthStencilAttachment,
176 std::vector<vk::VkAttachmentReference> m_inputAttachments;
177 std::vector<vk::VkAttachmentReference> m_colorAttachments;
178 std::vector<vk::VkAttachmentReference> m_resolveAttachments;
181 vk::VkAttachmentReference m_depthStencilAttachment;
vktDynamicStateCreateInfoUtil.cpp 456 const vk::VkAttachmentReference* _inputAttachments,
458 const vk::VkAttachmentReference* _colorAttachments,
459 const vk::VkAttachmentReference* _resolveAttachments,
460 vk::VkAttachmentReference depthStencilAttachment,
464 m_inputAttachments = std::vector<vk::VkAttachmentReference>(_inputAttachments, _inputAttachments + _inputAttachmentCount);
465 m_colorAttachments = std::vector<vk::VkAttachmentReference>(_colorAttachments, _colorAttachments + _colorAttachmentCount);
468 m_resolveAttachments = std::vector<vk::VkAttachmentReference>(_resolveAttachments, _resolveAttachments + _colorAttachmentCount);
502 m_inputAttachments = std::vector<vk::VkAttachmentReference>(
505 m_colorAttachments = std::vector<vk::VkAttachmentReference>(
509 m_resolveAttachments = std::vector<vk::VkAttachmentReference>(
    [all...]
vktDynamicStateBaseClass.cpp 71 const vk::VkAttachmentReference colorAttachmentReference =
vktDynamicStateRSTests.cpp 164 const vk::VkAttachmentReference colorAttachmentReference =
170 const vk::VkAttachmentReference depthAttachmentReference =
vktDynamicStateDSTests.cpp 178 const vk::VkAttachmentReference colorAttachmentReference =
184 const vk::VkAttachmentReference depthAttachmentReference =
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.hpp 148 class AttachmentReference : public vk::VkAttachmentReference
161 const vk::VkAttachmentReference* inputAttachments,
163 const vk::VkAttachmentReference* colorAttachments,
164 const vk::VkAttachmentReference* resolveAttachments,
165 vk::VkAttachmentReference depthStencilAttachment,
174 std::vector<vk::VkAttachmentReference> m_inputAttachments;
175 std::vector<vk::VkAttachmentReference> m_colorAttachments;
176 std::vector<vk::VkAttachmentReference> m_resolveAttachments;
179 vk::VkAttachmentReference m_depthStencilAttachment;
vktQueryPoolCreateInfoUtil.cpp 459 const vk::VkAttachmentReference* _inputAttachments,
461 const vk::VkAttachmentReference* _colorAttachments,
462 const vk::VkAttachmentReference* _resolveAttachments,
463 vk::VkAttachmentReference depthStencilAttachment,
467 m_inputAttachments = std::vector<vk::VkAttachmentReference>(_inputAttachments, _inputAttachments + _inputAttachmentCount);
468 m_colorAttachments = std::vector<vk::VkAttachmentReference>(_colorAttachments, _colorAttachments + _colorAttachmentCount);
471 m_resolveAttachments = std::vector<vk::VkAttachmentReference>(_resolveAttachments, _resolveAttachments + _colorAttachmentCount);
505 m_inputAttachments = std::vector<vk::VkAttachmentReference>(
508 m_colorAttachments = std::vector<vk::VkAttachmentReference>(
512 m_resolveAttachments = std::vector<vk::VkAttachmentReference>(
    [all...]
vktQueryPoolOcclusionTests.cpp 131 const vk::VkAttachmentReference colorAttachmentReference =
137 const vk::VkAttachmentReference depthAttachmentReference =
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl 277 inline VkAttachmentReference makeAttachmentReference (deUint32 attachment, VkImageLayout layout)
279 VkAttachmentReference res;
285 inline VkSubpassDescription makeSubpassDescription (VkSubpassDescriptionFlags flags, VkPipelineBindPoint pipelineBindPoint, deUint32 inputAttachmentCount, const VkAttachmentReference* pInputAttachments, deUint32 colorAttachmentCount, const VkAttachmentReference* pColorAttachments, const VkAttachmentReference* pResolveAttachments, const VkAttachmentReference* pDepthStencilAttachment, deUint32 preserveAttachmentCount, const deUint32* pPreserveAttachments)
vkStructTypes.inl 951 struct VkAttachmentReference
962 const VkAttachmentReference* pInputAttachments;
964 const VkAttachmentReference* pColorAttachments;
965 const VkAttachmentReference* pResolveAttachments;
966 const VkAttachmentReference* pDepthStencilAttachment;
    [all...]
  /external/skia/src/gpu/vk/
GrVkRenderPass.cpp 43 VkAttachmentReference colorRef;
44 VkAttachmentReference resolveRef;
45 VkAttachmentReference stencilRef;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineEarlyFragmentTests.cpp 391 const VkAttachmentReference unusedAttachmentReference =
397 const VkAttachmentReference colorAttachmentReference =
403 const VkAttachmentReference depthStencilAttachmentReference =
409 const VkAttachmentReference* pDepthStencilAttachment = (useDepthStencilAttachment ? &depthStencilAttachmentReference : &unusedAttachmentReference);
416 DE_NULL, // const VkAttachmentReference* pInputAttachments;
418 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments;
419 DE_NULL, // const VkAttachmentReference* pResolveAttachments;
420 pDepthStencilAttachment, // const VkAttachmentReference* pDepthStencilAttachment;
    [all...]
vktPipelineDepthTests.cpp 371 const VkAttachmentReference colorAttachmentReference =
377 const VkAttachmentReference depthAttachmentReference =
388 DE_NULL, // const VkAttachmentReference* pInputAttachments;
390 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments;
391 DE_NULL, // const VkAttachmentReference* pResolveAttachments;
392 &depthAttachmentReference, // const VkAttachmentReference* pDepthStencilAttachment;
394 DE_NULL // const VkAttachmentReference* pPreserveAttachments;
    [all...]
vktPipelineStencilTests.cpp 458 const VkAttachmentReference colorAttachmentReference =
464 const VkAttachmentReference stencilAttachmentReference =
475 DE_NULL, // const VkAttachmentReference* pInputAttachments;
477 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments;
478 DE_NULL, // const VkAttachmentReference* pResolveAttachments;
479 &stencilAttachmentReference, // const VkAttachmentReference* pDepthStencilAttachment;
481 DE_NULL // const VkAttachmentReference* pPreserveAttachments;
    [all...]
vktPipelineCacheTests.cpp     [all...]
vktPipelinePushConstantTests.cpp 547 const VkAttachmentReference colorAttachmentReference =
553 const VkAttachmentReference depthAttachmentReference =
564 DE_NULL, // const VkAttachmentReference* pInputAttachments;
566 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments;
567 DE_NULL, // const VkAttachmentReference* pResolveAttachments;
568 &depthAttachmentReference, // const VkAttachmentReference* pDepthStencilAttachment;
570 DE_NULL // const VkAttachmentReference* pPreserveAttachments;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 417 const VkAttachmentReference colorAttRef =
    [all...]
vktApiBufferViewAccessTests.cpp 234 const VkAttachmentReference colorAttachmentReference =
245 DE_NULL, // const VkAttachmentReference* pInputAttachments;
247 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments;
248 DE_NULL, // const VkAttachmentReference* pResolveAttachments;
249 DE_NULL, // VkAttachmentReference depthStencilAttachment;
251 DE_NULL // const VkAttachmentReference* pPreserveAttachments;
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 264 std::vector<VkAttachmentReference> color_references;
281 VkAttachmentReference ref = {};
335 VkAttachmentReference ds_reference;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 962 VkAttachmentReference createAttachmentReference (const AttachmentReference& referenceInfo)
964 const VkAttachmentReference reference =
974 vector<VkAttachmentReference>* attachmentReferenceLists,
977 vector<VkAttachmentReference>& inputAttachmentReferences = attachmentReferenceLists[0];
978 vector<VkAttachmentReference>& colorAttachmentReferences = attachmentReferenceLists[1];
979 vector<VkAttachmentReference>& resolveAttachmentReferences = attachmentReferenceLists[2];
980 vector<VkAttachmentReference>& depthStencilAttachmentReferences = attachmentReferenceLists[3];
    [all...]
  /external/skia/third_party/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]

Completed in 112 milliseconds

1 2 3