Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp3845 const deUint32 bufNumBytes = static_cast<deUint32>(inputBufferBytes.size()); in runAndVerifyDefaultPipeline() local
3848 DE_ASSERT(bufNumBytes == 4 * typNumBytes); in runAndVerifyDefaultPipeline()
3857 data.reserve(3 * bufNumBytes); in runAndVerifyDefaultPipeline()
3859 for (deUint32 offset = 0; offset < bufNumBytes; offset += typNumBytes) in runAndVerifyDefaultPipeline()