Searched refs:bufferBindCount (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_queue.h655 size += vn_sizeof_uint32_t(&val->bufferBindCount);
657 size += vn_sizeof_array_size(val->bufferBindCount);
658 for (uint32_t i = 0; i < val->bufferBindCount; i++)
743 vn_encode_uint32_t(enc, &val->bufferBindCount);
745 vn_encode_array_size(enc, val->bufferBindCount);
746 for (uint32_t i = 0; i < val->bufferBindCount; i++)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_bo.c683 sparse.bufferBindCount = 1;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c5701 return info->bufferBindCount || info->imageOpaqueBindCount || info->imageBindCount ||
5732 .buffer_bind_count = pBindInfo[i].bufferBindCount,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c3624 for (uint32_t j = 0; j < pBindInfo[i].bufferBindCount; ++j) {
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h2216 uint32_t bufferBindCount; member in struct:VkBindSparseInfo
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h2860 uint32_t bufferBindCount; member in struct:VkBindSparseInfo

Completed in 90 milliseconds