Home
last modified time | relevance | path

Searched refs:typNumBytes (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp4396 const deUint32 typNumBytes = instance.interfaces.getInputType().getNumBytes(); in runAndVerifyDefaultPipeline() local
4400 DE_ASSERT(bufNumBytes == 4 * typNumBytes); in runAndVerifyDefaultPipeline()
4411 for (deUint32 offset = 0; offset < bufNumBytes; offset += typNumBytes) in runAndVerifyDefaultPipeline()
4413 for (deUint32 byteNdx = 0; byteNdx < typNumBytes; ++byteNdx) in runAndVerifyDefaultPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp4393 const deUint32 typNumBytes = instance.interfaces.getInputType().getNumBytes(); in runAndVerifyDefaultPipeline() local
4397 DE_ASSERT(bufNumBytes == 4 * typNumBytes); in runAndVerifyDefaultPipeline()
4408 for (deUint32 offset = 0; offset < bufNumBytes; offset += typNumBytes) in runAndVerifyDefaultPipeline()
4410 for (deUint32 byteNdx = 0; byteNdx < typNumBytes; ++byteNdx) in runAndVerifyDefaultPipeline()

Completed in 15 milliseconds