Searched refs:noStencil (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/egl/ |
D | teglCreateContextExtTests.cpp | 1021 static bool noStencil (const eglu::CandidateConfig& c) { return c.stencilSize() == 0; } in noStencil() function 1054 …tencil", "RGB565 configs without depth or stencil", colorBits<5, 6, 5, 0>, noDepth, noStencil }, in init() 1056 …encil", "RGB565 configs with depth and no stencil", colorBits<5, 6, 5, 0>, hasDepth, noStencil }, in init() 1059 …tencil", "RGB888 configs without depth or stencil", colorBits<8, 8, 8, 0>, noDepth, noStencil }, in init() 1061 …encil", "RGB888 configs with depth and no stencil", colorBits<8, 8, 8, 0>, hasDepth, noStencil }, in init() 1064 …tencil", "RGBA4444 configs without depth or stencil", colorBits<4, 4, 4, 4>, noDepth, noStencil }, in init() 1066 …ncil", "RGBA4444 configs with depth and no stencil", colorBits<4, 4, 4, 4>, hasDepth, noStencil }, in init() 1069 …tencil", "RGBA5551 configs without depth or stencil", colorBits<5, 5, 5, 1>, noDepth, noStencil }, in init() 1071 …ncil", "RGBA5551 configs with depth and no stencil", colorBits<5, 5, 5, 1>, hasDepth, noStencil }, in init() 1074 …tencil", "RGBA8888 configs without depth or stencil", colorBits<8, 8, 8, 8>, noDepth, noStencil }, in init() [all …]
|
D | teglSimpleConfigCase.cpp | 139 static bool noStencil (const eglu::CandidateConfig& c) { return c.stencilSize() == 0; } in noStencil() function 187 { "no_stencil", noStencil }, in getDefaultFilterLists()
|
/external/mesa3d/src/amd/common/ |
D | ac_surface.c | 946 AddrSurfInfoIn.flags.noStencil = (surf->flags & RADEON_SURF_SBUFFER) == 0; in gfx6_compute_surface() 968 if (AddrSurfInfoIn.flags.depth && !AddrSurfInfoIn.flags.noStencil && in gfx6_compute_surface() 976 AddrSurfInfoIn.flags.noStencil = 1; in gfx6_compute_surface()
|
/external/mesa3d/src/amd/addrlib/inc/ |
D | addrinterface.h | 500 UINT_32 noStencil : 1; ///< Flag indicates this depth has no separate stencil member
|
/external/mesa3d/src/amd/addrlib/src/r800/ |
D | egbaddrlib.cpp | 4069 if (flags.depth && (flags.noStencil == FALSE)) in HwlGetPitchAlignmentMicroTiled()
|
D | siaddrlib.cpp | 1878 if (flags.depth && (flags.noStencil == FALSE)) in HwlGetSizeAdjustmentMicroTiled()
|