/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 205 const VkDeviceSize bufferSizeBytes = sizeof(deUint32) * workGroupSize * workGroupCount; in iterate() local 206 …const Buffer buffer(vk, device, allocator, makeBufferCreateInfo(bufferSizeBytes, VK_BUFFER_USAGE_S… in iterate() 222 …t VkDescriptorBufferInfo descriptorInfo = makeDescriptorBufferInfo(*buffer, 0ull, bufferSizeBytes); in iterate() 233 …MemoryBarrier(VK_ACCESS_SHADER_WRITE_BIT, VK_ACCESS_HOST_READ_BIT, *buffer, 0ull, bufferSizeBytes); in iterate() 376 const VkDeviceSize bufferSizeBytes = sizeof(deUint32) * workGroupSize * workGroupCount; in iterate() local 377 …const Buffer buffer(vk, device, allocator, makeBufferCreateInfo(bufferSizeBytes, VK_BUFFER_USAGE_S… in iterate() 393 …t VkDescriptorBufferInfo descriptorInfo = makeDescriptorBufferInfo(*buffer, 0ull, bufferSizeBytes); in iterate() 404 …MemoryBarrier(VK_ACCESS_SHADER_WRITE_BIT, VK_ACCESS_HOST_READ_BIT, *buffer, 0ull, bufferSizeBytes); in iterate() 549 const VkDeviceSize bufferSizeBytes = sizeof(deUint32) * workGroupSize * workGroupCount; in iterate() local 550 …const Buffer buffer(vk, device, allocator, makeBufferCreateInfo(bufferSizeBytes, VK_BUFFER_USAGE_S… in iterate() [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBarrierUtil.cpp | 34 const VkDeviceSize bufferSizeBytes) in makeBufferMemoryBarrier() argument 46 bufferSizeBytes, // VkDeviceSize size; in makeBufferMemoryBarrier()
|
D | vkBarrierUtil.hpp | 36 const VkDeviceSize bufferSizeBytes);
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolStatisticsTests.cpp | 169 … vk, const VkDevice device, const de::SharedPtr<Buffer> buffer, const VkDeviceSize bufferSizeBytes) in clearBuffer() argument 171 const std::vector<deUint8> data ((size_t)bufferSizeBytes, 0u); in clearBuffer() 174 …dateMappedMemoryRange(vk, device, allocation.getMemory(), allocation.getOffset(), bufferSizeBytes); in clearBuffer() 175 deMemcpy(allocationData, &data[0], (size_t)bufferSizeBytes); in clearBuffer() 213 const VkDeviceSize bufferSizeBytes); 237 …const VkDeviceSize bufferSizeBytes = static_cast<VkDeviceSize>(deAlignSize(static_cast<size_… in iterate() local 239 … buffer = Buffer::createAndAlloc(vk, device, BufferCreateInfo(bufferSizeBytes, VK_BUFFER_US… in iterate() 266 bufferSizeBytes, //VkDeviceSize range; in iterate() 276 return executeTest (*cmdPool, *pipelineLayout, *descriptorSet, buffer, bufferSizeBytes); in iterate() 283 const VkDeviceSize bufferSizeBytes) in executeTest() argument [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalDispatchTests.cpp | 181 const vk::VkDeviceSize bufferSizeBytes = sizeof(deUint32); in iterate() local 182 …er outputBuffer(vk, device, allocator, compute::makeBufferCreateInfo(bufferSizeBytes, vk::VK_BUFFE… in iterate() 205 …ptorBufferInfo descriptorInfo = vk::makeDescriptorBufferInfo(*outputBuffer, 0ull, bufferSizeBytes); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageLoadStoreTests.cpp | 273 …ontext, const VkCommandBuffer cmdBuffer, const VkBuffer buffer, const VkDeviceSize bufferSizeBytes) in commandBufferWriteBarrierBeforeHostRead() argument 279 buffer, 0ull, bufferSizeBytes); in commandBufferWriteBarrierBeforeHostRead() 289 const VkDeviceSize bufferSizeBytes, in commandCopyImageToBuffer() argument 304 buffer, 0ull, bufferSizeBytes); in commandCopyImageToBuffer()
|