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

1 2 3

  /external/mesa3d/src/amd/vulkan/
radv_pass.c 76 desc->colorAttachmentCount +
77 /* Count colorAttachmentCount again for resolve_attachments */
78 desc->colorAttachmentCount;
99 subpass->color_count = desc->colorAttachmentCount;
111 if (desc->colorAttachmentCount > 0) {
113 p += desc->colorAttachmentCount;
115 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) {
124 p += desc->colorAttachmentCount;
126 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) {
radv_meta_clear.c 239 .colorAttachmentCount = 1,
524 .colorAttachmentCount = 0,
    [all...]
radv_meta_blit.c 741 .colorAttachmentCount = 1,
921 .colorAttachmentCount = 0,
    [all...]
radv_meta_blit2d.c 772 .colorAttachmentCount = 1,
928 .colorAttachmentCount = 0,
    [all...]
radv_meta_decompress.c 101 .colorAttachmentCount = 0,
radv_meta_fast_clear.c 101 .colorAttachmentCount = 1,
radv_meta_resolve.c 111 .colorAttachmentCount = 2,
  /external/mesa3d/src/intel/vulkan/
anv_pass.c 89 desc->colorAttachmentCount +
90 /* Count colorAttachmentCount again for resolve_attachments */
91 desc->colorAttachmentCount;
110 subpass->color_count = desc->colorAttachmentCount;
131 if (desc->colorAttachmentCount > 0) {
133 p += desc->colorAttachmentCount;
135 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) {
149 p += desc->colorAttachmentCount;
151 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) {
  /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;
  /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/image/
vktImageTestsUtil.hpp 135 const deUint32 colorAttachmentCount,
vktImageTestsUtil.cpp 373 const deUint32 colorAttachmentCount,
488 std::vector<VkPipelineColorBlendAttachmentState> colorAttachments(colorAttachmentCount, colorBlendAttachmentState);
590 1u, // deUint32 colorAttachmentCount;
652 0u, // 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,
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 770 deUint32 colorAttachmentCount = 1;
774 colorAttachmentCount = 0;
779 colorAttachmentCount = 1;
790 colorAttachmentCount, // deUint32 colorAttachmentCount;
    [all...]
  /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...]
  /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...]

Completed in 432 milliseconds

1 2 3