Searched defs:texFmt (Results 1 - 19 of 19) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFboStencilbufferTests.cpp263 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(format); local
267 if (texFmt.order == tcu::TextureFormat::DS)
H A Des3fFboColorbufferTests.cpp326 FboColorTexCubeCase (Context& context, const char* name, const char* description, deUint32 texFmt, const IVec2& texSize) argument
327 : FboColorbufferCase (context, name, description, texFmt)
361 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_format); local
362 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
364 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin);
365 TextureCubeShader cubeTexShader (glu::getSamplerCubeType(texFmt), glu::TYPE_FLOAT_VEC4);
379 glu::TransferFormat transferFmt = glu::getTransferFormat(texFmt);
475 FboColorTex2DArrayCase (Context& context, const char* name, const char* description, deUint32 texFmt, const IVec3& texSize) argument
476 : FboColorbufferCase (context, name, description, texFmt)
490 tcu::TextureFormat texFmt local
601 FboColorTex3DCase(Context& context, const char* name, const char* description, deUint32 texFmt, const IVec3& texSize) argument
616 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_format); local
935 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(format); local
[all...]
H A Des3fTextureFilteringTests.cpp265 const tcu::TextureFormat texFmt = m_textures[0]->getRefTexture().getFormat(); local
266 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
278 refParams.samplerType = getSamplerType(texFmt);
565 const tcu::TextureFormat& texFmt = curCase.texture->getRefTexture().getFormat(); local
566 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
585 sampleParams.samplerType = getSamplerType(texFmt);
735 const tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_internalFormat); local
736 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
830 const tcu::TextureFormat texFmt = curCase.texture->getRefTexture().getFormat(); local
831 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
1000 const tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_internalFormat); local
1070 const tcu::TextureFormat texFmt = curCase.texture->getRefTexture().getFormat(); local
[all...]
H A Des3fTextureShadowTests.cpp485 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_format); local
486 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
777 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_format); local
778 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
H A Des3fFragmentOutputTests.cpp510 const tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_fboSpec[ndx].format); local
511 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(texFmt.type);
516 const tcu::TextureFormat refFmt = isFixedPoint ? tcu::TextureFormat(texFmt.order, tcu::TextureFormat::FLOAT) : texFmt;
517 const tcu::TextureFormat readFmt = getFramebufferReadFormat(texFmt);
522 attachments[ndx].format = texFmt;
H A Des3fTextureMipmapTests.cpp1143 const tcu::TextureFormat& texFmt = glu::mapGLInternalFormat(m_internalFormat); local
1144 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
1250 const tcu::TextureFormat& texFmt = refTexture.getFormat(); local
1251 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
1275 sampleParams.samplerType = gls::TextureTestUtil::getSamplerType(texFmt);
2086 const tcu::TextureFormat& texFmt = glu::mapGLInternalFormat(format); local
2087 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
2127 const tcu::TextureFormat& texFmt = refTexture.getFormat(); local
2128 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
2147 sampleParams.samplerType = gls::TextureTestUtil::getSamplerType(texFmt);
[all...]
H A Des3fShaderTextureFunctionTests.cpp630 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_textureSpec.format); local
631 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
822 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_textureSpec.format); local
832 case TEXTURETYPE_2D: samplerType = isShadow ? glu::TYPE_SAMPLER_2D_SHADOW : glu::getSampler2DType(texFmt); break;
833 case TEXTURETYPE_CUBE_MAP: samplerType = isShadow ? glu::TYPE_SAMPLER_CUBE_SHADOW : glu::getSamplerCubeType(texFmt); break;
834 case TEXTURETYPE_2D_ARRAY: samplerType = isShadow ? glu::TYPE_SAMPLER_2D_ARRAY_SHADOW : glu::getSampler2DArrayType(texFmt); break;
835 case TEXTURETYPE_3D: DE_ASSERT(!isShadow); samplerType = glu::getSampler3DType(texFmt); break;
/external/deqp/modules/gles31/functional/
H A Des31fFboColorbufferTests.cpp117 FboColorTexCubeArrayCase (Context& context, const char* name, const char* description, deUint32 texFmt, const IVec3& texSize) argument
118 : FboColorbufferCase (context, name, description, texFmt)
137 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_format); local
138 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
140 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin);
141 TextureCubeArrayShader arrayTexShader (glu::getSamplerCubeArrayType(texFmt), glu::TYPE_FLOAT_VEC4);
155 glu::TransferFormat transferFmt = glu::getTransferFormat(texFmt);
H A Des31fTextureFilteringTests.cpp204 const tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_internalFormat); local
205 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
327 const tcu::TextureFormat texFmt = curCase.texture->getRefTexture().getFormat(); local
328 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
338 refParams.samplerType = getSamplerType(texFmt);
H A Des31fShaderImageLoadStoreTests.cpp3263 const TextureFormat& texFmt = formats[texFmtNdx]; local
3266 if (imageType == TEXTURETYPE_BUFFER && !isFormatSupportedForTextureBuffer(texFmt))
3269 if (texFmt != imgFmt && texFmt.getPixelSize() == imgFmt.getPixelSize())
3271 (getShaderImageFormatQualifier(texFmt) + "_" + getShaderImageFormatQualifier(imgFmt)).c_str(), "",
3272 texFmt, imgFmt, imageType));
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp201 const tcu::TextureFormat& texFmt = m_textures[0]->getRefTexture().getFormat(); local
202 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
230 refParams.samplerType = getSamplerType(texFmt);
526 const tcu::TextureFormat& texFmt = m_textures[0]->getRefTexture().getFormat(); local
527 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
544 sampleParams.samplerType = getSamplerType(texFmt);
H A Des2aTextureMipmapTests.cpp253 const tcu::TextureFormat& texFmt = refTexture.getFormat(); local
254 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
/external/deqp/modules/gles2/functional/
H A Des2fTextureFilteringTests.cpp265 const tcu::TextureFormat texFmt = m_textures[0]->getRefTexture().getFormat(); local
266 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
278 refParams.samplerType = getSamplerType(texFmt);
538 const tcu::TextureFormat& texFmt = curCase.texture->getRefTexture().getFormat(); local
539 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
558 sampleParams.samplerType = getSamplerType(texFmt);
H A Des2fShaderTextureFunctionTests.cpp328 tcu::TextureFormat texFmt = glu::mapGLTransferFormat(m_textureSpec.format, m_textureSpec.dataType); local
329 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
433 tcu::TextureFormat texFmt = glu::mapGLTransferFormat(m_textureSpec.format, m_textureSpec.dataType); local
440 case TEXTURETYPE_2D: samplerType = glu::getSampler2DType(texFmt); break;
441 case TEXTURETYPE_CUBE_MAP: samplerType = glu::getSamplerCubeType(texFmt); break;
/external/deqp/modules/gles2/performance/
H A Des2pTextureUploadTests.cpp217 const tcu::TextureFormat& texFmt = glu::mapGLTransferFormat(m_format, m_type); local
218 int pixelSize = texFmt.getPixelSize();
223 tcu::PixelBufferAccess access (texFmt, m_texSize, m_texSize, 1, stride, 0, &m_texData[0]);
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp192 const tcu::TextureFormat& texFmt = m_textures[0]->getRefTexture().getFormat(); local
193 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
221 refParams.samplerType = getSamplerType(texFmt);
540 const tcu::TextureFormat& texFmt = m_textures[0]->getRefTexture().getFormat(); local
541 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
558 sampleParams.samplerType = getSamplerType(texFmt);
H A Des3aTextureMipmapTests.cpp245 const tcu::TextureFormat& texFmt = refTexture.getFormat(); local
246 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp163 tcu::TextureFormat texFmt; member in struct:sglr::__anon19761
176 return pixelFormatMap[ndx].texFmt;
/external/deqp/modules/glshared/
H A DglsScissorTests.cpp539 tcu::TextureFormat texFmt; member in struct:deqp::gls::Functional::__anon20399::BufferFmtDesc
621 vector<deUint8> refData (width*height*bufferFmt.texFmt.getPixelSize());
622 vector<deUint8> resData (width*height*bufferFmt.texFmt.getPixelSize());
624 tcu::PixelBufferAccess refAccess (bufferFmt.texFmt, width, height, 1, &refData[0]);
625 tcu::PixelBufferAccess resAccess (bufferFmt.texFmt, width, height, 1, &resData[0]);
764 retval.texFmt = tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::HALF_FLOAT);
770 retval.texFmt = tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT32);
775 retval.texFmt = tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNSIGNED_INT32);
780 retval.texFmt = tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8);

Completed in 582 milliseconds