HomeSort by relevance Sort by last modified time
    Searched refs:lookupScale (Results 26 - 42 of 42) sorted by null

12

  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringTests.cpp 215 refParams.colorScale = fmtInfo.lookupScale;
428 refParams.colorScale = fmtInfo.lookupScale;
628 refParams.colorScale = fmtInfo.lookupScale;
812 refParams.colorScale = fmtInfo.lookupScale;
    [all...]
vktTextureMipmapTests.cpp 676 const tcu::Vec4& cScale = fmtInfo.lookupScale;
795 refParams.colorScale = fmtInfo.lookupScale;
    [all...]
vktTextureShadowTests.cpp 338 sampleParams.colorScale = fmtInfo.lookupScale;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureFilteringTests.cpp 300 refParams.colorScale = fmtInfo.lookupScale;
608 sampleParams.colorScale = fmtInfo.lookupScale;
    [all...]
es3fTextureWrapTests.cpp 323 refParams.colorScale = useDefaultColorScaleAndBias ? texFormatInfo.lookupScale : tcu::Vec4(1.0f);
es3fTextureSpecificationTests.cpp 285 shader.setTexScaleBias(0, m_texFormatInfo.lookupScale, m_texFormatInfo.lookupBias);
368 shader.setTexScaleBias(m_texFormatInfo.lookupScale, m_texFormatInfo.lookupBias);
469 shader.setTexScaleBias(m_texFormatInfo.lookupScale, m_texFormatInfo.lookupBias);
569 shader.setTexScaleBias(m_texFormatInfo.lookupScale, m_texFormatInfo.lookupBias);
    [all...]
es3fTextureMipmapTests.cpp     [all...]
es3fTextureUnitTests.cpp 957 texScales.push_back(fmtInfo.lookupScale);
    [all...]
es3fShaderTextureFunctionTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 346 refParams.colorScale = fmtInfo.lookupScale;
es31fCopyImageTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureFilteringTests.cpp 282 refParams.colorScale = fmtInfo.lookupScale;
561 sampleParams.colorScale = fmtInfo.lookupScale;
es2fShaderTextureFunctionTests.cpp 411 m_lookupParams.scale = fmtInfo.lookupScale;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp 509 m_vertices[vertexNdx].color = (m_vertices[vertexNdx].color - formatInfo.lookupBias) / formatInfo.lookupScale;
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 288 sampleParams.colorScale = fmtInfo.lookupScale;
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 280 sampleParams.colorScale = fmtInfo.lookupScale;
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureFunctionTests.cpp     [all...]

Completed in 484 milliseconds

12