Searched refs:isIntegerFormat (Results 1 – 9 of 9) sorted by relevance
176 bool isIntegerFormat; in init() member226 ….c_str(), "SAMPLES and NUM_SAMPLE_COUNTS", internalFormat.format, internalFormat.isIntegerFormat)); in init()
54 inline bool isIntegerFormat (const vk::VkFormat format) in isIntegerFormat() function
399 …const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in initPrograms() local411 if (isIntegerFormat) in initPrograms()756 const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in genVertexData() local763 if (isIntegerFormat) in genVertexData()791 …const bool isIntegerFormat = channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER || chann… in generateExpectedImage() local800 if (isIntegerFormat) in generateExpectedImage()1644 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); in testMutable() local1651 if (isIntegerFormat) in testMutable()2142 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); in testSwapchainMutable() local2149 if (isIntegerFormat) in testSwapchainMutable()
145 DE_ASSERT(isIntegerFormat(mapTextureFormat(format))); in isRepresentableIntegerValue()
141 const bool useExactCompare = isIntegerFormat(caseDef.format); in initPrograms()
275 const bool intFormat = isIntegerFormat(imageFormat); in generateReferenceImage()315 if (isIntegerFormat(mapTextureFormat(access.getFormat()))) in flipHorizontally()515 if (isIntegerFormat(m_format)) in initPrograms()548 DE_ASSERT(isIntegerFormat(m_format)); in initPrograms()
1252 const int isIntegerFormat = isFormatTypeInteger(m_format.type); in iterate() local1255 DE_ASSERT(!isIntegerFormat || (storeColorScale == 1.0f && storeColorBias == 0.0f)); in iterate()1263 if (isIntegerFormat) in iterate()1712 const bool isIntegerFormat = isFormatTypeInteger(resultSlice.getFormat().type); in operator ()() local1729 if (isIntegerFormat) in operator ()()1751 DE_ASSERT(isIntegerFormat); in operator ()()1774 matchFound = isIntegerFormat ? result.i == atomicArgs[i] in operator ()()1779 …"// Failure: invalid value at pixel " << IVec2(x, y) << ": got " << (isIntegerFormat ? toString(re… in operator ()()1805 const bool isIntegerFormat (isFormatTypeInteger(resultSlice.getFormat().type)); in operator ()() local1842 if (isIntegerFormat) in operator ()()[all …]
670 bool isIntegerFormat (const tcu::TextureFormat& format) in isIntegerFormat() function693 …const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) || isIntegerFormat(t… in iterate()
4114 …const bool isIntegerFormat = isIntFormat(m_resourceDesc.imageFormat) || isUintFormat(m_resourceD… in initPrograms() local4115 const std::string colorType = (isIntegerFormat ? "uvec4" : "vec4"); in initPrograms()4124 …<< " o_color = " << colorType << "(" << (isIntegerFormat ? toString(clearValue.color.uint32) : … in initPrograms()