Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp2600 const bool signedSampleType = ((isSigned && !m_operandForce) || (!isSigned && m_operandForce)); in initPrograms() local
2602 const std::string sampledTypePostfix = (signedSampleType ? "i" : "u") + bits; in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreTests.cpp2568 const bool signedSampleType = ((isSigned && !m_operandForce) || (!isSigned && m_operandForce)); in initPrograms() local
2570 const std::string sampledTypePostfix = (signedSampleType ? "i" : "u") + bits; in initPrograms()

Completed in 11 milliseconds