Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp213 static int computeTotalByteSize (const vector<Symbol>& symbols) in computeTotalByteSize() function
425 const int numInputBytes = computeTotalByteSize(m_spec.inputs); in iterate()
426 const int numOutputBytes = computeTotalByteSize(m_spec.outputs); in iterate()