Searched refs:pPreserveAttachments (Results 1 - 25 of 28) sorted by relevance

12

/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dvk_safe_struct.cpp3253 pPreserveAttachments(nullptr)
3270 if (pInStruct->pPreserveAttachments) {
3271 pPreserveAttachments = new uint32_t[pInStruct->preserveAttachmentCount];
3272 memcpy ((void *)pPreserveAttachments, (void *)pInStruct->pPreserveAttachments, sizeof(uint32_t)*pInStruct->preserveAttachmentCount);
3289 pPreserveAttachments = nullptr;
3305 if (src.pPreserveAttachments) {
3306 pPreserveAttachments = new uint32_t[src.preserveAttachmentCount];
3307 memcpy ((void *)pPreserveAttachments, (void *)src.pPreserveAttachments, sizeo
[all...]
H A Dcore_validation.cpp8284 if (subpass.pPreserveAttachments[j] == attachment) {
8646 memcpy(attachments, subpass->pPreserveAttachments, sizeof(attachments[0]) * subpass->preserveAttachmentCount);
8647 subpass->pPreserveAttachments = &attachments->attachment;
8682 uint32_t attachment = subpass.pPreserveAttachments[j];
8769 } else if (pRenderPassInfo->pSubpasses[i].pPreserveAttachments) {
8770 delete[] pRenderPassInfo->pSubpasses[i].pPreserveAttachments;
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dvk_safe_struct.cpp3253 pPreserveAttachments(nullptr)
3270 if (pInStruct->pPreserveAttachments) {
3271 pPreserveAttachments = new uint32_t[pInStruct->preserveAttachmentCount];
3272 memcpy ((void *)pPreserveAttachments, (void *)pInStruct->pPreserveAttachments, sizeof(uint32_t)*pInStruct->preserveAttachmentCount);
3289 pPreserveAttachments = nullptr;
3305 if (src.pPreserveAttachments) {
3306 pPreserveAttachments = new uint32_t[src.preserveAttachmentCount];
3307 memcpy ((void *)pPreserveAttachments, (void *)src.pPreserveAttachments, sizeo
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dvk_safe_struct.cpp3253 pPreserveAttachments(nullptr)
3270 if (pInStruct->pPreserveAttachments) {
3271 pPreserveAttachments = new uint32_t[pInStruct->preserveAttachmentCount];
3272 memcpy ((void *)pPreserveAttachments, (void *)pInStruct->pPreserveAttachments, sizeof(uint32_t)*pInStruct->preserveAttachmentCount);
3289 pPreserveAttachments = nullptr;
3305 if (src.pPreserveAttachments) {
3306 pPreserveAttachments = new uint32_t[src.preserveAttachmentCount];
3307 memcpy ((void *)pPreserveAttachments, (void *)src.pPreserveAttachments, sizeo
[all...]
H A Dcore_validation.cpp8284 if (subpass.pPreserveAttachments[j] == attachment) {
8646 memcpy(attachments, subpass->pPreserveAttachments, sizeof(attachments[0]) * subpass->preserveAttachmentCount);
8647 subpass->pPreserveAttachments = &attachments->attachment;
8682 uint32_t attachment = subpass.pPreserveAttachments[j];
8769 } else if (pRenderPassInfo->pSubpasses[i].pPreserveAttachments) {
8770 delete[] pRenderPassInfo->pSubpasses[i].pPreserveAttachments;
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dvk_safe_struct.cpp3253 pPreserveAttachments(nullptr)
3270 if (pInStruct->pPreserveAttachments) {
3271 pPreserveAttachments = new uint32_t[pInStruct->preserveAttachmentCount];
3272 memcpy ((void *)pPreserveAttachments, (void *)pInStruct->pPreserveAttachments, sizeof(uint32_t)*pInStruct->preserveAttachmentCount);
3289 pPreserveAttachments = nullptr;
3305 if (src.pPreserveAttachments) {
3306 pPreserveAttachments = new uint32_t[src.preserveAttachmentCount];
3307 memcpy ((void *)pPreserveAttachments, (void *)src.pPreserveAttachments, sizeo
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/include/
H A Dvk_safe_struct.h824 const uint32_t* pPreserveAttachments; member in struct:safe_VkSubpassDescription
H A Dvk_struct_string_helper_no_addr_cpp.h5640 if (pStruct->pPreserveAttachments) {
5645 ss[4] << "0x" << pStruct->pPreserveAttachments[i];
5646 stp_strs[4] += " " + prefix + "pPreserveAttachments[" + index_ss.str() + "] = " + ss[4].str() + "\n";
5668 ss[8] << "0x" << (void*)pStruct->pPreserveAttachments;
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_string_helper_cpp.h5640 if (pStruct->pPreserveAttachments) {
5645 ss[4] << "0x" << pStruct->pPreserveAttachments[i];
5646 stp_strs[4] += " " + prefix + "pPreserveAttachments[" + index_ss.str() + "] = " + ss[4].str() + "\n";
5668 ss[8] << "0x" << (void*)pStruct->pPreserveAttachments;
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 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);
H A Dvk_struct_string_helper.h3247 snprintf(str, len, "%sflags = %u\n%spipelineBindPoint = %s\n%sinputAttachmentCount = %u\n%spInputAttachments = 0x%p\n%scolorAttachmentCount = %u\n%spColorAttachments = 0x%p\n%spResolveAttachments = 0x%p\n%spDepthStencilAttachment = 0x%p\n%spreserveAttachmentCount = %u\n%spPreserveAttachments = 0x%p\n", prefix, (pStruct->flags), prefix, string_VkPipelineBindPoint(pStruct->pipelineBindPoint), prefix, (pStruct->inputAttachmentCount), prefix, (void*)(pStruct->pInputAttachments), prefix, (pStruct->colorAttachmentCount), prefix, (void*)(pStruct->pColorAttachments), prefix, (void*)(pStruct->pResolveAttachments), prefix, (void*)(pStruct->pDepthStencilAttachment), prefix, (pStruct->preserveAttachmentCount), prefix, (void*)(pStruct->pPreserveAttachments));
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
H A Dvk_safe_struct.h824 const uint32_t* pPreserveAttachments; member in struct:safe_VkSubpassDescription
H A Dvk_struct_string_helper_no_addr_cpp.h5640 if (pStruct->pPreserveAttachments) {
5645 ss[4] << "0x" << pStruct->pPreserveAttachments[i];
5646 stp_strs[4] += " " + prefix + "pPreserveAttachments[" + index_ss.str() + "] = " + ss[4].str() + "\n";
5668 ss[8] << "0x" << (void*)pStruct->pPreserveAttachments;
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_string_helper_cpp.h5640 if (pStruct->pPreserveAttachments) {
5645 ss[4] << "0x" << pStruct->pPreserveAttachments[i];
5646 stp_strs[4] += " " + prefix + "pPreserveAttachments[" + index_ss.str() + "] = " + ss[4].str() + "\n";
5668 ss[8] << "0x" << (void*)pStruct->pPreserveAttachments;
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 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/layers/
H A Dcore_validation.cpp8284 if (subpass.pPreserveAttachments[j] == attachment) {
8646 memcpy(attachments, subpass->pPreserveAttachments, sizeof(attachments[0]) * subpass->preserveAttachmentCount);
8647 subpass->pPreserveAttachments = &attachments->attachment;
8682 uint32_t attachment = subpass.pPreserveAttachments[j];
8769 } else if (pRenderPassInfo->pSubpasses[i].pPreserveAttachments) {
8770 delete[] pRenderPassInfo->pSubpasses[i].pPreserveAttachments;
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp8284 if (subpass.pPreserveAttachments[j] == attachment) {
8646 memcpy(attachments, subpass->pPreserveAttachments, sizeof(attachments[0]) * subpass->preserveAttachmentCount);
8647 subpass->pPreserveAttachments = &attachments->attachment;
8682 uint32_t attachment = subpass.pPreserveAttachments[j];
8769 } else if (pRenderPassInfo->pSubpasses[i].pPreserveAttachments) {
8770 delete[] pRenderPassInfo->pSubpasses[i].pPreserveAttachments;
/prebuilts/ndk/current/sources/third_party/vulkan/src/include/vulkan/
H A Dvulkan.h2038 const uint32_t* pPreserveAttachments; member in struct:VkSubpassDescription
/prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
H A Dvulkan.h2002 const uint32_t* pPreserveAttachments; member in struct:VkSubpassDescription
/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
H A Dvulkan.h2002 const uint32_t* pPreserveAttachments; member in struct:VkSubpassDescription
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
H A Dvulkan.h2002 const uint32_t* pPreserveAttachments; member in struct:VkSubpassDescription
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
H A Dvulkan.h2002 const uint32_t* pPreserveAttachments; member in struct:VkSubpassDescription
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/vulkan/
H A Dvulkan.h2002 const uint32_t* pPreserveAttachments; member in struct:VkSubpassDescription
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/vulkan/
H A Dvulkan.h2002 const uint32_t* pPreserveAttachments; member in struct:VkSubpassDescription
/prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
H A Dvulkan.h2038 const uint32_t* pPreserveAttachments; member in struct:VkSubpassDescription

Completed in 498 milliseconds

12