HomeSort by relevance Sort by last modified time
    Searched refs:getSamplerType (Results 1 - 25 of 28) sorted by null

1 2

  /external/spirv-llvm/lib/SPIRV/
OCLTypeToSPIRV.cpp 256 addAdaptedType(SamplerArg, getSamplerType(&M));
294 addAdaptedType(static_cast<Argument*>(Arg), getSamplerType(M));
SPIRVInternal.h 538 PointerType* getSamplerType(Module *M);
    [all...]
SPIRVWriter.cpp 547 return transType(getSamplerType(M));
    [all...]
SPIRVUtil.cpp 218 getSamplerType(Module *M) {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringAnisotropyTests.cpp 85 m_refParams.samplerType = getSamplerType(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM));
vktTextureFilteringTests.cpp 204 refParams.samplerType = getSamplerType(texFmt);
411 refParams.samplerType = getSamplerType(texFmt);
606 refParams.samplerType = getSamplerType(texFmt);
784 refParams.samplerType = getSamplerType(texFmt);
    [all...]
vktTextureMipmapTests.cpp 282 refParams.samplerType = getSamplerType(vk::mapVkFormat(m_testParameters.format));
515 refParams.samplerType = getSamplerType(vk::mapVkFormat(m_testParameters.format));
792 refParams.samplerType = getSamplerType(texFmt);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureFormatTests.cpp 171 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
356 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
518 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
671 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
817 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
    [all...]
es3fTextureSwizzleTests.cpp 157 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
es3fASTCDecompressionCases.cpp 338 renderParams.samplerType = getSamplerType(uncompressedFormat);
es3fTextureFilteringTests.cpp 279 refParams.samplerType = getSamplerType(texFmt);
586 sampleParams.samplerType = getSamplerType(texFmt);
843 refParams.samplerType = getSamplerType(texFmt);
    [all...]
es3fTextureWrapTests.cpp 322 refParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
es3fTextureMipmapTests.cpp 326 sampleParams.samplerType = glu::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getFormat());
    [all...]
  /external/deqp/framework/opengl/
gluTextureTestUtil.hpp 152 SamplerType getSamplerType (tcu::TextureFormat format);
  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 232 refParams.samplerType = getSamplerType(texFmt);
546 sampleParams.samplerType = getSamplerType(texFmt);
es2aTextureMipmapTests.cpp 286 sampleParams.samplerType = glu::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getFormat());
  /external/deqp/modules/gles2/functional/
es2fTextureFormatTests.cpp 155 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
326 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
es2fTextureFilteringTests.cpp 279 refParams.samplerType = getSamplerType(texFmt);
559 sampleParams.samplerType = getSamplerType(texFmt);
es2fTextureMipmapTests.cpp 282 sampleParams.samplerType = glu::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getFormat());
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 222 refParams.samplerType = getSamplerType(texFmt);
555 sampleParams.samplerType = getSamplerType(texFmt);
es3aTextureMipmapTests.cpp 278 sampleParams.samplerType = glu::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getFormat());
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 339 refParams.samplerType = getSamplerType(texFmt);
es31fTextureFormatTests.cpp 188 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
es31fCopyImageTests.cpp     [all...]
es31fTextureGatherTests.cpp 837 static inline glu::DataType getSamplerType (TextureType textureType, const tcu::TextureFormat& format)
    [all...]

Completed in 1057 milliseconds

1 2