Searched refs:refParams (Results 1 - 16 of 16) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringAnisotropyTests.cpp79 FilteringAnisotropyInstance (Context& context, const AnisotropyParams& refParams) argument
81 , m_refParams (refParams)
160 const AnisotropyParams& refParams)
162 , m_refParams (refParams)
224 AnisotropyParams refParams (TEXTURETYPE_2D, maxAnisotropy[anisotropyNdx] ,minFilters[minFilterNdx], magFilters[magFilterNdx]);
227 "Texture filtering anisotropy basic tests", refParams));
257 AnisotropyParams refParams (TEXTURETYPE_2D, maxAnisotropy[anisotropyNdx] ,minFilters[minFilterNdx], magFilters[magFilterNdx], true);
260 "Texture filtering anisotropy basic tests", refParams));
157 FilteringAnisotropyTests(tcu::TestContext& testCtx, const string& name, const string& description, const AnisotropyParams& refParams) argument
H A DvktTextureMipmapTests.cpp266 ReferenceParams refParams (TEXTURETYPE_2D);
281 refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testParameters.minFilter, magFilter);
282 refParams.samplerType = getSamplerType(vk::mapVkFormat(m_testParameters.format));
283 refParams.flags = (isProjected ? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
284 refParams.lodMode = LODMODE_EXACT; // Use ideal lod.
320 refParams.w = s_projections[cellNdx % DE_LENGTH_OF_ARRAY(s_projections)];
323 refParams.bias = s_bias[cellNdx % DE_LENGTH_OF_ARRAY(s_bias)];
326 m_renderer.renderQuad(renderedFrame, 0, &texCoord[0], refParams);
369 refParams.w = s_projections[cellNdx % DE_LENGTH_OF_ARRAY(s_projections)];
372 refParams
376 m_texture->getTexture(), &texCoord[0], refParams); local
889 m_texture->getTexture(), &texCoord[0], refParams); local
1060 refTexture, &texCoord[0], refParams); local
1585 refTexture, &texCoord[0], refParams); local
[all...]
H A DvktTextureFilteringTests.cpp202 ReferenceParams refParams (TEXTURETYPE_2D);
208 refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testParameters.minFilter, m_testParameters.magFilter);
209 refParams.samplerType = getSamplerType(texFmt);
210 refParams.lodMode = LODMODE_EXACT;
211 refParams.colorBias = fmtInfo.lookupBias;
212 refParams.colorScale = fmtInfo.lookupScale;
218 m_renderer.renderQuad(rendered, curCase.textureIndex, &texCoord[0], refParams);
230 lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale;
236 &texCoord[0], refParams, lookupPrecision, lodPrecision, pixelFormat);
247 &texCoord[0], refParams, lookupPrecisio
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fTextureFilteringTests.cpp336 ReferenceParams refParams (TEXTURETYPE_CUBE_ARRAY);
342 refParams.sampler = glu::mapGLSampler(GL_CLAMP_TO_EDGE, GL_CLAMP_TO_EDGE, m_minFilter, m_magFilter);
343 refParams.sampler.seamlessCubeMap = true;
344 refParams.samplerType = getSamplerType(texFmt);
345 refParams.colorBias = fmtInfo.lookupBias;
346 refParams.colorScale = fmtInfo.lookupScale;
347 refParams.lodMode = LODMODE_EXACT;
373 m_renderer.renderQuad(0, &texCoord[0], refParams);
389 lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale;
395 &texCoord[0], refParams, lookupPrecisio
[all...]
H A Des31fTextureBorderClampTests.cpp1257 glu::TextureTestUtil::ReferenceParams refParams (glu::TextureTestUtil::TEXTURETYPE_2D);
1259 refParams.sampler = glu::mapGLSampler(config.sWrapMode, config.tWrapMode, config.minFilter, config.magFilter);
1260 refParams.sampler.borderColor = config.borderColor;
1261 refParams.sampler.compare = (!m_useShadowSampler) ? (tcu::Sampler::COMPAREMODE_NONE) : (glu::mapGLCompareFunc(config.compareMode));
1262 refParams.sampler.depthStencilMode = m_sampleMode;
1263 refParams.lodMode = glu::TextureTestUtil::LODMODE_EXACT;
1264 refParams.samplerType = (!m_useShadowSampler) ? (glu::TextureTestUtil::getSamplerType(texFormat)) : (glu::TextureTestUtil::SAMPLERTYPE_SHADOW);
1265 refParams.colorScale = config.lookupScale;
1266 refParams.colorBias = config.lookupBias;
1267 refParams
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fTextureWrapTests.cpp168 ReferenceParams refParams (TEXTURETYPE_2D);
188 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
189 refParams.lodMode = LODMODE_EXACT;
197 m_renderer.renderQuad(0, &texCoord[0], refParams);
201 m_texture->getRefTexture(), &texCoord[0], refParams); local
210 m_renderer.renderQuad(0, &texCoord[0], refParams);
214 m_texture->getRefTexture(), &texCoord[0], refParams); local
H A Des2fTextureFilteringTests.cpp270 ReferenceParams refParams (TEXTURETYPE_2D);
278 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
279 refParams.samplerType = getSamplerType(texFmt);
280 refParams.lodMode = LODMODE_EXACT;
281 refParams.colorBias = fmtInfo.lookupBias;
282 refParams.colorScale = fmtInfo.lookupScale;
295 m_renderer.renderQuad(0, &texCoord[0], refParams);
307 lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale;
313 &texCoord[0], refParams, lookupPrecision, lodPrecision, pixelFormat);
H A Des2fTextureFormatTests.cpp481 ReferenceParams refParams(TEXTURETYPE_2D);
482 refParams.sampler = Sampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST);
483 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], refParams); local
/external/deqp/modules/gles3/functional/
H A Des3fTextureWrapTests.cpp300 ReferenceParams refParams (TEXTURETYPE_2D);
320 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
321 refParams.lodMode = LODMODE_EXACT;
322 refParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
323 refParams.colorScale = useDefaultColorScaleAndBias ? texFormatInfo.lookupScale : tcu::Vec4(1.0f);
324 refParams.colorBias = useDefaultColorScaleAndBias ? texFormatInfo.lookupBias : tcu::Vec4(0.0f);
328 m_renderer.renderQuad(0, &texCoord[0], refParams);
342 lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale;
350 &texCoord[0], refParams, lookupPrecision, lodPrecision, pixelFormat);
H A Des3fTextureFilteringTests.cpp288 ReferenceParams refParams (TEXTURETYPE_2D);
296 refParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
297 refParams.samplerType = getSamplerType(texFmt);
298 refParams.lodMode = LODMODE_EXACT;
299 refParams.colorBias = fmtInfo.lookupBias;
300 refParams.colorScale = fmtInfo.lookupScale;
313 m_renderer.renderQuad(0, &texCoord[0], refParams);
325 lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale;
331 &texCoord[0], refParams, lookupPrecision, lodPrecision, pixelFormat);
342 &texCoord[0], refParams, lookupPrecisio
[all...]
H A Des3fTextureFormatTests.cpp1144 ReferenceParams refParams(TEXTURETYPE_2D);
1145 refParams.sampler = Sampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST);
1146 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], refParams); local
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp205 ReferenceParams refParams (TEXTURETYPE_2D);
231 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
232 refParams.samplerType = getSamplerType(texFmt);
233 refParams.lodMode = LODMODE_EXACT;
234 refParams.colorBias = fmtInfo.lookupBias;
235 refParams.colorScale = fmtInfo.lookupScale;
243 m_renderer.renderQuad(0, &texCoord[0], refParams);
245 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams); local
254 m_renderer.renderQuad(0, &texCoord[0], refParams);
256 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams); local
285 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams); local
296 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams); local
[all...]
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp195 ReferenceParams refParams (TEXTURETYPE_2D);
221 refParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
222 refParams.samplerType = getSamplerType(texFmt);
223 refParams.lodMode = LODMODE_EXACT;
224 refParams.colorBias = fmtInfo.lookupBias;
225 refParams.colorScale = fmtInfo.lookupScale;
233 m_renderer.renderQuad(0, &texCoord[0], refParams);
235 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams); local
244 m_renderer.renderQuad(0, &texCoord[0], refParams);
246 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams); local
275 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams); local
286 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams); local
[all...]
/external/guice/extensions/persist/lib/
H A Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/opensymphony/xwork2/ com/opensymphony/xwork2/config/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...

Completed in 605 milliseconds