Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreUtil.hpp54 inline bool isIntegerFormat (const vk::VkFormat format) in isIntegerFormat() function
DvktImageMutableTests.cpp400 …const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in initPrograms() local
728 const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in genVertexData() local
763 …const bool isIntegerFormat = channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER || chann… in generateExpectedImage() local
1616 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); in testMutable() local
2160 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); in testSwapchainMutable() local
/external/deqp/modules/gles3/functional/
Des3fInternalFormatQueryTests.cpp176 bool isIntegerFormat; in init() member
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp1461 …bool isIntegerFormat = isUintFormat(mapTextureFormat(depthResult.getFormat())) || isIntFo… in verifyImage() local
1492 …bool isIntegerFormat = isUintFormat(mapTextureFormat(stencilResult.getFormat())) || isInt… in verifyImage() local
1581 const bool isIntegerFormat = isUintFormat(m_imageFormat) || isIntFormat(m_imageFormat); in verifyImage() local
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp1279 const int isIntegerFormat = isFormatTypeInteger(m_format.type); in iterate() local
1737 const bool isIntegerFormat = isFormatTypeInteger(resultSlice.getFormat().type); in operator ()() local
1844 const bool isIntegerFormat (isFormatTypeInteger(resultSlice.getFormat().type)); in operator ()() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp670 bool isIntegerFormat (const tcu::TextureFormat& format) in isIntegerFormat() function
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp4132 …const bool isIntegerFormat = isIntFormat(m_resourceDesc.imageFormat) || isUintFormat(m_resourceD… in initPrograms() local