Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.cpp2105 const bool inputTypePacked = m_spec.arrays[i].inputType == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_spec.arrays[i].inputType == Array::INPUTTYPE_INT_2_10_10_10; in isUnalignedBufferOffsetTest() local
2108 if (inputTypePacked) in isUnalignedBufferOffsetTest()
2126 const bool inputTypePacked = m_spec.arrays[i].inputType == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_spec.arrays[i].inputType == Array::INPUTTYPE_INT_2_10_10_10; in isUnalignedBufferStrideTest() local
2129 if (inputTypePacked) in isUnalignedBufferStrideTest()
H A DglsDrawTest.cpp2135 const bool inputTypePacked = inputType == DrawTestSpec::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || inputType == DrawTestSpec::INPUTTYPE_INT_2_10_10_10; in valid() local
2156 if (inputTypePacked && componentCount != 4) in valid()
2174 if (inputTypePacked && !outputTypeFloat) in valid()
2223 const bool inputTypePacked = inputType == DrawTestSpec::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || inputType == DrawTestSpec::INPUTTYPE_INT_2_10_10_10; in isBufferAligned() local
2229 if (inputTypePacked) in isBufferAligned()
2241 const bool inputTypePacked = inputType == DrawTestSpec::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || inputType == DrawTestSpec::INPUTTYPE_INT_2_10_10_10; in isBufferStrideAligned() local
2247 if (inputTypePacked) in isBufferStrideAligned()

Completed in 10 milliseconds