| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | tri-tex-3d.c | 49 GLubyte tex3d[SIZE][SIZE][SIZE][3]; local in function:Init 56 tex3d[r][t][s][0] = (s < SIZE/2) ? 0 : 255; 57 tex3d[r][t][s][1] = (t < SIZE/2) ? 0 : 255; 58 tex3d[r][t][s][2] = (r < SIZE/2) ? 0 : 255; 60 tex3d[r][t][s][0] = s*255/(SIZE-1); 61 tex3d[r][t][s][1] = t*255/(SIZE-1); 62 tex3d[r][t][s][2] = r*255/(SIZE-1); 75 GL_RGB, GL_UNSIGNED_BYTE, tex3d);
|
| H A D | quad-tex-3d.c | 49 GLubyte tex3d[SIZE][SIZE][SIZE][3]; local in function:Init 56 tex3d[r][t][s][0] = (s < SIZE/2) ? 0 : 255; 57 tex3d[r][t][s][1] = (t < SIZE/2) ? 0 : 255; 58 tex3d[r][t][s][2] = (r < SIZE/2) ? 0 : 255; 60 tex3d[r][t][s][0] = s*255/(SIZE-1); 61 tex3d[r][t][s][1] = t*255/(SIZE-1); 62 tex3d[r][t][s][2] = r*255/(SIZE-1); 75 GL_RGB, GL_UNSIGNED_BYTE, tex3d);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 18.2.6.rst | 39 - [G965] piglit.spec.!opengl 1_2.tex3d-maxsize spins forever
|
| H A D | 18.3.0.rst | 288 - [G965] piglit.spec.!opengl 1_2.tex3d-maxsize spins forever
|
| H A D | 19.0.0.rst | 104 - [G965] piglit.spec.!opengl 1_2.tex3d-maxsize spins forever
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/ |
| H A D | gfx9addrlib.cpp | 3227 const BOOL_32 tex3d = IsTex3d(rsrcType); local in function:Addr::V2::Gfx9Lib::ValidateNonSwModeParams 3254 else if (tex3d) 3299 const BOOL_32 tex3d = IsTex3d(rsrcType); local in function:Addr::V2::Gfx9Lib::ValidateSwModeParams 3316 const BOOL_32 thin3d = tex3d && flags.view3dAs2dArray; 3317 const BOOL_32 zMaxMip = tex3d && mipmap && 3376 if (zbuffer || thin3d || (tex3d && (pIn->bpp == 128) && color) || fmask) 3384 if (zbuffer || (prt && tex3d) || fmask || zMaxMip) 3392 if (zbuffer || (pIn->bpp > 64) || tex3d || isBc || fmask) 3407 if (prt || zbuffer || tex3d || mipmap || msaa)
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/ |
| H A D | gfx10addrlib.cpp | 2509 const BOOL_32 tex3d = IsTex3d(rsrcType); local in function:Addr::V2::Gfx10Lib::ValidateNonSwModeParams 2532 else if (tex3d) 2585 const BOOL_32 tex3d = IsTex3d(rsrcType); local in function:Addr::V2::Gfx10Lib::ValidateSwModeParams 2645 else if (tex3d) 2711 if (zbuffer || tex3d || msaa)
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/ |
| H A D | gfx9addrlib.cpp | 3153 BOOL_32 tex3d = IsTex3d(rsrcType); local in function:Addr::V2::Gfx9Lib::HwlComputeSurfaceInfoSanityCheck 3154 BOOL_32 thin3d = tex3d && flags.view3dAs2dArray; 3214 invalid = invalid || zbuffer || tex3d || mipmap || msaa; 3234 invalid = zbuffer || (pIn->bpp > 64) || tex3d;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 609 tex3d(const _mesa_glsl_parse_state *state) function in typeref:typename:bool 629 return tex3d(state) && lod_exists_in_stage(state); 3526 _texture(ir_tex, tex3d, glsl_type::vec4_type, glsl_type::sampler3D_type, glsl_type::vec3_type), 3535 _texture(ir_tex, tex3d, glsl_type::vec4_type, glsl_type::sampler3D_type, glsl_type::vec4_type, TEX_PROJECT),
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 573 tex3d(const _mesa_glsl_parse_state *state) function in typeref:typename:bool 593 return tex3d(state) && lod_exists_in_stage(state); 3335 _texture(ir_tex, tex3d, glsl_type::vec4_type, glsl_type::sampler3D_type, glsl_type::vec3_type), 3344 _texture(ir_tex, tex3d, glsl_type::vec4_type, glsl_type::sampler3D_type, glsl_type::vec4_type, TEX_PROJECT),
|