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

1 2

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
vk_safe_struct.cpp 771 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[i])
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
vk_safe_struct.cpp 771 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[i])
    [all...]
unique_objects.cpp 352 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)];
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
parameter_validation.h     [all...]
vk_struct_validate_helper.h 230 if (pStruct->pImageOpaqueBinds && !vk_validate_vksparseimageopaquememorybindinfo((const VkSparseImageOpaqueMemoryBindInfo*)pStruct->pImageOpaqueBinds))
    [all...]
vk_safe_struct.h 222 safe_VkSparseImageOpaqueMemoryBindInfo* pImageOpaqueBinds;
    [all...]
vk_struct_size_helper.c 87 structSize += vk_size_vksparseimageopaquememorybindinfo(&pStruct->pImageOpaqueBinds[i]);
    [all...]
vk_struct_string_helper.h 287 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));
    [all...]
vk_struct_string_helper_cpp.h 410 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];
    [all...]
vk_struct_string_helper_no_addr_cpp.h 410 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];
    [all...]
thread_check.h 406 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
    [all...]
vk_struct_string_helper_no_addr.h 287 if (pStruct->pImageOpaqueBinds) {
288 tmpStr = vk_print_vksparseimageopaquememorybindinfo(pStruct->pImageOpaqueBinds, extra_indent);
    [all...]
vk_struct_wrappers.cpp 295 printf("%*s %spImageOpaqueBinds[%u] = 0x%p\n", m_indent, "", &m_dummy_prefix, i, (void*)(m_struct.pImageOpaqueBinds)[i]);
326 vksparseimageopaquememorybindinfo_struct_wrapper class1(&(m_struct.pImageOpaqueBinds[i]));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesMipmapSparseResidency.cpp 315 DE_NULL, //const VkSparseImageOpaqueMemoryBindInfo* pImageOpaqueBinds;
342 bindSparseInfo.pImageOpaqueBinds = &imageMipTailBindInfo;
vktSparseResourcesImageMemoryAliasing.cpp 349 DE_NULL, //const VkSparseImageOpaqueMemoryBindInfo* pImageOpaqueBinds;
384 bindSparseInfo.pImageOpaqueBinds = imageMipTailBindInfo;
    [all...]
vktSparseResourcesImageSparseResidency.cpp 400 DE_NULL, //const VkSparseImageOpaqueMemoryBindInfo* pImageOpaqueBinds;
427 bindSparseInfo.pImageOpaqueBinds = &imageMipTailBindInfo;
vktSparseResourcesShaderIntrinsicsBase.cpp 427 DE_NULL, //const VkSparseImageOpaqueMemoryBindInfo* pImageOpaqueBinds;
454 bindSparseInfo.pImageOpaqueBinds = &imageMipTailBindInfo;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
object_tracker.h     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 433 const VkSparseImageOpaqueMemoryBindInfo* pImageOpaqueBinds;
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
vulkan.h     [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]

Completed in 262 milliseconds

1 2