Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp57 T multiplyComponents (const tcu::Vector<T, size>& v) in multiplyComponents() function
149 const int workGroupSize = multiplyComponents(m_localSize); in initPrograms()
150 const int workGroupCount = multiplyComponents(m_workSize); in initPrograms()
195 const int workGroupSize = multiplyComponents(m_localSize); in iterate()
196 const int workGroupCount = multiplyComponents(m_workSize); in iterate()
320 const int workGroupSize = multiplyComponents(m_localSize); in initPrograms()
321 const int workGroupCount = multiplyComponents(m_workSize); in initPrograms()
366 const int workGroupSize = multiplyComponents(m_localSize); in iterate()
367 const int workGroupCount = multiplyComponents(m_workSize); in iterate()
491 const int workGroupSize = multiplyComponents(m_localSize); in initPrograms()
[all …]