Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreUtil.hpp54 inline bool isIntegerFormat (const vk::VkFormat format) in isIntegerFormat() function
DvktImageMutableTests.cpp399 …const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in initPrograms() local
756 const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in genVertexData() local
791 …const bool isIntegerFormat = channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER || chann… in generateExpectedImage() local
1644 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); in testMutable() local
2142 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); in testSwapchainMutable() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fInternalFormatQueryTests.cpp176 bool isIntegerFormat; in init() member
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp1252 const int isIntegerFormat = isFormatTypeInteger(m_format.type); in iterate() local
1712 const bool isIntegerFormat = isFormatTypeInteger(resultSlice.getFormat().type); in operator ()() local
1805 const bool isIntegerFormat (isFormatTypeInteger(resultSlice.getFormat().type)); in operator ()() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp670 bool isIntegerFormat (const tcu::TextureFormat& format) in isIntegerFormat() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp4114 …const bool isIntegerFormat = isIntFormat(m_resourceDesc.imageFormat) || isUintFormat(m_resourceD… in initPrograms() local