Home
last modified time | relevance | path

Searched defs:bufferSizeBytes (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkBarrierUtil.cpp34 const VkDeviceSize bufferSizeBytes) in makeBufferMemoryBarrier()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp205 const VkDeviceSize bufferSizeBytes = sizeof(deUint32) * workGroupSize * workGroupCount; in iterate() local
376 const VkDeviceSize bufferSizeBytes = sizeof(deUint32) * workGroupSize * workGroupCount; in iterate() local
549 const VkDeviceSize bufferSizeBytes = sizeof(deUint32) * workGroupSize * workGroupCount; in iterate() local
720 const VkDeviceSize bufferSizeBytes = sizeof(deUint32) * imageArea; in iterate() local
915 const VkDeviceSize bufferSizeBytes = sizeof(deUint32) * imageArea; in iterate() local
1193 const VkDeviceSize bufferSizeBytes = sizeof(tcu::UVec4) * m_numValues; in iterate() local
1388 const VkDeviceSize bufferSizeBytes = sizeof(deUint32) * m_numValues; in iterate() local
1590 const VkDeviceSize bufferSizeBytes = sizeof(deUint32) * m_numValues; in iterate() local
2557 const VkDeviceSize bufferSizeBytes = sizeof(deUint32) * m_numValues; in iterate() local
2789 const VkDeviceSize bufferSizeBytes = sizeof(deUint32) * m_numValues; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp169 … vk, const VkDevice device, const de::SharedPtr<Buffer> buffer, const VkDeviceSize bufferSizeBytes) in clearBuffer()
237 …const VkDeviceSize bufferSizeBytes = static_cast<VkDeviceSize>(deAlignSize(static_cast<size_… in iterate() local
283 const VkDeviceSize bufferSizeBytes) in executeTest()
397 const VkDeviceSize bufferSizeBytes) in executeTest()
495 …Instance::checkResult (const de::SharedPtr<Buffer> buffer, const VkDeviceSize bufferSizeBytes, con… in checkResult()
555 const VkDeviceSize bufferSizeBytes) in executeTest()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDispatchTests.cpp181 const vk::VkDeviceSize bufferSizeBytes = sizeof(deUint32); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp273 …ontext, const VkCommandBuffer cmdBuffer, const VkBuffer buffer, const VkDeviceSize bufferSizeBytes) in commandBufferWriteBarrierBeforeHostRead()
289 const VkDeviceSize bufferSizeBytes, in commandCopyImageToBuffer()