| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| u_resource.c | 48 unsigned slices; local 51 slices = 6; 53 slices = depth; 55 slices = res->array_size; 58 util_format_get_stride(res->format, width) * slices * samples);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_resource.c | 48 unsigned slices; local 51 slices = 6; 53 slices = depth; 55 slices = res->array_size; 58 util_format_get_stride(res->format, width) * slices * samples);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/ |
| fd_layout_test.h | 39 } slices[FDL_MAX_MIP_LEVELS]; member in struct:testcase::__anon921
|
| freedreno_layout.h | 97 struct fdl_slice slices[FDL_MAX_MIP_LEVELS]; member in struct:fdl_layout 166 return layout->slices[level].size0; 189 const struct fdl_slice *slice = &layout->slices[level];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| vc4_resource.h | 55 struct vc4_resource_slice slices[VC4_MAX_MIP_LEVELS]; member in struct:vc4_resource
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| vc4_resource.h | 55 struct vc4_resource_slice slices[VC4_MAX_MIP_LEVELS]; member in struct:vc4_resource
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| sp_texture.c | 67 unsigned slices, nblocksy; local 75 slices = depth; 77 slices = pt->array_size; 91 buffer_size += (uint64_t) spr->img_stride[level] * slices;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| v3d_resource.h | 91 struct v3d_resource_slice slices[V3D_MAX_MIP_LEVELS]; member in struct:v3d_resource
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| s_texture.c | 76 /* For 1D array textures, the slices are all 1 pixel high, and Height is 77 * the number of slices. 94 GLuint slices = texture_slices(texImage); local 104 swImg->Buffer = align_malloc(bytesPerSlice * slices, 512); 112 for (i = 0; i < slices; i++) { 274 unsigned int i, slices; local 294 slices = texture_slices(texImage); 296 for (i = 0; i < slices; i++) { 334 unsigned int i, slices; local 345 slices = texture_slices(texImage) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| pan_resource.h | 52 struct panfrost_slice slices[MAX_MIP_LEVELS]; member in struct:panfrost_bo
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| sp_texture.c | 67 unsigned slices, nblocksy; local 75 slices = depth; 77 slices = pt->array_size; 91 buffer_size += (uint64_t) spr->img_stride[level] * slices;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| v3d_resource.h | 126 struct v3d_resource_slice slices[V3D_MAX_MIP_LEVELS]; member in struct:v3d_resource
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/ |
| virgl_resource.c | 221 unsigned slices; local 224 slices = 6; 226 slices = depth; 228 slices = pt->array_size; 235 buffer_size += slices * metadata->layer_stride[level];
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| s_texture.c | 74 /* For 1D array textures, the slices are all 1 pixel high, and Height is 75 * the number of slices. 92 GLuint slices = texture_slices(texImage); local 102 swImg->Buffer = _mesa_align_malloc(bytesPerSlice * slices, 512); 110 for (i = 0; i < slices; i++) { 272 unsigned int i, slices; local 292 slices = texture_slices(texImage); 294 for (i = 0; i < slices; i++) { 332 unsigned int i, slices; local 343 slices = texture_slices(texImage) [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| mipmap_tunnel.c | 116 const int slices = 24, stacks = 52; local 124 gluCylinder(q, radius, radius, height, slices, stacks); 129 gluCylinder(q, bias*radius, bias*radius, height/4, slices, stacks/4);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| pan_texture.h | 95 struct pan_image_slice_layout slices[MAX_MIP_LEVELS]; member in struct:pan_image_layout
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| freedreno_resource.h | 69 struct fd_resource_slice slices[MAX_MIP_LEVELS]; member in struct:fd_resource 156 return &rsc->slices[level];
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| quad.c | 67 GLint slices, stacks; variable 167 slices = 16; 253 slices++; 256 slices--; 367 slices, stacks); 370 gluSphere(quadObj, radius1/10.0, slices, stacks); 373 gluPartialDisk(quadObj, radius2/10.0, radius1/10.0, slices, 377 gluDisk(quadObj, radius2/10.0, radius1/10.0, slices, stacks);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/ |
| virgl_resource.c | 472 unsigned slices; local 475 slices = 6; 477 slices = depth; 479 slices = pt->array_size; 487 buffer_size += slices * metadata->layer_stride[level];
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| gloss.c | 299 static GLint slices = 24; /* pie slices around Z axis */ local 320 gluCylinder(q, radius, radius, height, slices, stacks); 329 gluDisk(q, 0.0, radius, slices, rings); 334 gluDisk(q, 0.0, radius, slices, rings);
|
| engine.c | 346 const int slices = 30, stacks = 4, loops = 4; local 359 gluDisk(Q, innerRadius, eng->PistonRadius, slices, 1/*loops*/); 362 gluCylinder(Q, innerRadius, innerRadius, innerHeight, slices, stacks); 367 gluDisk(Q, 0, innerRadius, slices, loops); 374 slices, stacks); 378 gluDisk(Q, 0, eng->PistonRadius, slices, loops); 387 slices, stacks); 477 const int slices = 20, stacks = 2; local 500 eng->CrankJournalLength, slices, stacks); 508 eng->CrankJournalLength, slices, stacks) 608 const int slices = 30, stacks = 4; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/ |
| agx_state.h | 249 } slices[PIPE_MAX_TEXTURE_LEVELS]; member in struct:agx_resource
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| ac_surface.c | 735 * accross slices. 2801 unsigned slices = surf->surf_size / surf->u.gfx9.surf_slice_size; local 2806 surf->total_size = surf->surf_size = surf->u.gfx9.surf_slice_size * slices;
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| v3dv_private.h | 531 struct v3d_resource_slice slices[V3D_MAX_MIP_LEVELS]; member in struct:v3dv_image
|