Home
last modified time | relevance | path

Searched refs:bufferSizeBytes (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp205 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/
DvkBarrierUtil.cpp34 const VkDeviceSize bufferSizeBytes) in makeBufferMemoryBarrier() argument
46 bufferSizeBytes, // VkDeviceSize size; in makeBufferMemoryBarrier()
DvkBarrierUtil.hpp36 const VkDeviceSize bufferSizeBytes);
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp169 … 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/
DvktConditionalDispatchTests.cpp181 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/
DvktImageLoadStoreTests.cpp273 …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()