Home
last modified time | relevance | path

Searched defs:tex3d (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/gfx11/
H A Dgfx11addrlib.cpp2162 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateNonSwModeParams() local
2235 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateSwModeParams() local
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp2513 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateNonSwModeParams() local
2588 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateSwModeParams() local
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp3209 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateNonSwModeParams() local
3281 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateSwModeParams() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DPixelLocalStorageTest.cpp2520 GLTexture tex3d; in doImplicitDisablesTest_TextureAttachments() local
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp649 tex3d(const _mesa_glsl_parse_state *state) in tex3d() function