Home
last modified time | relevance | path

Searched defs:texType (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp337 const TextureType texType = getTextureType(samplerType); in getSamplerCoordType() local
380 static vk::VkImageType getVkImageType (TextureType texType) in getVkImageType()
395 static vk::VkImageViewType getVkImageViewType (TextureType texType) in getVkImageViewType()
481 const TextureType texType = getTextureType(m_samplerType); in iterate() local
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp235 const TextureType texType = getTextureType(samplerType); in getSamplerCoordType() local
258 static deUint32 getGLTextureTarget (TextureType texType) in getGLTextureTarget()
279 const TextureType texType = getTextureType(samplerType); in setupTexture() local
Des31fShaderImageLoadStoreTests.cpp262 static inline deUint32 getGLTextureTarget (TextureType texType) in getGLTextureTarget()
/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp118 TextureType texType; //!< Texture type. member
DglsLongStressCase.cpp908 …void make (const string& name, gls::TextureType texType) { DE_ASSERT(!has(name)); m_obj… in make()
DglsTextureTestUtil.cpp1278 void TextureRenderer::renderQuad (int texUnit, const float* texCoord, TextureType texType) in renderQuad()
/external/deqp/modules/gles3/functional/
Des3fTextureUnitTests.cpp811 …int texType = m_caseType == CASE_MIXED ? rnd.getInt(0, (int)CASE_MIXED - 1) : (int)m_caseTy… in init() local
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp1038 …ext& context, const char* name, const char* desc, ShaderType type, TextureType texType, UploadType… in TextureCase()