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.cpp306 …const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in initPrograms() local
318 if (isIntegerFormat) in initPrograms()
858 const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in genVertexData() local
863 …const Vec4 color = isIntegerFormat ? COLOR_TABLE_INT[colorIdx].cast<float>() : COLOR_TABLE_FLOAT… in genVertexData()
881 …const bool isIntegerFormat = channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER || chann… in generateExpectedImage() local
890 if (isIntegerFormat) in generateExpectedImage()
1756 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); in testMutable() local
1763 if (isIntegerFormat) in testMutable()
DvktImageLoadStoreTests.cpp103 const bool intFormat = isIntegerFormat(format); in comparePixelBuffers()
197 const bool intFormat = isIntegerFormat(imageFormat); in generateReferenceImage()
233 if (isIntegerFormat(mapTextureFormat(access.getFormat()))) in flipHorizontally()
DvktImageMultisampleLoadStoreTests.cpp138 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.cpp754 bool isIntegerFormat (const tcu::TextureFormat& format) in isIntegerFormat() function
777 …const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) || isIntegerFormat(t… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp2478 …const bool isIntegerFormat = isIntFormat(m_resourceDesc.imageFormat) || isUintFormat(m_resourceD… in initPrograms() local
2479 const std::string colorType = (isIntegerFormat ? "uvec4" : "vec4"); in initPrograms()
2488 …<< " o_color = " << colorType << "(" << (isIntegerFormat ? toString(clearValue.color.uint32) : … in initPrograms()