| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/ |
| H A D | uniform_initializer_utils.h | 43 unsigned columns, unsigned rows, unsigned array_size,
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| H A D | uniform_initializer_utils.h | 43 unsigned columns, unsigned rows, unsigned array_size,
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/ |
| H A D | fd_layout_test.h | 27 int array_size; /* Size for array textures, or 0 otherwise. */ member in struct:testcase
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_surface.c | 40 if (tex->depth0 > 1 || tex->array_size > 1) 44 if (tex->array_size > 1) 86 config.info.array_size = tex->array_size;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_surface.c | 40 if (tex->depth0 > 1 || tex->array_size > 1) 44 if (tex->array_size > 1) 86 config.info.array_size = tex->array_size;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_uvd.c | 68 unsigned i, array_size; local in function:r600_video_buffer_create 77 array_size = tmpl->interlaced ? 2 : 1; 80 template.height = align(tmpl->height / array_size, VL_MACROBLOCK_HEIGHT); 82 vl_video_buffer_template(&templ, &template, resource_formats[0], 1, array_size, PIPE_USAGE_DEFAULT, 0); 91 vl_video_buffer_template(&templ, &template, resource_formats[1], 1, array_size, PIPE_USAGE_DEFAULT, 1); 101 vl_video_buffer_template(&templ, &template, resource_formats[2], 1, array_size, PIPE_USAGE_DEFAULT, 2); 129 template.height *= array_size;
|
| H A D | r600_test_dma.c | 49 tex->size = tex->layer_stride * templ->array_size; 64 tex->array_size, &t); 67 for (z = 0; z < tex->array_size; z++) { 99 tex->array_size, &t); 102 for (z = 0; z < tex->array_size; z++) { 229 tsrc.array_size = (rand() % max_tex_layers) + 1; 247 tdst.array_size = (rand() % max_tex_layers) + 1; 257 if ((uint64_t)tsrc.width0 * tsrc.height0 * tsrc.array_size * bpp + 258 (uint64_t)tdst.width0 * tdst.height0 * tdst.array_size * bpp > 285 i, tdst.width0, tdst.height0, tdst.array_size, [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_uvd.c | 68 unsigned i, array_size; local in function:r600_video_buffer_create 77 array_size = tmpl->interlaced ? 2 : 1; 80 template.height = align(tmpl->height / array_size, VL_MACROBLOCK_HEIGHT); 82 vl_video_buffer_template(&templ, &template, resource_formats[0], 1, array_size, 92 vl_video_buffer_template(&templ, &template, resource_formats[1], 1, array_size, 103 vl_video_buffer_template(&templ, &template, resource_formats[2], 1, array_size, 132 template.height *= array_size;
|
| H A D | r600_test_dma.c | 49 tex->size = tex->layer_stride * templ->array_size; 64 tex->array_size, &t); 67 for (z = 0; z < tex->array_size; z++) { 99 tex->array_size, &t); 102 for (z = 0; z < tex->array_size; z++) { 228 tsrc.array_size = (rand() % max_tex_layers) + 1; 246 tdst.array_size = (rand() % max_tex_layers) + 1; 256 if ((uint64_t)tsrc.width0 * tsrc.height0 * tsrc.array_size * bpp + 257 (uint64_t)tdst.width0 * tdst.height0 * tdst.array_size * bpp > 284 i, tdst.width0, tdst.height0, tdst.array_size, [all...] |
| /xsrc/external/mit/libdrm/dist/radeon/ |
| H A D | bof.c | 38 if (bof->array_size < bof->nentry) 68 for (i = 0; i < object->array_size; i += 2) { 89 object->array[object->array_size++] = key; 90 object->array[object->array_size++] = value; 119 array->array[array->array_size++] = value; 127 if (!bof_is_array(bof) || i >= bof->array_size) 136 return bof->array_size; 253 fprintf(stderr, "%p object [%d %d]\n", bof, bof->array_size / 2, bof->size); 256 fprintf(stderr, "%p array [%d %d]\n", bof, bof->array_size, bof->size); 269 for (i = 0; i < bof->array_size; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_video_buffer.c | 171 unsigned depth, unsigned array_size, 180 else if (array_size > 1) 187 templ->array_size = array_size; 308 unsigned i, j, array_size, surf; local in function:vl_video_buffer_surfaces 314 array_size = buffer->interlaced ? 2 : 1; 316 for (j = 0; j < array_size; ++j, ++surf) { 392 unsigned depth, unsigned array_size, unsigned usage, 403 vl_video_buffer_template(&res_tmpl, tmpl, resource_formats[0], depth, array_size, 414 vl_video_buffer_template(&res_tmpl, tmpl, resource_formats[1], depth, array_size, 168 vl_video_buffer_template(struct pipe_resource * templ,const struct pipe_video_buffer * tmpl,enum pipe_format resource_format,unsigned depth,unsigned array_size,unsigned usage,unsigned plane,enum pipe_video_chroma_format chroma_format) argument 389 vl_video_buffer_create_ex(struct pipe_context * pipe,const struct pipe_video_buffer * tmpl,const enum pipe_format resource_formats[VL_NUM_COMPONENTS],unsigned depth,unsigned array_size,unsigned usage,enum pipe_video_chroma_format chroma_format) argument 475 unsigned array_size = tmpl->interlaced ? 2 : 1; local in function:vl_video_buffer_create_as_resource [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_test_dma.c | 50 tex->size = tex->layer_stride * templ->array_size; 65 tex->array_size, &t); 68 for (z = 0; z < tex->array_size; z++) { 100 tex->array_size, &t); 103 for (z = 0; z < tex->array_size; z++) { 244 tsrc.array_size = (rand() % max_tex_layers) + 1; 262 tdst.array_size = (rand() % max_tex_layers) + 1; 272 if ((uint64_t)tsrc.width0 * tsrc.height0 * tsrc.array_size * bpp + 273 (uint64_t)tdst.width0 * tdst.height0 * tdst.array_size * bpp > 300 i, tdst.width0, tdst.height0, tdst.array_size, [all...] |
| H A D | si_uvd.c | 50 unsigned i, array_size; local in function:si_video_buffer_create 59 array_size = tmpl->interlaced ? 2 : 1; 62 vidtemplate.height = align(tmpl->height / array_size, VL_MACROBLOCK_HEIGHT); 70 array_size, PIPE_USAGE_DEFAULT, i); 101 vidtemplate.height *= array_size;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_test_blit.c | 49 tex->size = tex->layer_stride * templ->array_size; 62 tex->array_size, &t); 65 for (z = 0; z < tex->array_size; z++) { 93 tex->array_size, &t); 96 for (z = 0; z < tex->array_size; z++) { 224 tsrc.array_size = (rand() % max_tex_layers) + 1; 245 tdst.array_size = (rand() % max_tex_layers) + 1; 256 tsrc.array_size * util_format_get_blocksize(tsrc.format) + 258 tdst.array_size * util_format_get_blocksize(tdst.format) > 285 i, tdst.width0, tdst.height0, tdst.array_size, [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/winsys/amdgpu/ |
| H A D | radv_amdgpu_surface.c | 52 if (surf_info->depth > 1 || surf_info->array_size > 1) 56 if (surf_info->array_size > 1)
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/winsys/amdgpu/ |
| H A D | radv_amdgpu_surface.c | 54 if (surf_info->depth > 1 || surf_info->array_size > 1) 58 if (surf_info->array_size > 1)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_video_buffer.h | 120 unsigned depth, unsigned array_size, 131 * extended create function, gets depth, array_size, usage and formats for each plane seperately 137 unsigned depth, unsigned array_size, unsigned usage);
|
| H A D | vl_video_buffer.c | 248 unsigned depth, unsigned array_size, 256 else if (array_size > 1) 263 templ->array_size = array_size; 383 unsigned i, j, array_size, surf; local in function:vl_video_buffer_surfaces 389 array_size = buffer->interlaced ? 2 : 1; 391 for (j = 0; j < array_size; ++j, ++surf) { 468 unsigned depth, unsigned array_size, unsigned usage) 478 vl_video_buffer_template(&res_tmpl, tmpl, resource_formats[0], depth, array_size, usage, 0); 488 vl_video_buffer_template(&res_tmpl, tmpl, resource_formats[1], depth, array_size, usag 245 vl_video_buffer_template(struct pipe_resource * templ,const struct pipe_video_buffer * tmpl,enum pipe_format resource_format,unsigned depth,unsigned array_size,unsigned usage,unsigned plane) argument 465 vl_video_buffer_create_ex(struct pipe_context * pipe,const struct pipe_video_buffer * tmpl,const enum pipe_format resource_formats[VL_NUM_COMPONENTS],unsigned depth,unsigned array_size,unsigned usage) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_descriptor_set.c | 98 binding_layout->array_size = binding->descriptorCount; 102 immutable_samplers += binding_layout->array_size; 103 for (unsigned j = 0; j < binding_layout->array_size; j++) { 114 sampler_idx += binding_layout->array_size; 119 sampler_idx += binding_layout->array_size; 120 tex_idx += binding_layout->array_size; 128 tex_idx += binding_layout->array_size; 132 dynoffset_idx += binding_layout->array_size; 136 ubo_idx += binding_layout->array_size; 140 dynoffset_idx += binding_layout->array_size; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_debug_describe.c | 62 sprintf(buf, "pipe_texture_1darray<%u,%u,%s,%u>", ptr->width0, ptr->array_size, util_format_short_name(ptr->format), ptr->last_level); 65 sprintf(buf, "pipe_texture_2darray<%u,%u,%u,%s,%u>", ptr->width0, ptr->height0, ptr->array_size, util_format_short_name(ptr->format), ptr->last_level); 68 sprintf(buf, "pipe_texture_cubearray<%u,%u,%u,%s,%u>", ptr->width0, ptr->height0, ptr->array_size, util_format_short_name(ptr->format), ptr->last_level);
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_descriptor_set.h | 36 uint32_t array_size; member in struct:tu_descriptor_set_binding_layout
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_resource.c | 55 slices = res->array_size;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_resource.c | 55 slices = res->array_size;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_resource.c | 52 size += slice->size0 * u_minify(prsc->depth0, level) * prsc->array_size;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_descriptor_set.h | 39 uint32_t array_size; member in struct:tu_descriptor_set_binding_layout
|