Home
last modified time | relevance | path

Searched refs:noStencil (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp1021 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 …]
DteglSimpleConfigCase.cpp139 static bool noStencil (const eglu::CandidateConfig& c) { return c.stencilSize() == 0; } in noStencil() function
182 { "no_stencil", noStencil }, in getDefaultFilterLists()
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_surface.c391 AddrSurfInfoIn.flags.noStencil = (surf->flags & RADEON_SURF_SBUFFER) == 0; in radv_amdgpu_winsys_surface_init()
402 AddrSurfInfoIn.flags.noStencil = 1; in radv_amdgpu_winsys_surface_init()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_surface.c423 AddrSurfInfoIn.flags.noStencil = (flags & RADEON_SURF_SBUFFER) == 0; in amdgpu_surface_init()
434 AddrSurfInfoIn.flags.noStencil = 1; in amdgpu_surface_init()
/external/mesa3d/src/amd/addrlib/
Daddrinterface.h444 UINT_32 noStencil : 1; ///< Flag indicates this depth has no separate stencil member
/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.cpp1381 if (flags.depth && !flags.noStencil) in HwlGetSizeAdjustmentMicroTiled()
Degbaddrlib.cpp4522 if (flags.depth && !flags.noStencil) in HwlGetPitchAlignmentMicroTiled()