Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp414 const TextureType texType = getTextureType(samplerType); in getSamplerCoordType() local
460 static vk::VkImageType getVkImageType (TextureType texType) in getVkImageType()
476 static vk::VkImageViewType getVkImageViewType (TextureType texType) in getVkImageViewType()
506 Move<VkImage> createTestImage (const DeviceInterface& vkd, VkDevice device, TextureType texType, tc… in createTestImage()
539 …eView (const DeviceInterface& vkd, VkDevice device, VkImage image, TextureType texType, tcu::Textu… in createTestImageView()
568 TestImage::TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void*… in TestImage()
692 const TextureType texType = getTextureType(m_samplerType); in iterate() local
/third_party/vk-gl-cts/modules/glshared/
DglsTextureTestUtil.cpp302 void TextureRenderer::renderQuad (int texUnit, const float* texCoord, TextureType texType) in renderQuad()
DglsLongStressCase.cpp908 …void make (const string& name, gls::TextureType texType) { DE_ASSERT(!has(name)); m_obj… in make()
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.hpp98 TextureType texType; //!< Texture type. member
/third_party/vk-gl-cts/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.cpp263 static inline deUint32 getGLTextureTarget (TextureType texType) in getGLTextureTarget()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp1021 …enderer::renderQuad (tcu::Surface& result, int texUnit, const float* texCoord, TextureType texType) in renderQuad()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTextureUnitTests.cpp814 …int texType = m_caseType == CASE_MIXED ? rnd.getInt(0, (int)CASE_MIXED - 1) : (int)m_caseTy… in init() local
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sSpecialFloatTests.cpp1038 …ext& context, const char* name, const char* desc, ShaderType type, TextureType texType, UploadType… in TextureCase()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES.cpp1168 TextureType texType, in ValidImageDataSize()
3640 TextureType texType = TextureTargetToType(target); in ValidateCopyTexImageParametersBase() local
DvalidationES2.cpp375 TextureType texType = TextureTargetToType(target); in ValidateES2CopyTexImageParameters() local
865 TextureType texType = TextureTargetToType(target); in ValidateES2TexImageParametersBase() local
DvalidationES3.cpp472 TextureType texType = TextureTargetToType(target); in ValidateES3TexImageParametersBase() local
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp3273 TType texType; in handleSamplerTextureCombine() local
4074 const TType& texType = argTex->getType(); in decomposeSampleMethods() local