Home
last modified time | relevance | path

Searched refs:isIntegerFormat (Results 1 – 8 of 8) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fInternalFormatQueryTests.cpp176 bool isIntegerFormat; in init() member
231 ….c_str(), "SAMPLES and NUM_SAMPLE_COUNTS", internalFormat.format, internalFormat.isIntegerFormat)); in init()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreUtil.hpp53 inline bool isIntegerFormat (const vk::VkFormat format) in isIntegerFormat() function
DvktImageMutableTests.cpp397 …const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in initPrograms() local
409 if (isIntegerFormat) in initPrograms()
814 const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in genVertexData() local
821 if (isIntegerFormat) in genVertexData()
849 …const bool isIntegerFormat = channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER || chann… in generateExpectedImage() local
858 if (isIntegerFormat) in generateExpectedImage()
1765 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); in testMutable() local
1772 if (isIntegerFormat) in testMutable()
2274 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); in testSwapchainMutable() local
2281 if (isIntegerFormat) in testSwapchainMutable()
DvktImageLoadStoreTests.cpp105 const bool intFormat = isIntegerFormat(format); in comparePixelBuffers()
199 const bool intFormat = isIntegerFormat(imageFormat); in generateReferenceImage()
235 if (isIntegerFormat(mapTextureFormat(access.getFormat()))) in flipHorizontally()
DvktImageMultisampleLoadStoreTests.cpp140 const bool useExactCompare = isIntegerFormat(caseDef.format); in initPrograms()
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp1245 const int isIntegerFormat = isFormatTypeInteger(m_format.type); in iterate() local
1248 DE_ASSERT(!isIntegerFormat || (storeColorScale == 1.0f && storeColorBias == 0.0f)); in iterate()
1256 if (isIntegerFormat) in iterate()
1705 const bool isIntegerFormat = isFormatTypeInteger(resultSlice.getFormat().type); in operator ()() local
1722 if (isIntegerFormat) in operator ()()
1744 DE_ASSERT(isIntegerFormat); in operator ()()
1767 matchFound = isIntegerFormat ? result.i == atomicArgs[i] in operator ()()
1772 …"// Failure: invalid value at pixel " << IVec2(x, y) << ": got " << (isIntegerFormat ? toString(re… in operator ()()
1798 const bool isIntegerFormat (isFormatTypeInteger(resultSlice.getFormat().type)); in operator ()() local
1835 if (isIntegerFormat) in operator ()()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp646 bool isIntegerFormat (const tcu::TextureFormat& format) in isIntegerFormat() function
669 …const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) || isIntegerFormat(t… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp2475 …const bool isIntegerFormat = isIntFormat(m_resourceDesc.imageFormat) || isUintFormat(m_resourceD… in initPrograms() local
2476 const std::string colorType = (isIntegerFormat ? "uvec4" : "vec4"); in initPrograms()
2485 …<< " o_color = " << colorType << "(" << (isIntegerFormat ? toString(clearValue.color.uint32) : … in initPrograms()