Home
last modified time | relevance | path

Searched refs:isIntegerFormat (Results 1 - 18 of 18) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fInternalFormatQueryTests.cpp176 bool isIntegerFormat; in init() member
226 addChild(new SamplesCase(m_context, (std::string(internalFormat.name) + "_samples").c_str(), "SAMPLES and NUM_SAMPLE_COUNTS", internalFormat.format, internalFormat.isIntegerFormat)); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreUtil.hpp54 inline bool isIntegerFormat (const vk::VkFormat format) in isIntegerFormat() function
H A DvktImageMutableTests.cpp400 const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in initPrograms() local
412 if (isIntegerFormat) in initPrograms()
728 const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in genVertexData() local
735 if (isIntegerFormat) in genVertexData()
763 const bool isIntegerFormat = channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER || channelClass == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in generateExpectedImage() local
772 if (isIntegerFormat) in generateExpectedImage()
1616 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); in testMutable() local
1623 if (isIntegerFormat) in testMutable()
2160 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); in testSwapchainMutable() local
2167 if (isIntegerFormat) in testSwapchainMutable()
[all...]
H A DvktImageLoadStoreUtil.cpp145 DE_ASSERT(isIntegerFormat(mapTextureFormat(format))); in isRepresentableIntegerValue()
H A DvktImageLoadStoreTests.cpp281 if (isIntegerFormat(imageFormat)) in getMiddleValue()
298 const bool intFormat = isIntegerFormat(imageFormat); in generateReferenceImage()
350 if (isIntegerFormat(mapTextureFormat(access.getFormat()))) in flipHorizontally()
605 if (isIntegerFormat(m_format)) in initPrograms()
631 if (isIntegerFormat(m_format)) in initPrograms()
664 DE_ASSERT(isIntegerFormat(m_format)); in initPrograms()
H A DvktImageMultisampleLoadStoreTests.cpp157 const bool useExactCompare = isIntegerFormat(caseDef.format); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreUtil.hpp54 inline bool isIntegerFormat (const vk::VkFormat format) in isIntegerFormat() function
H A DvktImageMutableTests.cpp400 const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in initPrograms() local
412 if (isIntegerFormat) in initPrograms()
728 const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in genVertexData() local
735 if (isIntegerFormat) in genVertexData()
763 const bool isIntegerFormat = channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER || channelClass == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in generateExpectedImage() local
772 if (isIntegerFormat) in generateExpectedImage()
1616 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); in testMutable() local
1623 if (isIntegerFormat) in testMutable()
2160 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); in testSwapchainMutable() local
2167 if (isIntegerFormat) in testSwapchainMutable()
[all...]
H A DvktImageLoadStoreUtil.cpp145 DE_ASSERT(isIntegerFormat(mapTextureFormat(format))); in isRepresentableIntegerValue()
H A DvktImageLoadStoreTests.cpp281 if (isIntegerFormat(imageFormat)) in getMiddleValue()
298 const bool intFormat = isIntegerFormat(imageFormat); in generateReferenceImage()
350 if (isIntegerFormat(mapTextureFormat(access.getFormat()))) in flipHorizontally()
599 if (isIntegerFormat(m_format)) in initPrograms()
625 if (isIntegerFormat(m_format)) in initPrograms()
658 DE_ASSERT(isIntegerFormat(m_format)); in initPrograms()
H A DvktImageMultisampleLoadStoreTests.cpp142 const bool useExactCompare = isIntegerFormat(caseDef.format); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp1593 bool isIntegerFormat = isUintFormat(mapTextureFormat(depthResult.getFormat())) || isIntFormat(mapTextureFormat(depthResult.getFormat())); in verifyImage() local
1595 if (!isIntegerFormat) in verifyImage()
1624 bool isIntegerFormat = isUintFormat(mapTextureFormat(stencilResult.getFormat())) || isIntFormat(mapTextureFormat(stencilResult.getFormat())); in verifyImage() local
1626 if (!isIntegerFormat) in verifyImage()
1713 const bool isIntegerFormat = isUintFormat(m_imageFormat) || isIntFormat(m_imageFormat); in verifyImage() local
1715 if (!isIntegerFormat) in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp1433 bool isIntegerFormat = isUintFormat(mapTextureFormat(depthResult.getFormat())) || isIntFormat(mapTextureFormat(depthResult.getFormat())); in verifyImage() local
1435 if (!isIntegerFormat) in verifyImage()
1464 bool isIntegerFormat = isUintFormat(mapTextureFormat(stencilResult.getFormat())) || isIntFormat(mapTextureFormat(stencilResult.getFormat())); in verifyImage() local
1466 if (!isIntegerFormat) in verifyImage()
1552 const bool isIntegerFormat = isUintFormat(m_imageFormat) || isIntFormat(m_imageFormat); in verifyImage() local
1554 if (!isIntegerFormat) in verifyImage()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp1279 const int isIntegerFormat = isFormatTypeInteger(m_format.type); in iterate() local
1282 DE_ASSERT(!isIntegerFormat || (storeColorScale == 1.0f && storeColorBias == 0.0f)); in iterate()
1290 if (isIntegerFormat) in iterate()
1737 const bool isIntegerFormat = isFormatTypeInteger(resultSlice.getFormat().type); in operator ()() local
1754 if (isIntegerFormat) in operator ()()
1776 DE_ASSERT(isIntegerFormat); in operator ()()
1799 matchFound = isIntegerFormat ? result.i == atomicArgs[i] in operator ()()
1804 log << TestLog::Message << "// Failure: invalid value at pixel " << IVec2(x, y) << ": got " << (isIntegerFormat ? toString(result.i) : toString(result.f)) << TestLog::EndMessage in operator ()()
1844 const bool isIntegerFormat (isFormatTypeInteger(resultSlice.getFormat().type)); in operator ()()
1860 if (isIntegerFormat) in operator ()()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp668 bool isIntegerFormat (const tcu::TextureFormat& format) in isIntegerFormat() function
691 const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) || isIntegerFormat(texFormat)) ? tcu::Sampler::NEAREST : tcu::Sampler::LINEAR; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp670 bool isIntegerFormat (const tcu::TextureFormat& format) in isIntegerFormat() function
693 const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) || isIntegerFormat(texFormat)) ? tcu::Sampler::NEAREST : tcu::Sampler::LINEAR; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp4269 const bool isIntegerFormat = isIntFormat(m_resourceDesc.imageFormat) || isUintFormat(m_resourceDesc.imageFormat); in initPrograms() local
4270 const std::string colorType = (isIntegerFormat ? "uvec4" : "vec4"); in initPrograms()
4279 << " o_color = " << colorType << "(" << (isIntegerFormat ? toString(clearValue.color.uint32) : toString(clearValue.color.float32)) << ");\n" in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp4132 const bool isIntegerFormat = isIntFormat(m_resourceDesc.imageFormat) || isUintFormat(m_resourceDesc.imageFormat); in initPrograms() local
4133 const std::string colorType = (isIntegerFormat ? "uvec4" : "vec4"); in initPrograms()
4142 << " o_color = " << colorType << "(" << (isIntegerFormat ? toString(clearValue.color.uint32) : toString(clearValue.color.float32)) << ");\n" in initPrograms()

Completed in 60 milliseconds