HomeSort by relevance Sort by last modified time
    Searched refs:textureFormat (Results 1 - 15 of 15) sorted by null

  /external/deqp/framework/common/
tcuImageIO.cpp 107 TextureFormat textureFormat;
114 textureFormat = TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8);
116 textureFormat = TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 107 static inline bool isDepthFormat (const tcu::TextureFormat& fmt)
109 return fmt.order == tcu::TextureFormat::D || fmt.order == tcu::TextureFormat::DS;
112 static inline bool isUnormFormatType (tcu::TextureFormat::ChannelType type)
114 return type == tcu::TextureFormat::UNORM_INT8 ||
115 type == tcu::TextureFormat::UNORM_INT16 ||
116 type == tcu::TextureFormat::UNORM_INT32;
119 static inline bool isSIntFormatType (tcu::TextureFormat::ChannelType type)
121 return type == tcu::TextureFormat::SIGNED_INT8 ||
122 type == tcu::TextureFormat::SIGNED_INT16 |
    [all...]
es31fShaderImageLoadStoreTests.cpp 67 using tcu::TextureFormat;
134 static inline bool isFormatTypeUnsignedInteger (TextureFormat::ChannelType type)
136 return type == TextureFormat::UNSIGNED_INT8 ||
137 type == TextureFormat::UNSIGNED_INT16 ||
138 type == TextureFormat::UNSIGNED_INT32;
141 static inline bool isFormatTypeSignedInteger (TextureFormat::ChannelType type)
143 return type == TextureFormat::SIGNED_INT8 ||
144 type == TextureFormat::SIGNED_INT16 ||
145 type == TextureFormat::SIGNED_INT32;
148 static inline bool isFormatTypeInteger (TextureFormat::ChannelType type
    [all...]
  /external/deqp/modules/egl/
teglQuerySurfaceTests.cpp 419 const EGLint textureFormat = eglu::querySurfaceInt(egl, display, *surface, EGL_TEXTURE_FORMAT);
421 if (textureFormat != EGL_NO_TEXTURE && textureFormat != EGL_TEXTURE_RGB && textureFormat != EGL_TEXTURE_RGBA)
423 log << TestLog::Message << " Fail, invalid texture format value " << textureFormat << TestLog::EndMessage;
  /external/mesa3d/src/glx/
glx_pbuffer.c 216 pdraw->textureFormat = determineTextureFormat(attrib_list, num_attribs);
354 if (pdraw != NULL && !pdraw->textureFormat)
355 pdraw->textureFormat =
glxclient.h 138 GLenum textureFormat; /* EXT_texture_from_pixmap support */
drisw_glx.c 321 pdraw->base.textureFormat,
dri2_glx.c 904 pdraw->base.textureFormat,
    [all...]
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp     [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp 62 tcu::TextureFormat mapGLUnsizedInternalFormat (deUint32 internalFormat)
64 using tcu::TextureFormat;
67 case GL_ALPHA: return TextureFormat(TextureFormat::A, TextureFormat::UNORM_INT8);
68 case GL_LUMINANCE: return TextureFormat(TextureFormat::L, TextureFormat::UNORM_INT8);
69 case GL_LUMINANCE_ALPHA: return TextureFormat(TextureFormat::LA, TextureFormat::UNORM_INT8)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp 66 tcu::TextureFormat mapGLUnsizedInternalFormat (deUint32 internalFormat)
68 using tcu::TextureFormat;
71 case GL_ALPHA: return TextureFormat(TextureFormat::A, TextureFormat::UNORM_INT8);
72 case GL_LUMINANCE: return TextureFormat(TextureFormat::L, TextureFormat::UNORM_INT8);
73 case GL_LUMINANCE_ALPHA: return TextureFormat(TextureFormat::LA, TextureFormat::UNORM_INT8)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 332 const tcu::TextureFormat format = mapVkFormat(vkFormat);
334 DE_STATIC_ASSERT(tcu::TextureFormat::CHANNELORDER_LAST == 21);
338 case tcu::TextureFormat::DS:
341 case tcu::TextureFormat::D:
344 case tcu::TextureFormat::S:
791 const tcu::TextureFormat format = mapVkFormat(vkFormat);
853 const tcu::TextureFormat format = mapVkFormat(vkFormat);
881 const tcu::TextureFormat format = mapVkFormat(attachment.getFormat());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp 279 const tcu::TextureFormat& format,
285 const tcu::TextureFormat& format,
290 const tcu::TextureFormat& format);
310 const tcu::TextureFormat m_targetFormat;
331 , m_targetFormat (tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8)
351 const tcu::TextureFormat& format,
383 const tcu::TextureFormat& format,
409 const tcu::TextureFormat& format)
    [all...]

Completed in 470 milliseconds