Searched refs:dispatchNdx (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushDescriptorTests.cpp | 916 for (deUint32 dispatchNdx = 0; dispatchNdx < m_params.numCalls; dispatchNdx++) in init() local 920 **m_buffers[dispatchNdx], // VkBuffer buffer; in init() 928 m_itemSize * dispatchNdx, // VkDeviceSize offset; in init() 2337 for (deUint32 dispatchNdx = 0; dispatchNdx < m_params.numCalls; dispatchNdx++) in init() local 2368 samplers[dispatchNdx], // VkSampler sampler; in init() 2369 imageViews[dispatchNdx], // VkImageView imageView; in init() 2408 m_itemSize * dispatchNdx, // VkDeviceSize offset; in init() 2554 for (deUint32 dispatchNdx = 0u; dispatchNdx < m_params.numCalls; ++dispatchNdx) in verifyOutput() local 2556 const auto refIdx = floatsPerDispatch * dispatchNdx; in verifyOutput() 2557 …const auto bufferOffset = m_itemSize * dispatchNdx; // Each dispatch uses m_itemSize bytes in the … in verifyOutput() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelinePushDescriptorTests.cpp | 916 for (deUint32 dispatchNdx = 0; dispatchNdx < m_params.numCalls; dispatchNdx++) in init() local 920 **m_buffers[dispatchNdx], // VkBuffer buffer; in init() 928 m_itemSize * dispatchNdx, // VkDeviceSize offset; in init() 2337 for (deUint32 dispatchNdx = 0; dispatchNdx < m_params.numCalls; dispatchNdx++) in init() local 2368 samplers[dispatchNdx], // VkSampler sampler; in init() 2369 imageViews[dispatchNdx], // VkImageView imageView; in init() 2408 m_itemSize * dispatchNdx, // VkDeviceSize offset; in init() 2554 for (deUint32 dispatchNdx = 0u; dispatchNdx < m_params.numCalls; ++dispatchNdx) in verifyOutput() local 2556 const auto refIdx = floatsPerDispatch * dispatchNdx; in verifyOutput() 2557 …const auto bufferOffset = m_itemSize * dispatchNdx; // Each dispatch uses m_itemSize bytes in the … in verifyOutput() [all …]
|