Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp14202 virtual size_t getArgCompCount (size_t argNo) { return argCompCount[argNo]; } in getArgCompCount() function
15675 DE_ASSERT(getArgCompCount(0) == getOutCompCount()); in calc()
15676 DE_ASSERT(getArgCompCount(1) == getOutCompCount()); in calc()
15677 DE_ASSERT(getArgCompCount(2) == getOutCompCount()); in calc()
15749 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc()
15765 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc()
15809 DE_ASSERT(getArgCompCount(0) == getArgCompCount(1)); in calc()
15817 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc()
15833 for (size_t componentNdx = 0; componentNdx < getArgCompCount(0); ++componentNdx) in calc()
15878 DE_ASSERT(getArgCompCount(0) == 3); in calc()
[all …]