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

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_safe_struct.cpp 790 pBufferBinds(nullptr),
804 if (bufferBindCount && pInStruct->pBufferBinds) {
805 pBufferBinds = new safe_VkSparseBufferMemoryBindInfo[bufferBindCount];
807 pBufferBinds[i].initialize(&pInStruct->pBufferBinds[i]);
832 pBufferBinds(nullptr),
845 pBufferBinds = nullptr;
858 if (bufferBindCount && src.pBufferBinds) {
859 pBufferBinds = new safe_VkSparseBufferMemoryBindInfo[bufferBindCount];
861 pBufferBinds[i].initialize(&src.pBufferBinds[i])
    [all...]
unique_objects_wrappers.h 323 if (local_pBindInfo[index0].pBufferBinds) {
325 if (pBindInfo[index0].pBufferBinds[index1].buffer) {
326 local_pBindInfo[index0].pBufferBinds[index1].buffer = (VkBuffer)dev_data->unique_id_mapping[reinterpret_cast<const uint64_t &>(pBindInfo[index0].pBufferBinds[index1].buffer)];
328 if (local_pBindInfo[index0].pBufferBinds[index1].pBinds) {
329 for (uint32_t index2 = 0; index2 < local_pBindInfo[index0].pBufferBinds[index1].bindCount; ++index2) {
330 if (pBindInfo[index0].pBufferBinds[index1].pBinds[index2].memory) {
331 local_pBindInfo[index0].pBufferBinds[index1].pBinds[index2].memory = (VkDeviceMemory)dev_data->unique_id_mapping[reinterpret_cast<const uint64_t &>(pBindInfo[index0].pBufferBinds[index1].pBinds[index2].memory)];
    [all...]
parameter_validation.h     [all...]
vk_struct_validate_helper.h 244 if (pStruct->pBufferBinds && !vk_validate_vksparsebuffermemorybindinfo((const VkSparseBufferMemoryBindInfo*)pStruct->pBufferBinds))
    [all...]
vk_struct_size_helper.c 84 structSize += vk_size_vksparsebuffermemorybindinfo(&pStruct->pBufferBinds[i]);
    [all...]
vk_safe_struct.h 220 safe_VkSparseBufferMemoryBindInfo* pBufferBinds;
    [all...]
vk_struct_string_helper.h 289 if (pStruct->pBufferBinds) {
290 tmpStr = vk_print_vksparsebuffermemorybindinfo(pStruct->pBufferBinds, extra_indent);
293 snprintf(stp_strs[1], len, " %spBufferBinds (0x%p)\n%s", prefix, (void*)pStruct->pBufferBinds, tmpStr);
315 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...]
thread_check.h 499 startWriteObject(my_data, pBindInfo[index].pBufferBinds[index2].buffer);
507 // Host access to pBindInfo[].pWaitSemaphores[],pBindInfo[].pSignalSemaphores[],pBindInfo[].pBufferBinds[].buffer,pBindInfo[].pImageOpaqueBinds[].image,pBindInfo[].pImageBinds[].image must be externally synchronized
519 finishWriteObject(my_data, pBindInfo[index].pBufferBinds[index2].buffer);
527 // 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_cpp.h 434 if (pStruct->pBufferBinds) {
439 ss[2] << "0x" << &pStruct->pBufferBinds[i];
440 tmp_str = vk_print_vksparsebuffermemorybindinfo(&pStruct->pBufferBinds[i], extra_indent);
442 stp_strs[2] += " " + prefix + "pBufferBinds[" + index_ss.str() + "] (" + ss[2].str() + ")\n" + tmp_str;
508 ss[4] << "0x" << (void*)pStruct->pBufferBinds;
527 final_str = final_str + prefix + "pBufferBinds = " + ss[4].str() + "\n";
    [all...]
vk_struct_string_helper_no_addr_cpp.h 434 if (pStruct->pBufferBinds) {
439 ss[2] << "0x" << &pStruct->pBufferBinds[i];
440 tmp_str = vk_print_vksparsebuffermemorybindinfo(&pStruct->pBufferBinds[i], extra_indent);
442 stp_strs[2] += " " + prefix + "pBufferBinds[" + index_ss.str() + "] (addr)\n" + tmp_str;
508 ss[4] << "0x" << (void*)pStruct->pBufferBinds;
527 final_str = final_str + prefix + "pBufferBinds = " + ss[4].str() + "\n";
    [all...]
vk_struct_string_helper_no_addr.h 289 if (pStruct->pBufferBinds) {
290 tmpStr = vk_print_vksparsebuffermemorybindinfo(pStruct->pBufferBinds, extra_indent);
    [all...]
vk_struct_wrappers.cpp 291 printf("%*s %spBufferBinds[%u] = 0x%p\n", m_indent, "", &m_dummy_prefix, i, (void*)(m_struct.pBufferBinds)[i]);
331 vksparsebuffermemorybindinfo_struct_wrapper class2(&(m_struct.pBufferBinds[i]));
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 431 const VkSparseBufferMemoryBindInfo* pBufferBinds;
    [all...]
vkStrUtilImpl.inl     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.hpp     [all...]
vulkan.h     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /external/skqp/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
object_tracker.cpp     [all...]
core_validation.cpp     [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_core.h     [all...]

Completed in 5085 milliseconds