• Home
  • Raw
  • Download

Lines Matching refs:pBindInfos

3865     const VkBindBufferMemoryInfo*               pBindInfos) {  in BindBufferMemory2()  argument
3870 skip |= intercept->PreCallValidateBindBufferMemory2(device, bindInfoCount, pBindInfos); in BindBufferMemory2()
3875 intercept->PreCallRecordBindBufferMemory2(device, bindInfoCount, pBindInfos); in BindBufferMemory2()
3877 VkResult result = DispatchBindBufferMemory2(device, bindInfoCount, pBindInfos); in BindBufferMemory2()
3880 intercept->PostCallRecordBindBufferMemory2(device, bindInfoCount, pBindInfos, result); in BindBufferMemory2()
3888 const VkBindImageMemoryInfo* pBindInfos) { in BindImageMemory2() argument
3893 skip |= intercept->PreCallValidateBindImageMemory2(device, bindInfoCount, pBindInfos); in BindImageMemory2()
3898 intercept->PreCallRecordBindImageMemory2(device, bindInfoCount, pBindInfos); in BindImageMemory2()
3900 VkResult result = DispatchBindImageMemory2(device, bindInfoCount, pBindInfos); in BindImageMemory2()
3903 intercept->PostCallRecordBindImageMemory2(device, bindInfoCount, pBindInfos, result); in BindImageMemory2()
6361 const VkBindBufferMemoryInfo* pBindInfos) { in BindBufferMemory2KHR() argument
6366 skip |= intercept->PreCallValidateBindBufferMemory2KHR(device, bindInfoCount, pBindInfos); in BindBufferMemory2KHR()
6371 intercept->PreCallRecordBindBufferMemory2KHR(device, bindInfoCount, pBindInfos); in BindBufferMemory2KHR()
6373 VkResult result = DispatchBindBufferMemory2KHR(device, bindInfoCount, pBindInfos); in BindBufferMemory2KHR()
6376 intercept->PostCallRecordBindBufferMemory2KHR(device, bindInfoCount, pBindInfos, result); in BindBufferMemory2KHR()
6384 const VkBindImageMemoryInfo* pBindInfos) { in BindImageMemory2KHR() argument
6389 skip |= intercept->PreCallValidateBindImageMemory2KHR(device, bindInfoCount, pBindInfos); in BindImageMemory2KHR()
6394 intercept->PreCallRecordBindImageMemory2KHR(device, bindInfoCount, pBindInfos); in BindImageMemory2KHR()
6396 VkResult result = DispatchBindImageMemory2KHR(device, bindInfoCount, pBindInfos); in BindImageMemory2KHR()
6399 intercept->PostCallRecordBindImageMemory2KHR(device, bindInfoCount, pBindInfos, result); in BindImageMemory2KHR()
8274 const VkBindAccelerationStructureMemoryInfoNV* pBindInfos) { in BindAccelerationStructureMemoryNV() argument
8279 … |= intercept->PreCallValidateBindAccelerationStructureMemoryNV(device, bindInfoCount, pBindInfos); in BindAccelerationStructureMemoryNV()
8284 … intercept->PreCallRecordBindAccelerationStructureMemoryNV(device, bindInfoCount, pBindInfos); in BindAccelerationStructureMemoryNV()
8286 VkResult result = DispatchBindAccelerationStructureMemoryNV(device, bindInfoCount, pBindInfos); in BindAccelerationStructureMemoryNV()
8289 …ercept->PostCallRecordBindAccelerationStructureMemoryNV(device, bindInfoCount, pBindInfos, result); in BindAccelerationStructureMemoryNV()