Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/gfx11/
Dgfx11addrlib.cpp2146 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateNonSwModeParams() local
2219 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateSwModeParams() local
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp2528 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateNonSwModeParams() local
2603 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateSwModeParams() local
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp3226 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateNonSwModeParams() local
3298 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateSwModeParams() local
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp616 tex3d(const _mesa_glsl_parse_state *state) in tex3d() function