Home
last modified time | relevance | path

Searched defs:sX (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureShadowTests.cpp303 …const float sX = deFloatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[texNdx… in Texture2DShadowTestInstance() local
733 …const float sX = deFloatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[tex]->… in Texture2DArrayShadowTestInstance() local
DvktTextureFilteringTests.cpp285 …const float sX = deFloatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[texNdx… in Texture2DFilteringTestInstance() local
778 …const float sX = deFloatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[0]->ge… in iterate() local
984 …const float sX = deFloatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textur… in iterate() local
/external/deqp/modules/gles3/functional/
Des3fTextureShadowTests.cpp304 …const float sX = deFloatExp2(lodX)*viewportW / float(m_textures[texNdx]->getRefTexture().getWidth… in init() local
861 const float sX = deFloatExp2(lodX)*viewportW / float(tex->getRefTexture().getWidth()); in init() local
Des3fTextureFilteringTests.cpp252 …const float sX = deFloatExp2(lodX)*viewportW / float(m_textures[texNdx]->getRefTexture().getWidth… in init() local
878 …const float sX = deFloatExp2(lodX)*float(viewport.width) / float(m_gradientTex->getRefTexture().g… in iterate() local
1122 …const float sX = deFloatExp2(lodX)*float(viewport.width) / float(m_gradientTex->getRefTextu… in iterate() local
/external/deqp/modules/gles2/functional/
Des2fTextureFilteringTests.cpp234 …const float sX = deFloatExp2(lodX)*viewportW / float(m_textures[texNdx]->getRefTexture().getWidth… in init() local
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3235 float sX = transform(0, 0)*dX + transform(0, 1)*dY + transform(0, 2); in blitFramebuffer() local
3267 float sX = transform(0, 0)*dX + transform(0, 1)*dY + transform(0, 2); in blitFramebuffer() local
3288 float sX = transform(0, 0)*dX + transform(0, 1)*dY + transform(0, 2); in blitFramebuffer() local
/external/deqp/framework/common/
DtcuTextureUtil.cpp1228 float sX = (float)src.getWidth() / (float)dst.getWidth(); in scale() local
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp630 …const float sX = deFloatExp2(lodX) * float(VIEWPORT_WIDTH) / float(m_gradientTex->getRefTexture(… in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp3179 float sX = (float)regionExtent.x / (float)dst.getWidth(); in scaleFromWholeSrcBuffer() local
3204 const float sX = (float)src.getWidth() / (float)dst.getWidth(); in blit() local