HomeSort by: relevance | last modified time | path
    Searched refs:array_size (Results 1 - 25 of 557) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
uniform_initializer_utils.h 43 unsigned columns, unsigned rows, unsigned array_size,
  /xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/
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/compiler/glsl/tests/
uniform_initializer_utils.h 43 unsigned columns, unsigned rows, unsigned array_size,
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/
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/winsys/amdgpu/drm/
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/drivers/r600/
r600_uvd.c 68 unsigned i, array_size; local
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;
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/MesaLib.old/dist/src/gallium/drivers/r600/
r600_uvd.c 68 unsigned i, array_size; local
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;
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/libdrm/dist/radeon/
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; i++)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
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
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,
475 unsigned array_size = tmpl->interlaced ? 2 : 1; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
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++) {
118 return formats[rand() % ARRAY_SIZE(formats)];
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)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
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...]
si_uvd.c 50 unsigned i, array_size; local
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/amd/vulkan/winsys/amdgpu/
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/
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/
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);
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
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, usage, 1)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
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/
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/dist/src/freedreno/vulkan/
tu_descriptor_set.h 39 uint32_t array_size; member in struct:tu_descriptor_set_binding_layout
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_resource.c 55 slices = res->array_size;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
fd2_resource.c 52 size += slice->size0 * u_minify(prsc->depth0, level) * prsc->array_size;
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
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/
u_resource.c 55 slices = res->array_size;

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>