Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fInternalFormatQueryTests.cpp176 bool isIntegerFormat; in init() member
226 ….c_str(), "SAMPLES and NUM_SAMPLE_COUNTS", internalFormat.format, internalFormat.isIntegerFormat)); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreUtil.hpp54 inline bool isIntegerFormat (const vk::VkFormat format) in isIntegerFormat() function
DvktImageMutableTests.cpp399 …const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in initPrograms() local
411 if (isIntegerFormat) in initPrograms()
756 const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in genVertexData() local
763 if (isIntegerFormat) in genVertexData()
791 …const bool isIntegerFormat = channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER || chann… in generateExpectedImage() local
800 if (isIntegerFormat) in generateExpectedImage()
1644 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); in testMutable() local
1651 if (isIntegerFormat) in testMutable()
2142 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); in testSwapchainMutable() local
2149 if (isIntegerFormat) in testSwapchainMutable()
DvktImageLoadStoreUtil.cpp145 DE_ASSERT(isIntegerFormat(mapTextureFormat(format))); in isRepresentableIntegerValue()
DvktImageMultisampleLoadStoreTests.cpp141 const bool useExactCompare = isIntegerFormat(caseDef.format); in initPrograms()
DvktImageLoadStoreTests.cpp275 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()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp1252 const int isIntegerFormat = isFormatTypeInteger(m_format.type); in iterate() local
1255 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 ()() local
1729 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 ()() local
1842 if (isIntegerFormat) in operator ()()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp670 bool isIntegerFormat (const tcu::TextureFormat& format) in isIntegerFormat() function
693 …const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) || isIntegerFormat(t… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp4114 …const bool isIntegerFormat = isIntFormat(m_resourceDesc.imageFormat) || isUintFormat(m_resourceD… in initPrograms() local
4115 const std::string colorType = (isIntegerFormat ? "uvec4" : "vec4"); in initPrograms()
4124 …<< " o_color = " << colorType << "(" << (isIntegerFormat ? toString(clearValue.color.uint32) : … in initPrograms()