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

  /external/deqp/framework/opengl/
gluTextureTestUtil.hpp 78 PROJECTED = (1<<0),
gluTextureTestUtil.cpp 554 if (params.flags & ReferenceParams::PROJECTED)
565 if (params.flags & ReferenceParams::PROJECTED)
714 DE_ASSERT(!(params.flags & ReferenceParams::PROJECTED)); // \todo [2012-02-17 pyry] Support projected lookups.
760 DE_ASSERT(!(params.flags & ReferenceParams::PROJECTED)); // \todo [2014-06-09 mika] Support projected lookups.
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 305 tcu::Vec4 wCoord = params.flags & RenderParams::PROJECTED ? params.w : tcu::Vec4(1.0f);
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 67 COORDTYPE_PROJECTED, //!< Projected coordinates, w != 1
289 sampleParams.flags = (isProjected ? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
603 params.flags |= ReferenceParams::PROJECTED;
688 { COORDTYPE_PROJECTED, "projected", "Mipmapping with perspective projection" }
730 { COORDTYPE_PROJECTED, "projected", "Mipmapping with perspective projection" }
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 63 COORDTYPE_PROJECTED, //!< Projected coordinates, w != 1
281 sampleParams.flags = (isProjected ? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
591 params.flags |= ReferenceParams::PROJECTED;
676 { COORDTYPE_PROJECTED, "projected", "Mipmapping with perspective projection" }
718 { COORDTYPE_PROJECTED, "projected", "Mipmapping with perspective projection" }
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureMipmapTests.cpp 117 COORDTYPE_PROJECTED, //!< Projected coordinates, w != 1
283 refParams.flags = (isProjected ? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
516 refParams.flags = (isProjected ? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
549 refParams.flags |= ReferenceParams::PROJECTED;
600 refParams.flags |= ReferenceParams::PROJECTED;
796 refParams.flags = (isProjected ? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
    [all...]
vktTextureTestUtil.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 67 COORDTYPE_PROJECTED, //!< Projected coordinates, w != 1
159 throw tcu::NotSupportedError("Projected lookup validation not supported in multisample config");
283 sampleParams.flags = (isProjected ? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
509 throw tcu::NotSupportedError("Projected lookup validation not supported in multisample config");
646 params.flags |= ReferenceParams::PROJECTED;
701 params.flags |= ReferenceParams::PROJECTED;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 116 COORDTYPE_PROJECTED, //!< Projected coordinates, w != 1
203 throw tcu::NotSupportedError("Projected lookup validation not supported in multisample config");
327 sampleParams.flags = (isProjected ? ReferenceParams::PROJECTED : 0) | (useLodBias ? ReferenceParams::USE_BIAS : 0);
548 throw tcu::NotSupportedError("Projected lookup validation not supported in multisample config");
685 params.flags |= ReferenceParams::PROJECTED;
740 params.flags |= ReferenceParams::PROJECTED;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_dump.c 280 case D3DTTFF_PROJECTED: return "PROJECTED";
603 CAP_CASE(TextureCaps, D3DPTEXTURECAPS, PROJECTED);

Completed in 321 milliseconds