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

  /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/image/
vktImageLoadStoreTests.cpp 143 inline bool isIntegerFormat (const VkFormat format)
193 const bool intFormat = isIntegerFormat(format);
287 const bool intFormat = isIntegerFormat(imageFormat);
323 if (isIntegerFormat(mapTextureFormat(access.getFormat())))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 459 bool isIntegerFormat (const tcu::TextureFormat& format)
484 const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) || isIntegerFormat(texFormat)) ? tcu::Sampler::NEAREST : tcu::Sampler::LINEAR;
    [all...]

Completed in 301 milliseconds