Home
last modified time | relevance | path

Searched refs:getSamplerType (Results 1 – 25 of 32) sorted by relevance

12

/external/spirv-llvm/lib/SPIRV/
DOCLTypeToSPIRV.cpp256 addAdaptedType(SamplerArg, getSamplerType(&M)); in adaptArgumentsBySamplerUse()
294 addAdaptedType(static_cast<Argument*>(Arg), getSamplerType(M)); in adaptArgumentsByMetadata()
DSPIRVInternal.h538 PointerType* getSamplerType(Module *M);
DSPIRVWriter.cpp547 return transType(getSamplerType(M)); in transType()
1433 ChangedType[1] = getSamplerType(F->getParent()); in oclGetMutatedArgumentTypesByBuiltin()
/external/deqp/modules/gles3/functional/
Des3fTextureFormatTests.cpp192 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in iterate()
382 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in testFace()
549 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in testLayer()
707 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in testSlice()
853 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in iterate()
1004 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in testFace()
Des3fTextureSwizzleTests.cpp157 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in iterate()
Des3fTextureFilteringTests.cpp297 refParams.samplerType = getSamplerType(texFmt); in iterate()
606 sampleParams.samplerType = getSamplerType(texFmt); in iterate()
865 refParams.samplerType = getSamplerType(texFmt); in iterate()
1107 refParams.samplerType = getSamplerType(texFmt); in iterate()
Des3fTextureWrapTests.cpp322 refParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in iterate()
Des3fASTCDecompressionCases.cpp338 renderParams.samplerType = getSamplerType(uncompressedFormat); in render()
Des3fTextureMipmapTests.cpp326 …sampleParams.samplerType = glu::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getForm… in iterate()
1272 sampleParams.samplerType = getSamplerType(texFmt); in iterate()
2144 sampleParams.samplerType = getSamplerType(texFmt); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringAnisotropyTests.cpp85 m_refParams.samplerType = getSamplerType(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM)); in FilteringAnisotropyInstance()
DvktTextureSwizzleTests.cpp108 …rType = isCompressedFormat(m_testParameters.format) ? SAMPLERTYPE_FLOAT : getSamplerType(m_format); in iterate()
DvktTextureFilteringTests.cpp212 refParams.samplerType = getSamplerType(texFmt); in iterate()
425 refParams.samplerType = getSamplerType(texFmt); in iterate()
625 refParams.samplerType = getSamplerType(texFmt); in iterate()
809 refParams.samplerType = getSamplerType(texFmt); in iterate()
DvktTextureMipmapTests.cpp282 refParams.samplerType = getSamplerType(vk::mapVkFormat(m_testParameters.format)); in iterate()
515 refParams.samplerType = getSamplerType(vk::mapVkFormat(m_testParameters.format)); in iterate()
792 refParams.samplerType = getSamplerType(texFmt); in iterate()
1525 refParams.samplerType = getSamplerType(texFmt); in iterate()
/external/deqp/modules/gles2/functional/
Des2fTextureFormatTests.cpp155 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in iterate()
326 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in testFace()
Des2fTextureFilteringTests.cpp279 refParams.samplerType = getSamplerType(texFmt); in iterate()
559 sampleParams.samplerType = getSamplerType(texFmt); in iterate()
/external/deqp/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp232 refParams.samplerType = getSamplerType(texFmt); in iterate()
546 sampleParams.samplerType = getSamplerType(texFmt); in iterate()
Des2aTextureMipmapTests.cpp286 …sampleParams.samplerType = glu::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getForm… in iterate()
/external/deqp/modules/gles3/accuracy/
Des3aTextureFilteringTests.cpp222 refParams.samplerType = getSamplerType(texFmt); in iterate()
555 sampleParams.samplerType = getSamplerType(texFmt); in iterate()
Des3aTextureMipmapTests.cpp278 …sampleParams.samplerType = glu::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getForm… in iterate()
/external/deqp/framework/opengl/
DgluTextureTestUtil.hpp155 SamplerType getSamplerType (tcu::TextureFormat format);
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp614 refParams.samplerType = getSamplerType(texFmt); in iterate()
761 refParams.samplerType = getSamplerType(textureFormat); in iterate()
888 refParams.samplerType = getSamplerType(textureFormat); in iterate()
1004 refParams.samplerType = getSamplerType(textureFormat); in iterate()
/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp210 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in testLayerFace()
Des31fTextureFilteringTests.cpp344 refParams.samplerType = getSamplerType(texFmt); in iterate()
Des31fCopyImageTests.cpp1240 renderParams.samplerType = getSamplerType(format); in renderTexture2DView()
1362 renderParams.samplerType = getSamplerType(format); in renderTexture3DView()
1435 renderParams.samplerType = getSamplerType(format); in renderTextureCubemapView()
1568 renderParams.samplerType = getSamplerType(format); in renderTexture2DArrayView()
Des31fTextureGatherTests.cpp853 static inline glu::DataType getSamplerType (TextureType textureType, const tcu::TextureFormat& form… in getSamplerType() function
1242 const glu::DataType samplerType = getSamplerType(textureType, textureFormat); in genProgramSources()

12