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

  /external/deqp/modules/glshared/
glsRasterizationTestUtil.hpp 111 * triangle should not be z-clipped. If multisample is false, the pixel
112 * center is compared against the triangle. If multisample is true, the
115 CoverageType calculateTriangleCoverage (const tcu::Vec4& p0, const tcu::Vec4& p1, const tcu::Vec4& p2, const tcu::IVec2& pixel, const tcu::IVec2& viewportSize, int subpixelBits, bool multisample);
glsRasterizationTestUtil.cpp 572 InterpolationRange interpolate (int primitiveNdx, const tcu::IVec2 pixel, const tcu::IVec2 viewportSize, bool multisample, int subpixelBits) const
574 // allow anywhere in the pixel area in multisample
576 const float testSquareSize = (multisample) ? (1.0f) : (2.0f / (float)(1UL << subpixelBits));
577 const float testSquarePos = (multisample) ? (0.0f) : (0.5f - testSquareSize / 2);
613 InterpolationRange interpolate (int primitiveNdx, const tcu::IVec2 pixel, const tcu::IVec2 viewportSize, bool multisample, int subpixelBits) const
615 DE_ASSERT(multisample);
616 DE_UNREF(multisample);
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 89 rast->multisampleantialias = templ->multisample;
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 99 unsigned multisample:1; /* XXX maybe more ms state in future */ member in struct:pipe_rasterizer_state
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 233 if (ctx->Multisample._Enabled || st->force_msaa)
234 raster->multisample = 1;
  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 532 !state->multisample ? 1.0f : 0.0f;
u_dump_state.c 323 util_dump_member(stream, bool, state, multisample);
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state_validate.c 329 if (rasterizer->multisample)
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 141 trace_dump_member(bool, state, multisample);
  /external/mesa3d/src/mesa/
sources.mak 62 $(SRCDIR)main/multisample.c \
  /external/mesa3d/src/mesa/swrast/
s_renderbuffer.c 548 if (multisample) {
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 887 rs->multisample_enable = state->multisample;
929 S_028A4C_MSAA_ENABLE(state->multisample) |
936 S_028A4C_MSAA_ENABLE(state->multisample) |
    [all...]
evergreen_state.c 867 rs->multisample_enable = state->multisample;
907 S_028A48_MSAA_ENABLE(state->multisample) |
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 252 SB_DATA (so, cso->multisample);
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 233 SB_IMMED_3D(so, MULTISAMPLE_ENABLE, cso->multisample);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 583 state.multisample = !!rasterizer_desc->MultisampleEnable;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fPrimitiveBoundingBoxTests.cpp     [all...]

Completed in 663 milliseconds