Searched refs:isIntegerFormat (Results 1 – 8 of 8) sorted by relevance
176 bool isIntegerFormat; in init() member231 ….c_str(), "SAMPLES and NUM_SAMPLE_COUNTS", internalFormat.format, internalFormat.isIntegerFormat)); in init()
53 inline bool isIntegerFormat (const vk::VkFormat format) in isIntegerFormat() function
306 …const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in initPrograms() local318 if (isIntegerFormat) in initPrograms()858 const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in genVertexData() local863 …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() local890 if (isIntegerFormat) in generateExpectedImage()1756 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); in testMutable() local1763 if (isIntegerFormat) in testMutable()
103 const bool intFormat = isIntegerFormat(format); in comparePixelBuffers()197 const bool intFormat = isIntegerFormat(imageFormat); in generateReferenceImage()233 if (isIntegerFormat(mapTextureFormat(access.getFormat()))) in flipHorizontally()
138 const bool useExactCompare = isIntegerFormat(caseDef.format); in initPrograms()
1245 const int isIntegerFormat = isFormatTypeInteger(m_format.type); in iterate() local1248 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 ()() local1722 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 ()() local1835 if (isIntegerFormat) in operator ()()[all …]
754 bool isIntegerFormat (const tcu::TextureFormat& format) in isIntegerFormat() function777 …const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) || isIntegerFormat(t… in iterate()
2478 …const bool isIntegerFormat = isIntFormat(m_resourceDesc.imageFormat) || isUintFormat(m_resourceD… in initPrograms() local2479 const std::string colorType = (isIntegerFormat ? "uvec4" : "vec4"); in initPrograms()2488 …<< " o_color = " << colorType << "(" << (isIntegerFormat ? toString(clearValue.color.uint32) : … in initPrograms()