HomeSort by relevance Sort by last modified time
    Searched refs:isIntegerFormat (Results 1 - 8 of 8) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreUtil.hpp 53 inline bool isIntegerFormat (const vk::VkFormat format)
vktImageMutableTests.cpp 307 const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat);
319 if (isIntegerFormat)
    [all...]
vktImageLoadStoreTests.cpp 103 const bool intFormat = isIntegerFormat(format);
197 const bool intFormat = isIntegerFormat(imageFormat);
233 if (isIntegerFormat(mapTextureFormat(access.getFormat())))
    [all...]
vktImageMultisampleLoadStoreTests.cpp 138 const bool useExactCompare = isIntegerFormat(caseDef.format);
  /external/deqp/modules/gles3/functional/
es3fInternalFormatQueryTests.cpp 176 bool isIntegerFormat;
231 addChild(new SamplesCase(m_context, (std::string(internalFormat.name) + "_samples").c_str(), "SAMPLES and NUM_SAMPLE_COUNTS", internalFormat.format, internalFormat.isIntegerFormat));
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 733 bool isIntegerFormat (const tcu::TextureFormat& format)
756 const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) || isIntegerFormat(texFormat)) ? tcu::Sampler::NEAREST : tcu::Sampler::LINEAR;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp     [all...]

Completed in 423 milliseconds