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

1 2 3 4 5

  /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/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)
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantUtil.cpp 288 const VkAttachmentReference colorAttachmentReference =
294 const VkAttachmentReference depthAttachmentReference =
305 DE_NULL, // const VkAttachmentReference* pInputAttachments;
307 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments;
308 DE_NULL, // const VkAttachmentReference* pResolveAttachments;
309 &depthAttachmentReference, // const VkAttachmentReference* pDepthStencilAttachment;
  /external/mesa3d/src/amd/vulkan/
radv_pass.c 70 VkAttachmentReference *p;
84 subpass_attachment_count * sizeof(VkAttachmentReference), 8,
radv_meta_resolve.c 112 .pColorAttachments = (VkAttachmentReference[]) {
123 .pDepthStencilAttachment = &(VkAttachmentReference) {
594 VkAttachmentReference src_att = subpass->color_attachments[i];
595 VkAttachmentReference dest_att = subpass->resolve_attachments[i];
607 .color_attachments = (VkAttachmentReference[]) { src_att, dest_att },
radv_private.h     [all...]
radv_meta_clear.c 240 .pColorAttachments = &(VkAttachmentReference) {
245 .pDepthStencilAttachment = &(VkAttachmentReference) {
434 .color_attachments = (VkAttachmentReference[]) {
437 .depth_stencil_attachment = (VkAttachmentReference) { VK_ATTACHMENT_UNUSED, VK_IMAGE_LAYOUT_UNDEFINED }
527 .pDepthStencilAttachment = &(VkAttachmentReference) {
    [all...]
radv_meta_fast_clear.c 102 .pColorAttachments = (VkAttachmentReference[]) {
109 .pDepthStencilAttachment = &(VkAttachmentReference) {
radv_meta_blit.c 742 .pColorAttachments = &(VkAttachmentReference) {
747 .pDepthStencilAttachment = &(VkAttachmentReference) {
924 .pDepthStencilAttachment = &(VkAttachmentReference) {
    [all...]
radv_meta_blit2d.c 773 .pColorAttachments = &(VkAttachmentReference) {
778 .pDepthStencilAttachment = &(VkAttachmentReference) {
931 .pDepthStencilAttachment = &(VkAttachmentReference) {
    [all...]
  /external/skia/src/gpu/vk/
GrVkRenderPass.cpp 63 VkAttachmentReference colorRef;
64 VkAttachmentReference stencilRef;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_validate_helper.h 42 uint32_t vk_validate_vkattachmentreference(const VkAttachmentReference* pStruct);
218 uint32_t vk_validate_vkattachmentreference(const VkAttachmentReference* pStruct)
    [all...]
vk_struct_size_helper.h 40 size_t vk_size_vkattachmentreference(const VkAttachmentReference* pStruct);
vk_safe_struct.h     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
vk_safe_struct.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
vk_safe_struct.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsEarlyFragmentTests.cpp 143 const VkAttachmentReference unusedAttachmentReference =
149 const VkAttachmentReference colorAttachmentReference =
155 const VkAttachmentReference depthStencilAttachmentReference =
161 const VkAttachmentReference* pDepthStencilAttachment = (useDepthStencilAttachment ? &depthStencilAttachmentReference : &unusedAttachmentReference);
168 DE_NULL, // const VkAttachmentReference* pInputAttachments;
170 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments;
171 DE_NULL, // const VkAttachmentReference* pResolveAttachments;
172 pDepthStencilAttachment, // const VkAttachmentReference* pDepthStencilAttachment;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsSampled.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.cpp 451 const VkAttachmentReference colorAttachmentReference =
457 const VkAttachmentReference depthAttachmentReference =
468 DE_NULL, // const VkAttachmentReference* pInputAttachments;
470 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments;
471 DE_NULL, // const VkAttachmentReference* pResolveAttachments;
472 &depthAttachmentReference, // const VkAttachmentReference* pDepthStencilAttachment;
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.cpp 373 const VkAttachmentReference colorAttachmentReference =
379 const VkAttachmentReference depthAttachmentReference =
390 DE_NULL, // const VkAttachmentReference* pInputAttachments;
392 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments;
393 DE_NULL, // const VkAttachmentReference* pResolveAttachments;
394 &depthAttachmentReference, // const VkAttachmentReference* pDepthStencilAttachment;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateBaseClass.cpp 73 const vk::VkAttachmentReference colorAttachmentReference =
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 417 const VkAttachmentReference colorAttRef =
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.cpp 352 const VkAttachmentReference colorAttachmentReference =
358 const VkAttachmentReference depthAttachmentReference =
369 DE_NULL, // const VkAttachmentReference* pInputAttachments;
371 &colorAttachmentReference, // const VkAttachmentReference* pColorAttachments;
372 DE_NULL, // const VkAttachmentReference* pResolveAttachments;
373 &depthAttachmentReference, // const VkAttachmentReference* pDepthStencilAttachment;
397 const VkAttachmentReference unusedAttachment =
408 DE_NULL, // const VkAttachmentReference* pInputAttachments;
410 DE_NULL, // const VkAttachmentReference* pColorAttachments;
411 DE_NULL, // const VkAttachmentReference* pResolveAttachments
    [all...]

Completed in 458 milliseconds

1 2 3 4 5