Home
last modified time | relevance | path

Searched defs:tex2d (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/gfx11/
H A Dgfx11addrlib.cpp2163 const BOOL_32 tex2d = IsTex2d(rsrcType); in ValidateNonSwModeParams() local
2236 const BOOL_32 tex2d = IsTex2d(rsrcType); in ValidateSwModeParams() local
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp2514 const BOOL_32 tex2d = IsTex2d(rsrcType); in ValidateNonSwModeParams() local
2589 const BOOL_32 tex2d = IsTex2d(rsrcType); in ValidateSwModeParams() local
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp3210 const BOOL_32 tex2d = IsTex2d(rsrcType); in ValidateNonSwModeParams() local
3282 const BOOL_32 tex2d = IsTex2d(rsrcType); in ValidateSwModeParams() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fTextureCompletenessTests.cpp1010 tcu::TestCaseGroup *tex2d = new tcu::TestCaseGroup(m_testCtx, "2d", "2D completeness"); in init() local