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

1 2

  /external/skia/src/gpu/vk/
GrVkRenderPass.cpp 86 subpassDesc.colorAttachmentCount = 1;
96 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...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
vk_safe_struct.cpp     [all...]
core_validation.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
vk_safe_struct.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation_types.h 210 color_formats.reserve(subpass->colorAttachmentCount);
211 for (j = 0; j < subpass->colorAttachmentCount; j++) {
device_limits.cpp 451 if (pCreateInfo->pSubpasses[i].colorAttachmentCount > max_color_attachments) {
455 pCreateInfo->pSubpasses[i].colorAttachmentCount, max_color_attachments);
    [all...]
core_validation.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 628 deUint32 colorAttachmentCount = 1;
632 colorAttachmentCount = 0;
637 colorAttachmentCount = 1;
648 colorAttachmentCount, // deUint32 colorAttachmentCount;
    [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,
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/device_limits/
device_limits.cpp 451 if (pCreateInfo->pSubpasses[i].colorAttachmentCount > max_color_attachments) {
455 pCreateInfo->pSubpasses[i].colorAttachmentCount, max_color_attachments);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_size_helper.c     [all...]
vk_safe_struct.h     [all...]
parameter_validation.h     [all...]
vk_struct_wrappers.cpp     [all...]
vk_struct_string_helper_cpp.h     [all...]
vk_struct_string_helper_no_addr_cpp.h     [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 318 subpass.colorAttachmentCount = targets;
529 subpass.colorAttachmentCount = 1;
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 184 subpass.colorAttachmentCount = 1;
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationSmokeTests.cpp 335 subpassDesc.colorAttachmentCount = 1;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]

Completed in 571 milliseconds

1 2