Searched refs:preserveAttachmentCount (Results 1 - 25 of 34) sorted by relevance

12

/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dvk_safe_struct.cpp3252 preserveAttachmentCount(pInStruct->preserveAttachmentCount),
3271 pPreserveAttachments = new uint32_t[pInStruct->preserveAttachmentCount];
3272 memcpy ((void *)pPreserveAttachments, (void *)pInStruct->pPreserveAttachments, sizeof(uint32_t)*pInStruct->preserveAttachmentCount);
3288 preserveAttachmentCount = src.preserveAttachmentCount;
3306 pPreserveAttachments = new uint32_t[src.preserveAttachmentCount];
3307 memcpy ((void *)pPreserveAttachments, (void *)src.pPreserveAttachments, sizeof(uint32_t)*src.preserveAttachmentCount);
3335 preserveAttachmentCount = pInStruct->preserveAttachmentCount;
[all...]
H A Dcore_validation.cpp8283 for (uint32_t j = 0; j < subpass.preserveAttachmentCount; ++j) {
8623 ((subpass->pDepthStencilAttachment) ? 1 : 0) + subpass->preserveAttachmentCount;
8646 memcpy(attachments, subpass->pPreserveAttachments, sizeof(attachments[0]) * subpass->preserveAttachmentCount);
8681 for (uint32_t j = 0; j < subpass.preserveAttachmentCount; ++j) {
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dvk_safe_struct.cpp3252 preserveAttachmentCount(pInStruct->preserveAttachmentCount),
3271 pPreserveAttachments = new uint32_t[pInStruct->preserveAttachmentCount];
3272 memcpy ((void *)pPreserveAttachments, (void *)pInStruct->pPreserveAttachments, sizeof(uint32_t)*pInStruct->preserveAttachmentCount);
3288 preserveAttachmentCount = src.preserveAttachmentCount;
3306 pPreserveAttachments = new uint32_t[src.preserveAttachmentCount];
3307 memcpy ((void *)pPreserveAttachments, (void *)src.pPreserveAttachments, sizeof(uint32_t)*src.preserveAttachmentCount);
3335 preserveAttachmentCount = pInStruct->preserveAttachmentCount;
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dvk_safe_struct.cpp3252 preserveAttachmentCount(pInStruct->preserveAttachmentCount),
3271 pPreserveAttachments = new uint32_t[pInStruct->preserveAttachmentCount];
3272 memcpy ((void *)pPreserveAttachments, (void *)pInStruct->pPreserveAttachments, sizeof(uint32_t)*pInStruct->preserveAttachmentCount);
3288 preserveAttachmentCount = src.preserveAttachmentCount;
3306 pPreserveAttachments = new uint32_t[src.preserveAttachmentCount];
3307 memcpy ((void *)pPreserveAttachments, (void *)src.pPreserveAttachments, sizeof(uint32_t)*src.preserveAttachmentCount);
3335 preserveAttachmentCount = pInStruct->preserveAttachmentCount;
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dvk_safe_struct.cpp3252 preserveAttachmentCount(pInStruct->preserveAttachmentCount),
3271 pPreserveAttachments = new uint32_t[pInStruct->preserveAttachmentCount];
3272 memcpy ((void *)pPreserveAttachments, (void *)pInStruct->pPreserveAttachments, sizeof(uint32_t)*pInStruct->preserveAttachmentCount);
3288 preserveAttachmentCount = src.preserveAttachmentCount;
3306 pPreserveAttachments = new uint32_t[src.preserveAttachmentCount];
3307 memcpy ((void *)pPreserveAttachments, (void *)src.pPreserveAttachments, sizeof(uint32_t)*src.preserveAttachmentCount);
3335 preserveAttachmentCount = pInStruct->preserveAttachmentCount;
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/include/
H A Dvk_safe_struct.h823 uint32_t preserveAttachmentCount; member in struct:safe_VkSubpassDescription
H A Dvk_struct_size_helper.c1125 structSize += pStruct->preserveAttachmentCount*sizeof(uint32_t);
H A Dvk_struct_string_helper_no_addr_cpp.h5641 for (uint32_t i = 0; i < pStruct->preserveAttachmentCount; i++) {
5666 ss[7] << pStruct->preserveAttachmentCount;
5670 final_str = prefix + "flags = " + ss[0].str() + "\n" + prefix + "pipelineBindPoint = " + string_VkPipelineBindPoint(pStruct->pipelineBindPoint) + "\n" + prefix + "inputAttachmentCount = " + ss[1].str() + "\n" + prefix + "pInputAttachments = " + ss[2].str() + "\n" + prefix + "colorAttachmentCount = " + ss[3].str() + "\n" + prefix + "pColorAttachments = " + ss[4].str() + "\n" + prefix + "pResolveAttachments = " + ss[5].str() + "\n" + prefix + "pDepthStencilAttachment = " + ss[6].str() + "\n" + prefix + "preserveAttachmentCount = " + ss[7].str() + "\n" + prefix + "pPreserveAttachments = " + ss[8].str() + "\n" + stp_strs[4] + stp_strs[3] + stp_strs[2] + stp_strs[1] + stp_strs[0];
H A Dvk_struct_wrappers.cpp6232 printf("%*s %spreserveAttachmentCount = %u\n", m_indent, "", &m_dummy_prefix, (m_struct.preserveAttachmentCount));
6233 for (i = 0; i<preserveAttachmentCount; i++) {
H A Dvk_struct_wrappers.h4609 uint32_t get_preserveAttachmentCount() { return m_struct.preserveAttachmentCount; }
4610 void set_preserveAttachmentCount(uint32_t inValue) { m_struct.preserveAttachmentCount = inValue; }
H A Dparameter_validation.h2335 skipCall |= validate_array(report_data, "vkCreateRenderPass", "pCreateInfo->pSubpasses[i].preserveAttachmentCount", "pCreateInfo->pSubpasses[i].pPreserveAttachments", pCreateInfo->pSubpasses[subpassIndex].preserveAttachmentCount, pCreateInfo->pSubpasses[subpassIndex].pPreserveAttachments, false, true);
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
H A Dvk_safe_struct.h823 uint32_t preserveAttachmentCount; member in struct:safe_VkSubpassDescription
H A Dvk_struct_size_helper.c1125 structSize += pStruct->preserveAttachmentCount*sizeof(uint32_t);
H A Dvk_struct_string_helper_no_addr_cpp.h5641 for (uint32_t i = 0; i < pStruct->preserveAttachmentCount; i++) {
5666 ss[7] << pStruct->preserveAttachmentCount;
5670 final_str = prefix + "flags = " + ss[0].str() + "\n" + prefix + "pipelineBindPoint = " + string_VkPipelineBindPoint(pStruct->pipelineBindPoint) + "\n" + prefix + "inputAttachmentCount = " + ss[1].str() + "\n" + prefix + "pInputAttachments = " + ss[2].str() + "\n" + prefix + "colorAttachmentCount = " + ss[3].str() + "\n" + prefix + "pColorAttachments = " + ss[4].str() + "\n" + prefix + "pResolveAttachments = " + ss[5].str() + "\n" + prefix + "pDepthStencilAttachment = " + ss[6].str() + "\n" + prefix + "preserveAttachmentCount = " + ss[7].str() + "\n" + prefix + "pPreserveAttachments = " + ss[8].str() + "\n" + stp_strs[4] + stp_strs[3] + stp_strs[2] + stp_strs[1] + stp_strs[0];
H A Dvk_struct_wrappers.cpp6232 printf("%*s %spreserveAttachmentCount = %u\n", m_indent, "", &m_dummy_prefix, (m_struct.preserveAttachmentCount));
6233 for (i = 0; i<preserveAttachmentCount; i++) {
H A Dvk_struct_wrappers.h4609 uint32_t get_preserveAttachmentCount() { return m_struct.preserveAttachmentCount; }
4610 void set_preserveAttachmentCount(uint32_t inValue) { m_struct.preserveAttachmentCount = inValue; }
H A Dparameter_validation.h2335 skipCall |= validate_array(report_data, "vkCreateRenderPass", "pCreateInfo->pSubpasses[i].preserveAttachmentCount", "pCreateInfo->pSubpasses[i].pPreserveAttachments", pCreateInfo->pSubpasses[subpassIndex].preserveAttachmentCount, pCreateInfo->pSubpasses[subpassIndex].pPreserveAttachments, false, true);
/prebuilts/ndk/current/sources/third_party/vulkan/src/include/vulkan/
H A Dvulkan.h2037 uint32_t preserveAttachmentCount; member in struct:VkSubpassDescription
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp8283 for (uint32_t j = 0; j < subpass.preserveAttachmentCount; ++j) {
8623 ((subpass->pDepthStencilAttachment) ? 1 : 0) + subpass->preserveAttachmentCount;
8646 memcpy(attachments, subpass->pPreserveAttachments, sizeof(attachments[0]) * subpass->preserveAttachmentCount);
8681 for (uint32_t j = 0; j < subpass.preserveAttachmentCount; ++j) {
/prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
H A Dvulkan.h2001 uint32_t preserveAttachmentCount; member in struct:VkSubpassDescription
/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
H A Dvulkan.h2001 uint32_t preserveAttachmentCount; member in struct:VkSubpassDescription
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
H A Dvulkan.h2001 uint32_t preserveAttachmentCount; member in struct:VkSubpassDescription
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
H A Dvulkan.h2001 uint32_t preserveAttachmentCount; member in struct:VkSubpassDescription
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/vulkan/
H A Dvulkan.h2001 uint32_t preserveAttachmentCount; member in struct:VkSubpassDescription
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/vulkan/
H A Dvulkan.h2001 uint32_t preserveAttachmentCount; member in struct:VkSubpassDescription

Completed in 2873 milliseconds

12