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

1 2

  /external/skia/src/gpu/vk/
GrVkRenderPass.cpp 65 subpassDesc.colorAttachmentCount = 1;
71 subpassDesc.colorAttachmentCount = 0;
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl 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)
292 res.colorAttachmentCount = colorAttachmentCount;
vkStructTypes.inl 963 deUint32 colorAttachmentCount;
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/vulkan-validation-layers/layers/
core_validation.h 499 color_formats.reserve(subpass->colorAttachmentCount);
500 for (j = 0; j < subpass->colorAttachmentCount; j++) {
    [all...]
core_validation.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 478 colorAttachmentCount = _colorAttachmentCount;
506 rhs.pColorAttachments, rhs.pColorAttachments + rhs.colorAttachmentCount);
510 rhs.pResolveAttachments, rhs.pResolveAttachments + rhs.colorAttachmentCount);
    [all...]
vktDrawCreateInfoUtil.hpp 162 deUint32 colorAttachmentCount,
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.cpp 478 colorAttachmentCount = _colorAttachmentCount;
506 rhs.pColorAttachments, rhs.pColorAttachments + rhs.colorAttachmentCount);
510 rhs.pResolveAttachments, rhs.pResolveAttachments + rhs.colorAttachmentCount);
    [all...]
vktDynamicStateCreateInfoUtil.hpp 164 deUint32 colorAttachmentCount,
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.cpp 481 colorAttachmentCount = _colorAttachmentCount;
509 rhs.pColorAttachments, rhs.pColorAttachments + rhs.colorAttachmentCount);
513 rhs.pResolveAttachments, rhs.pResolveAttachments + rhs.colorAttachmentCount);
    [all...]
vktQueryPoolCreateInfoUtil.hpp 162 deUint32 colorAttachmentCount,
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 189 subpass.colorAttachmentCount = 1;
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 332 subpassDesc.colorAttachmentCount = 1;
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 331 subpass.colorAttachmentCount = targets;
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c     [all...]
tri.c     [all...]
  /external/skia/third_party/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h     [all...]

Completed in 764 milliseconds

1 2