Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreUtil.hpp53 inline bool isIntegerFormat (const vk::VkFormat format) in isIntegerFormat() function
/external/deqp/modules/gles3/functional/
Des3fInternalFormatQueryTests.cpp176 bool isIntegerFormat; in init() member
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp1245 const int isIntegerFormat = isFormatTypeInteger(m_format.type); in iterate() local
1705 const bool isIntegerFormat = isFormatTypeInteger(resultSlice.getFormat().type); in operator ()() local
1798 const bool isIntegerFormat (isFormatTypeInteger(resultSlice.getFormat().type)); in operator ()() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp751 bool isIntegerFormat (const tcu::TextureFormat& format) in isIntegerFormat() function
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp2456 …const bool isIntegerFormat = isIntFormat(m_resourceDesc.imageFormat) || isUintFormat(m_resourceD… in initPrograms() local