Searched defs:isIntegerFormat (Results 1 - 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreUtil.hpp53 inline bool isIntegerFormat (const vk::VkFormat format) function in namespace:vkt::image
H A DvktImageMutableTests.cpp307 const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); local
319 if (isIntegerFormat)
859 const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); local
864 const Vec4 color = isIntegerFormat ? COLOR_TABLE_INT[colorIdx].cast<float>() : COLOR_TABLE_FLOAT[colorIdx];
882 const bool isIntegerFormat = channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER || channelClass == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER; local
891 if (isIntegerFormat)
1727 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); local
1734 if (isIntegerFormat)
/external/deqp/modules/gles3/functional/
H A Des3fInternalFormatQueryTests.cpp176 bool isIntegerFormat; member in struct:deqp::gles3::Functional::InternalFormat
231 addChild(new SamplesCase(m_context, (std::string(internalFormat.name) + "_samples").c_str(), "SAMPLES and NUM_SAMPLE_COUNTS", internalFormat.format, internalFormat.isIntegerFormat));
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp733 bool isIntegerFormat (const tcu::TextureFormat& format) function in namespace:vkt::shaderexecutor::__anon4475
756 const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) || isIntegerFormat(texFormat)) ? tcu::Sampler::NEAREST : tcu::Sampler::LINEAR;
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp2478 const bool isIntegerFormat = isIntFormat(m_resourceDesc.imageFormat) || isUintFormat(m_resourceDesc.imageFormat); local
2479 const std::string colorType = (isIntegerFormat ? "uvec4" : "vec4");
2488 << " o_color = " << colorType << "(" << (isIntegerFormat ? toString(clearValue.color.uint32) : toString(clearValue.color.float32)) << ");\n"
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp1245 const int isIntegerFormat = isFormatTypeInteger(m_format.type); local
1248 DE_ASSERT(!isIntegerFormat || (storeColorScale == 1.0f && storeColorBias == 0.0f));
1256 if (isIntegerFormat)
1705 const bool isIntegerFormat = isFormatTypeInteger(resultSlice.getFormat().type); local
1722 if (isIntegerFormat)
1744 DE_ASSERT(isIntegerFormat);
1767 matchFound = isIntegerFormat ? result.i == atomicArgs[i]
1772 log << TestLog::Message << "// Failure: invalid value at pixel " << IVec2(x, y) << ": got " << (isIntegerFormat ? toString(result.i) : toString(result.f)) << TestLog::EndMessage
1798 const bool isIntegerFormat (isFormatTypeInteger(resultSlice.getFormat().type));
1835 if (isIntegerFormat)
[all...]

Completed in 152 milliseconds