Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp4389 const deUint32 bufNumBytes = static_cast<deUint32>(inputBufferBytes.size()); in runAndVerifyDefaultPipeline() local
4392 DE_ASSERT(bufNumBytes == 4 * typNumBytes); in runAndVerifyDefaultPipeline()
4401 data.reserve(3 * bufNumBytes); in runAndVerifyDefaultPipeline()
4403 for (deUint32 offset = 0; offset < bufNumBytes; offset += typNumBytes) in runAndVerifyDefaultPipeline()