Searched refs:dataSizeBytes (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.cpp | 5040 const VkDeviceSize dataSizeBytes = m_resource.getBuffer().size; in Implementation() local 5045 makeBufferCreateInfo(dataSizeBytes, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible)); in Implementation() 5048 deMemset(alloc.getHostPtr(), 0, static_cast<size_t>(dataSizeBytes)); in Implementation() 5058 makeBufferCreateInfo(dataSizeBytes, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::HostVisible)); in Implementation() 5061 fillPattern(alloc.getHostPtr(), dataSizeBytes, true); in Implementation() 5075 const VkDescriptorBufferInfo outputBufferDescriptorInfo = makeDescriptorBufferInfo(m_outputBuffer->get(), 0ull, dataSizeBytes); in Implementation() 5107 const VkDeviceSize dataSizeBytes = m_resource.getBuffer().size; in recordCommands() local 5139 const deUint32 count = static_cast<deUint32>(dataSizeBytes / sizeof(tcu::UVec4)); in recordCommands() 5145 const deUint32 count = static_cast<deUint32>(dataSizeBytes / sizeof(deUint32)); in recordCommands()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.cpp | 4901 const VkDeviceSize dataSizeBytes = m_resource.getBuffer().size; in Implementation() local 4906 makeBufferCreateInfo(dataSizeBytes, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible)); in Implementation() 4909 deMemset(alloc.getHostPtr(), 0, static_cast<size_t>(dataSizeBytes)); in Implementation() 4919 makeBufferCreateInfo(dataSizeBytes, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::HostVisible)); in Implementation() 4922 fillPattern(alloc.getHostPtr(), dataSizeBytes, true); in Implementation() 4936 const VkDescriptorBufferInfo outputBufferDescriptorInfo = makeDescriptorBufferInfo(m_outputBuffer->get(), 0ull, dataSizeBytes); in Implementation() 4968 const VkDeviceSize dataSizeBytes = m_resource.getBuffer().size; in recordCommands() local 5000 const deUint32 count = static_cast<deUint32>(dataSizeBytes / sizeof(tcu::UVec4)); in recordCommands() 5006 const deUint32 count = static_cast<deUint32>(dataSizeBytes / sizeof(deUint32)); in recordCommands()
|
Completed in 22 milliseconds