Searched refs:pImageOpaqueBinds (Results 1 - 25 of 40) sorted by relevance

12

/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dvk_safe_struct.cpp771 pImageOpaqueBinds(NULL),
789 if (imageOpaqueBindCount && pInStruct->pImageOpaqueBinds) {
790 pImageOpaqueBinds = new safe_VkSparseImageOpaqueMemoryBindInfo[imageOpaqueBindCount];
792 pImageOpaqueBinds[i].initialize(&pInStruct->pImageOpaqueBinds[i]);
820 pImageOpaqueBinds = NULL;
837 if (imageOpaqueBindCount && src.pImageOpaqueBinds) {
838 pImageOpaqueBinds = new safe_VkSparseImageOpaqueMemoryBindInfo[imageOpaqueBindCount];
840 pImageOpaqueBinds[i].initialize(&src.pImageOpaqueBinds[
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dvk_safe_struct.cpp771 pImageOpaqueBinds(NULL),
789 if (imageOpaqueBindCount && pInStruct->pImageOpaqueBinds) {
790 pImageOpaqueBinds = new safe_VkSparseImageOpaqueMemoryBindInfo[imageOpaqueBindCount];
792 pImageOpaqueBinds[i].initialize(&pInStruct->pImageOpaqueBinds[i]);
820 pImageOpaqueBinds = NULL;
837 if (imageOpaqueBindCount && src.pImageOpaqueBinds) {
838 pImageOpaqueBinds = new safe_VkSparseImageOpaqueMemoryBindInfo[imageOpaqueBindCount];
840 pImageOpaqueBinds[i].initialize(&src.pImageOpaqueBinds[
[all...]
H A Dunique_objects.cpp352 if (local_pBindInfo[idx0].pImageOpaqueBinds) {
354 if (pBindInfo[idx0].pImageOpaqueBinds[idx3].image) {
355 local_pBindInfo[idx0].pImageOpaqueBinds[idx3].image = (VkImage)my_map_data->unique_id_mapping[reinterpret_cast<const uint64_t &>(pBindInfo[idx0].pImageOpaqueBinds[idx3].image)];
357 if (local_pBindInfo[idx0].pImageOpaqueBinds[idx3].pBinds) {
358 for (uint32_t idx4=0; idx4<pBindInfo[idx0].pImageOpaqueBinds[idx3].bindCount; ++idx4) {
359 if (pBindInfo[idx0].pImageOpaqueBinds[idx3].pBinds[idx4].memory) {
360 local_pBindInfo[idx0].pImageOpaqueBinds[idx3].pBinds[idx4].memory = (VkDeviceMemory)my_map_data->unique_id_mapping[reinterpret_cast<const uint64_t &>(pBindInfo[idx0].pImageOpaqueBinds[idx3].pBinds[idx4].memory)];
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dvk_safe_struct.cpp771 pImageOpaqueBinds(NULL),
789 if (imageOpaqueBindCount && pInStruct->pImageOpaqueBinds) {
790 pImageOpaqueBinds = new safe_VkSparseImageOpaqueMemoryBindInfo[imageOpaqueBindCount];
792 pImageOpaqueBinds[i].initialize(&pInStruct->pImageOpaqueBinds[i]);
820 pImageOpaqueBinds = NULL;
837 if (imageOpaqueBindCount && src.pImageOpaqueBinds) {
838 pImageOpaqueBinds = new safe_VkSparseImageOpaqueMemoryBindInfo[imageOpaqueBindCount];
840 pImageOpaqueBinds[i].initialize(&src.pImageOpaqueBinds[
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
H A Dvk_safe_struct.cpp771 pImageOpaqueBinds(NULL),
789 if (imageOpaqueBindCount && pInStruct->pImageOpaqueBinds) {
790 pImageOpaqueBinds = new safe_VkSparseImageOpaqueMemoryBindInfo[imageOpaqueBindCount];
792 pImageOpaqueBinds[i].initialize(&pInStruct->pImageOpaqueBinds[i]);
820 pImageOpaqueBinds = NULL;
837 if (imageOpaqueBindCount && src.pImageOpaqueBinds) {
838 pImageOpaqueBinds = new safe_VkSparseImageOpaqueMemoryBindInfo[imageOpaqueBindCount];
840 pImageOpaqueBinds[i].initialize(&src.pImageOpaqueBinds[
[all...]
H A Dunique_objects.cpp352 if (local_pBindInfo[idx0].pImageOpaqueBinds) {
354 if (pBindInfo[idx0].pImageOpaqueBinds[idx3].image) {
355 local_pBindInfo[idx0].pImageOpaqueBinds[idx3].image = (VkImage)my_map_data->unique_id_mapping[reinterpret_cast<const uint64_t &>(pBindInfo[idx0].pImageOpaqueBinds[idx3].image)];
357 if (local_pBindInfo[idx0].pImageOpaqueBinds[idx3].pBinds) {
358 for (uint32_t idx4=0; idx4<pBindInfo[idx0].pImageOpaqueBinds[idx3].bindCount; ++idx4) {
359 if (pBindInfo[idx0].pImageOpaqueBinds[idx3].pBinds[idx4].memory) {
360 local_pBindInfo[idx0].pImageOpaqueBinds[idx3].pBinds[idx4].memory = (VkDeviceMemory)my_map_data->unique_id_mapping[reinterpret_cast<const uint64_t &>(pBindInfo[idx0].pImageOpaqueBinds[idx3].pBinds[idx4].memory)];
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/include/
H A Dparameter_validation.h760 skipCall |= validate_array(report_data, "vkQueueBindSparse", "pBindInfo[i].imageOpaqueBindCount", "pBindInfo[i].pImageOpaqueBinds", pBindInfo[bindInfoIndex].imageOpaqueBindCount, pBindInfo[bindInfoIndex].pImageOpaqueBinds, false, true);
762 if (pBindInfo[bindInfoIndex].pImageOpaqueBinds != NULL)
766 skipCall |= validate_required_handle(report_data, "vkQueueBindSparse", "pBindInfo[i].pImageOpaqueBinds[i].image", pBindInfo[bindInfoIndex].pImageOpaqueBinds[imageOpaqueBindIndex].image);
768 skipCall |= validate_array(report_data, "vkQueueBindSparse", "pBindInfo[i].pImageOpaqueBinds[i].bindCount", "pBindInfo[i].pImageOpaqueBinds[i].pBinds", pBindInfo[bindInfoIndex].pImageOpaqueBinds[imageOpaqueBindIndex].bindCount, pBindInfo[bindInfoIndex].pImageOpaqueBinds[imageOpaqueBindIndex].pBinds, true, true);
770 if (pBindInfo[bindInfoIndex].pImageOpaqueBinds[imageOpaqueBindInde
[all...]
H A Dvk_struct_validate_helper.h230 if (pStruct->pImageOpaqueBinds && !vk_validate_vksparseimageopaquememorybindinfo((const VkSparseImageOpaqueMemoryBindInfo*)pStruct->pImageOpaqueBinds))
H A Dvk_safe_struct.h222 safe_VkSparseImageOpaqueMemoryBindInfo* pImageOpaqueBinds; member in struct:safe_VkBindSparseInfo
H A Dvk_struct_size_helper.c87 structSize += vk_size_vksparseimageopaquememorybindinfo(&pStruct->pImageOpaqueBinds[i]);
H A Dvk_struct_string_helper.h287 if (pStruct->pImageOpaqueBinds) {
288 tmpStr = vk_print_vksparseimageopaquememorybindinfo(pStruct->pImageOpaqueBinds, extra_indent);
291 snprintf(stp_strs[2], len, " %spImageOpaqueBinds (0x%p)\n%s", prefix, (void*)pStruct->pImageOpaqueBinds, tmpStr);
305 snprintf(str, len, "%ssType = %s\n%spNext = 0x%p\n%swaitSemaphoreCount = %u\n%spWaitSemaphores = 0x%p\n%sbufferBindCount = %u\n%spBufferBinds = 0x%p\n%simageOpaqueBindCount = %u\n%spImageOpaqueBinds = 0x%p\n%simageBindCount = %u\n%spImageBinds = 0x%p\n%ssignalSemaphoreCount = %u\n%spSignalSemaphores = 0x%p\n", prefix, string_VkStructureType(pStruct->sType), prefix, (pStruct->pNext), prefix, (pStruct->waitSemaphoreCount), prefix, (void*)(pStruct->pWaitSemaphores), prefix, (pStruct->bufferBindCount), prefix, (void*)(pStruct->pBufferBinds), prefix, (pStruct->imageOpaqueBindCount), prefix, (void*)(pStruct->pImageOpaqueBinds), prefix, (pStruct->imageBindCount), prefix, (void*)(pStruct->pImageBinds), prefix, (pStruct->signalSemaphoreCount), prefix, (void*)(pStruct->pSignalSemaphores));
H A Dvk_struct_string_helper_no_addr_cpp.h410 if (pStruct->pImageOpaqueBinds) {
415 ss[3] << "0x" << &pStruct->pImageOpaqueBinds[i];
416 tmp_str = vk_print_vksparseimageopaquememorybindinfo(&pStruct->pImageOpaqueBinds[i], extra_indent);
418 stp_strs[3] += " " + prefix + "pImageOpaqueBinds[" + index_ss.str() + "] (addr)\n" + tmp_str;
471 ss[6] << "0x" << (void*)pStruct->pImageOpaqueBinds;
481 final_str = prefix + "sType = " + string_VkStructureType(pStruct->sType) + "\n" + prefix + "pNext = " + ss[0].str() + "\n" + prefix + "waitSemaphoreCount = " + ss[1].str() + "\n" + prefix + "pWaitSemaphores = " + ss[2].str() + "\n" + prefix + "bufferBindCount = " + ss[3].str() + "\n" + prefix + "pBufferBinds = " + ss[4].str() + "\n" + prefix + "imageOpaqueBindCount = " + ss[5].str() + "\n" + prefix + "pImageOpaqueBinds = " + ss[6].str() + "\n" + prefix + "imageBindCount = " + ss[7].str() + "\n" + prefix + "pImageBinds = " + ss[8].str() + "\n" + prefix + "signalSemaphoreCount = " + ss[9].str() + "\n" + prefix + "pSignalSemaphores = " + ss[10].str() + "\n" + stp_strs[5] + stp_strs[4] + stp_strs[3] + stp_strs[2] + stp_strs[1] + stp_strs[0];
H A Dthread_check.h406 for(uint32_t index2=0;index2<pBindInfo[index].imageOpaqueBindCount;index2++) startWriteObject(my_data, pBindInfo[index].pImageOpaqueBinds[index2].image);
411 // Host access to pBindInfo[].pWaitSemaphores[],pBindInfo[].pSignalSemaphores[],pBindInfo[].pBufferBinds[].buffer,pBindInfo[].pImageOpaqueBinds[].image,pBindInfo[].pImageBinds[].image must be externally synchronized
420 for(uint32_t index2=0;index2<pBindInfo[index].imageOpaqueBindCount;index2++) finishWriteObject(my_data, pBindInfo[index].pImageOpaqueBinds[index2].image);
425 // Host access to pBindInfo[].pWaitSemaphores[],pBindInfo[].pSignalSemaphores[],pBindInfo[].pBufferBinds[].buffer,pBindInfo[].pImageOpaqueBinds[].image,pBindInfo[].pImageBinds[].image must be externally synchronized
H A Dvk_struct_string_helper_cpp.h410 if (pStruct->pImageOpaqueBinds) {
415 ss[3] << "0x" << &pStruct->pImageOpaqueBinds[i];
416 tmp_str = vk_print_vksparseimageopaquememorybindinfo(&pStruct->pImageOpaqueBinds[i], extra_indent);
418 stp_strs[3] += " " + prefix + "pImageOpaqueBinds[" + index_ss.str() + "] (" + ss[3].str() + ")\n" + tmp_str;
471 ss[6] << "0x" << (void*)pStruct->pImageOpaqueBinds;
481 final_str = prefix + "sType = " + string_VkStructureType(pStruct->sType) + "\n" + prefix + "pNext = " + ss[0].str() + "\n" + prefix + "waitSemaphoreCount = " + ss[1].str() + "\n" + prefix + "pWaitSemaphores = " + ss[2].str() + "\n" + prefix + "bufferBindCount = " + ss[3].str() + "\n" + prefix + "pBufferBinds = " + ss[4].str() + "\n" + prefix + "imageOpaqueBindCount = " + ss[5].str() + "\n" + prefix + "pImageOpaqueBinds = " + ss[6].str() + "\n" + prefix + "imageBindCount = " + ss[7].str() + "\n" + prefix + "pImageBinds = " + ss[8].str() + "\n" + prefix + "signalSemaphoreCount = " + ss[9].str() + "\n" + prefix + "pSignalSemaphores = " + ss[10].str() + "\n" + stp_strs[5] + stp_strs[4] + stp_strs[3] + stp_strs[2] + stp_strs[1] + stp_strs[0];
H A Dvk_struct_string_helper_no_addr.h287 if (pStruct->pImageOpaqueBinds) {
288 tmpStr = vk_print_vksparseimageopaquememorybindinfo(pStruct->pImageOpaqueBinds, extra_indent);
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
H A Dparameter_validation.h760 skipCall |= validate_array(report_data, "vkQueueBindSparse", "pBindInfo[i].imageOpaqueBindCount", "pBindInfo[i].pImageOpaqueBinds", pBindInfo[bindInfoIndex].imageOpaqueBindCount, pBindInfo[bindInfoIndex].pImageOpaqueBinds, false, true);
762 if (pBindInfo[bindInfoIndex].pImageOpaqueBinds != NULL)
766 skipCall |= validate_required_handle(report_data, "vkQueueBindSparse", "pBindInfo[i].pImageOpaqueBinds[i].image", pBindInfo[bindInfoIndex].pImageOpaqueBinds[imageOpaqueBindIndex].image);
768 skipCall |= validate_array(report_data, "vkQueueBindSparse", "pBindInfo[i].pImageOpaqueBinds[i].bindCount", "pBindInfo[i].pImageOpaqueBinds[i].pBinds", pBindInfo[bindInfoIndex].pImageOpaqueBinds[imageOpaqueBindIndex].bindCount, pBindInfo[bindInfoIndex].pImageOpaqueBinds[imageOpaqueBindIndex].pBinds, true, true);
770 if (pBindInfo[bindInfoIndex].pImageOpaqueBinds[imageOpaqueBindInde
[all...]
H A Dvk_struct_validate_helper.h230 if (pStruct->pImageOpaqueBinds && !vk_validate_vksparseimageopaquememorybindinfo((const VkSparseImageOpaqueMemoryBindInfo*)pStruct->pImageOpaqueBinds))
H A Dvk_safe_struct.h222 safe_VkSparseImageOpaqueMemoryBindInfo* pImageOpaqueBinds; member in struct:safe_VkBindSparseInfo
H A Dvk_struct_size_helper.c87 structSize += vk_size_vksparseimageopaquememorybindinfo(&pStruct->pImageOpaqueBinds[i]);
H A Dvk_struct_string_helper.h287 if (pStruct->pImageOpaqueBinds) {
288 tmpStr = vk_print_vksparseimageopaquememorybindinfo(pStruct->pImageOpaqueBinds, extra_indent);
291 snprintf(stp_strs[2], len, " %spImageOpaqueBinds (0x%p)\n%s", prefix, (void*)pStruct->pImageOpaqueBinds, tmpStr);
305 snprintf(str, len, "%ssType = %s\n%spNext = 0x%p\n%swaitSemaphoreCount = %u\n%spWaitSemaphores = 0x%p\n%sbufferBindCount = %u\n%spBufferBinds = 0x%p\n%simageOpaqueBindCount = %u\n%spImageOpaqueBinds = 0x%p\n%simageBindCount = %u\n%spImageBinds = 0x%p\n%ssignalSemaphoreCount = %u\n%spSignalSemaphores = 0x%p\n", prefix, string_VkStructureType(pStruct->sType), prefix, (pStruct->pNext), prefix, (pStruct->waitSemaphoreCount), prefix, (void*)(pStruct->pWaitSemaphores), prefix, (pStruct->bufferBindCount), prefix, (void*)(pStruct->pBufferBinds), prefix, (pStruct->imageOpaqueBindCount), prefix, (void*)(pStruct->pImageOpaqueBinds), prefix, (pStruct->imageBindCount), prefix, (void*)(pStruct->pImageBinds), prefix, (pStruct->signalSemaphoreCount), prefix, (void*)(pStruct->pSignalSemaphores));
H A Dvk_struct_string_helper_no_addr_cpp.h410 if (pStruct->pImageOpaqueBinds) {
415 ss[3] << "0x" << &pStruct->pImageOpaqueBinds[i];
416 tmp_str = vk_print_vksparseimageopaquememorybindinfo(&pStruct->pImageOpaqueBinds[i], extra_indent);
418 stp_strs[3] += " " + prefix + "pImageOpaqueBinds[" + index_ss.str() + "] (addr)\n" + tmp_str;
471 ss[6] << "0x" << (void*)pStruct->pImageOpaqueBinds;
481 final_str = prefix + "sType = " + string_VkStructureType(pStruct->sType) + "\n" + prefix + "pNext = " + ss[0].str() + "\n" + prefix + "waitSemaphoreCount = " + ss[1].str() + "\n" + prefix + "pWaitSemaphores = " + ss[2].str() + "\n" + prefix + "bufferBindCount = " + ss[3].str() + "\n" + prefix + "pBufferBinds = " + ss[4].str() + "\n" + prefix + "imageOpaqueBindCount = " + ss[5].str() + "\n" + prefix + "pImageOpaqueBinds = " + ss[6].str() + "\n" + prefix + "imageBindCount = " + ss[7].str() + "\n" + prefix + "pImageBinds = " + ss[8].str() + "\n" + prefix + "signalSemaphoreCount = " + ss[9].str() + "\n" + prefix + "pSignalSemaphores = " + ss[10].str() + "\n" + stp_strs[5] + stp_strs[4] + stp_strs[3] + stp_strs[2] + stp_strs[1] + stp_strs[0];
H A Dthread_check.h406 for(uint32_t index2=0;index2<pBindInfo[index].imageOpaqueBindCount;index2++) startWriteObject(my_data, pBindInfo[index].pImageOpaqueBinds[index2].image);
411 // Host access to pBindInfo[].pWaitSemaphores[],pBindInfo[].pSignalSemaphores[],pBindInfo[].pBufferBinds[].buffer,pBindInfo[].pImageOpaqueBinds[].image,pBindInfo[].pImageBinds[].image must be externally synchronized
420 for(uint32_t index2=0;index2<pBindInfo[index].imageOpaqueBindCount;index2++) finishWriteObject(my_data, pBindInfo[index].pImageOpaqueBinds[index2].image);
425 // Host access to pBindInfo[].pWaitSemaphores[],pBindInfo[].pSignalSemaphores[],pBindInfo[].pBufferBinds[].buffer,pBindInfo[].pImageOpaqueBinds[].image,pBindInfo[].pImageBinds[].image must be externally synchronized
H A Dvk_struct_string_helper_cpp.h410 if (pStruct->pImageOpaqueBinds) {
415 ss[3] << "0x" << &pStruct->pImageOpaqueBinds[i];
416 tmp_str = vk_print_vksparseimageopaquememorybindinfo(&pStruct->pImageOpaqueBinds[i], extra_indent);
418 stp_strs[3] += " " + prefix + "pImageOpaqueBinds[" + index_ss.str() + "] (" + ss[3].str() + ")\n" + tmp_str;
471 ss[6] << "0x" << (void*)pStruct->pImageOpaqueBinds;
481 final_str = prefix + "sType = " + string_VkStructureType(pStruct->sType) + "\n" + prefix + "pNext = " + ss[0].str() + "\n" + prefix + "waitSemaphoreCount = " + ss[1].str() + "\n" + prefix + "pWaitSemaphores = " + ss[2].str() + "\n" + prefix + "bufferBindCount = " + ss[3].str() + "\n" + prefix + "pBufferBinds = " + ss[4].str() + "\n" + prefix + "imageOpaqueBindCount = " + ss[5].str() + "\n" + prefix + "pImageOpaqueBinds = " + ss[6].str() + "\n" + prefix + "imageBindCount = " + ss[7].str() + "\n" + prefix + "pImageBinds = " + ss[8].str() + "\n" + prefix + "signalSemaphoreCount = " + ss[9].str() + "\n" + prefix + "pSignalSemaphores = " + ss[10].str() + "\n" + stp_strs[5] + stp_strs[4] + stp_strs[3] + stp_strs[2] + stp_strs[1] + stp_strs[0];
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dobject_tracker.h759 validate_image(queue, pBindInfo[i].pImageOpaqueBinds[j].image, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, false);
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dobject_tracker.h759 validate_image(queue, pBindInfo[i].pImageOpaqueBinds[j].image, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, false);

Completed in 281 milliseconds

12