Home
last modified time | relevance | path

Searched defs:inputValuesCount (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderTestUtil.hpp195 const size_t inputValuesCount = inputBytes.size() / sizeof(uint32_t); in compareWithRetvals() local
227 …static bool compareRetVals(const uint32_t *inputValues, const size_t inputValuesCount, const uint3… in compareRetVals()