/external/spirv-llvm/lib/SPIRV/ |
D | OCLTypeToSPIRV.cpp | 256 addAdaptedType(SamplerArg, getSamplerType(&M)); in adaptArgumentsBySamplerUse() 294 addAdaptedType(static_cast<Argument*>(Arg), getSamplerType(M)); in adaptArgumentsByMetadata()
|
D | SPIRVInternal.h | 538 PointerType* getSamplerType(Module *M);
|
D | SPIRVWriter.cpp | 547 return transType(getSamplerType(M)); in transType() 1433 ChangedType[1] = getSamplerType(F->getParent()); in oclGetMutatedArgumentTypesByBuiltin()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureFormatTests.cpp | 192 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()
|
D | es3fTextureSwizzleTests.cpp | 157 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in iterate()
|
D | es3fTextureFilteringTests.cpp | 297 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()
|
D | es3fTextureWrapTests.cpp | 322 refParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in iterate()
|
D | es3fASTCDecompressionCases.cpp | 338 renderParams.samplerType = getSamplerType(uncompressedFormat); in render()
|
D | es3fTextureMipmapTests.cpp | 326 …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/ |
D | vktTextureFilteringAnisotropyTests.cpp | 85 m_refParams.samplerType = getSamplerType(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM)); in FilteringAnisotropyInstance()
|
D | vktTextureSwizzleTests.cpp | 108 …rType = isCompressedFormat(m_testParameters.format) ? SAMPLERTYPE_FLOAT : getSamplerType(m_format); in iterate()
|
D | vktTextureFilteringTests.cpp | 212 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()
|
D | vktTextureMipmapTests.cpp | 282 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/ |
D | es2fTextureFormatTests.cpp | 155 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in iterate() 326 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in testFace()
|
D | es2fTextureFilteringTests.cpp | 279 refParams.samplerType = getSamplerType(texFmt); in iterate() 559 sampleParams.samplerType = getSamplerType(texFmt); in iterate()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureFilteringTests.cpp | 232 refParams.samplerType = getSamplerType(texFmt); in iterate() 546 sampleParams.samplerType = getSamplerType(texFmt); in iterate()
|
D | es2aTextureMipmapTests.cpp | 286 …sampleParams.samplerType = glu::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getForm… in iterate()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureFilteringTests.cpp | 222 refParams.samplerType = getSamplerType(texFmt); in iterate() 555 sampleParams.samplerType = getSamplerType(texFmt); in iterate()
|
D | es3aTextureMipmapTests.cpp | 278 …sampleParams.samplerType = glu::TextureTestUtil::getSamplerType(m_texture->getRefTexture().getForm… in iterate()
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.hpp | 155 SamplerType getSamplerType (tcu::TextureFormat format);
|
/external/deqp/external/openglcts/modules/gles2/ |
D | es2cTexture3DTests.cpp | 614 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/ |
D | es31fTextureFormatTests.cpp | 210 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat()); in testLayerFace()
|
D | es31fTextureFilteringTests.cpp | 344 refParams.samplerType = getSamplerType(texFmt); in iterate()
|
D | es31fCopyImageTests.cpp | 1240 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()
|
D | es31fTextureGatherTests.cpp | 853 static inline glu::DataType getSamplerType (TextureType textureType, const tcu::TextureFormat& form… in getSamplerType() function 1242 const glu::DataType samplerType = getSamplerType(textureType, textureFormat); in genProgramSources()
|