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

1 2 3 4

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_resource.h 370 unsigned int num_layers, enum isl_aux_op op,
387 * \param[in] num_layers The number of array slices or 3D layers be
403 uint32_t start_layer, uint32_t num_layers,
421 * \param[in] num_layers The number of array slices or 3D layers
431 uint32_t start_layer, uint32_t num_layers,
451 uint32_t start_layer, uint32_t num_layers,
465 uint32_t num_layers,
468 iris_resource_prepare_access(ice, res, level, 1, layer, num_layers,
471 iris_resource_finish_write(ice, res, level, layer, num_layers,
483 uint32_t start_layer, uint32_t num_layers);
    [all...]
iris_resolve.c 138 unsigned num_layers = local
146 pview->u.tex.first_layer, num_layers,
199 unsigned num_layers = local
205 num_layers, ice->state.hiz_usage);
289 unsigned num_layers = local
296 num_layers, ice->state.hiz_usage);
303 zs_surf->u.tex.first_layer, num_layers,
322 unsigned num_layers = local
325 desc->tex.first_layer, num_layers,
466 uint32_t num_layers)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_resolve.c 150 unsigned num_layers = local
156 pview->u.tex.first_layer, num_layers,
235 unsigned num_layers = local
242 num_layers, ice->state.hiz_usage);
332 unsigned num_layers = local
338 zs_surf->u.tex.first_layer, num_layers,
353 zs_surf->u.tex.first_layer, num_layers,
380 unsigned num_layers = local
383 desc->tex.first_layer, num_layers,
572 uint32_t num_layers)
    [all...]
crocus_resource.h 384 unsigned int num_layers, enum isl_aux_op op,
401 * \param[in] num_layers The number of array slices or 3D layers be
417 uint32_t start_layer, uint32_t num_layers,
435 * \param[in] num_layers The number of array slices or 3D layers
445 uint32_t start_layer, uint32_t num_layers,
465 uint32_t start_layer, uint32_t num_layers,
479 uint32_t num_layers,
482 crocus_resource_prepare_access(ice, res, level, 1, layer, num_layers,
485 crocus_resource_finish_write(ice, res, level, layer, num_layers,
504 uint32_t start_layer, uint32_t num_layers);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/blorp/
blorp.h 173 uint32_t level, uint32_t start_layer, uint32_t num_layers,
193 uint32_t level, uint32_t start_layer, uint32_t num_layers,
203 uint32_t num_layers,
218 uint32_t start_layer, uint32_t num_layers,
237 uint32_t start_layer, uint32_t num_layers,
246 uint32_t start_layer, uint32_t num_layers,
259 uint32_t start_layer, uint32_t num_layers);
263 uint32_t level, uint32_t start_layer, uint32_t num_layers,
blorp_clear.c 426 uint32_t level, uint32_t start_layer, uint32_t num_layers,
431 params.num_layers = num_layers;
489 uint32_t level, uint32_t start_layer, uint32_t num_layers,
569 while (num_layers > 0) {
588 assert(num_layers == 1);
633 params.num_layers = MIN2(params.dst.view.array_len, num_layers);
675 start_layer += params.num_layers;
676 num_layers -= params.num_layers
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_resource.h 282 unsigned int num_layers, enum isl_aux_op op,
299 * \param[in] num_layers The number of array slices or 3D layers be
316 uint32_t start_layer, uint32_t num_layers,
334 * \param[in] num_layers The number of array slices or 3D layers
344 uint32_t start_layer, uint32_t num_layers,
364 uint32_t start_layer, uint32_t num_layers,
379 uint32_t num_layers,
382 iris_resource_prepare_access(ice, batch, res, level, 1, layer, num_layers,
385 iris_resource_finish_write(ice, res, level, layer, num_layers,
399 uint32_t start_layer, uint32_t num_layers,
    [all...]
iris_resolve.c 187 unsigned num_layers = local
194 num_layers);
262 unsigned num_layers = local
268 zs_surf->u.tex.first_layer, num_layers,
279 zs_surf->u.tex.first_layer, num_layers,
304 unsigned num_layers = local
307 desc->tex.first_layer, num_layers,
486 uint32_t num_layers)
489 //start_layer, start_layer + num_layers - 1);
501 start_layer, num_layers);
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
blorp.h 169 uint32_t level, uint32_t start_layer, uint32_t num_layers,
176 uint32_t level, uint32_t start_layer, uint32_t num_layers,
186 uint32_t num_layers,
200 uint32_t start_layer, uint32_t num_layers,
219 uint32_t start_layer, uint32_t num_layers,
228 uint32_t start_layer, uint32_t num_layers,
241 uint32_t start_layer, uint32_t num_layers);
245 uint32_t level, uint32_t start_layer, uint32_t num_layers,
blorp_clear.c 331 uint32_t level, uint32_t start_layer, uint32_t num_layers,
335 assert(start_layer + num_layers <=
341 params.num_layers = num_layers;
389 uint32_t level, uint32_t start_layer, uint32_t num_layers,
464 while (num_layers > 0) {
476 assert(num_layers == 1);
521 params.num_layers = MIN2(params.dst.view.array_len, num_layers);
563 start_layer += params.num_layers;
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_framebuffer.c 184 unsigned i, num_layers = 0; local
198 num_layers = MAX2(num_layers, num);
204 num_layers = MAX2(num_layers, num);
206 return num_layers;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_framebuffer.c 184 unsigned i, num_layers = 0; local
198 num_layers = MAX2(num_layers, num);
204 num_layers = MAX2(num_layers, num);
206 return num_layers;
  /xsrc/external/mit/mesa-demos/dist/src/tests/
arraytexture.c 77 static GLint num_layers; variable
103 if ((texZ < 0.0) || ((GLint) texZ > num_layers)) {
262 for (num_layers = 0; textures[num_layers] != NULL; num_layers++)
267 256, 256, num_layers, 0, GL_RGB, GL_UNSIGNED_BYTE, NULL);
  /xsrc/external/mit/freetype/dist/src/sfnt/
ttcolr.c 51 FT_UShort num_layers; member in struct:BaseGlyphRecord_
60 FT_UShort num_layers; member in struct:Colr_
131 colr->num_layers = FT_NEXT_USHORT( p );
135 if ( colr->num_layers * LAYER_SIZE > table_size - layer_offset )
201 record->num_layers = FT_NEXT_USHORT( p );
239 if ( glyph_record.num_layers )
240 iterator->num_layers = glyph_record.num_layers;
245 if ( offset + LAYER_SIZE * glyph_record.num_layers > colr->table_size )
251 if ( iterator->layer >= iterator->num_layers )
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_blorp.c 125 unsigned start_layer, unsigned num_layers)
131 for (unsigned i = 0; i < num_layers; i++) {
138 for (unsigned i = 0; i < num_layers; i++)
1241 const unsigned num_layers = fb->MaxNumLayers ? irb->layer_count : 1; local
1269 irb->mt, irb->mt_level, irb->mt_layer, num_layers);
1274 &level, irb->mt_layer, num_layers);
1294 level, irb->mt_layer, num_layers, x0, y0, x1, y1);
1304 irb->mt_layer, num_layers,
1308 irb->mt, irb->mt_level, irb->mt_layer, num_layers);
1313 num_layers, aux_usage)
    [all...]
brw_blorp.h 107 uint32_t start_layer, uint32_t num_layers);
112 unsigned int num_layers, enum isl_aux_op op);
brw_clear.c 174 const uint32_t num_layers = depth_att->Layered ? depth_irb->layer_count : 1; local
189 layer < depth_irb->mt_layer + num_layers) {
219 for (unsigned a = 0; a < num_layers; a++) {
232 depth_irb->mt_layer, num_layers,
brw_mipmap_tree.h 503 unsigned start_layer, unsigned num_layers);
522 * \param[in] num_layers The number of array slices or 3D layers be
538 uint32_t start_layer, uint32_t num_layers,
555 * \param[in] num_layers The number of array slices or 3D layers
565 uint32_t start_layer, uint32_t num_layers,
584 uint32_t start_layer, uint32_t num_layers,
616 uint32_t start_layer, uint32_t num_layers,
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_blorp.c 128 unsigned start_layer, unsigned num_layers)
134 for (unsigned i = 0; i < num_layers; i++) {
141 for (unsigned i = 0; i < num_layers; i++)
1264 const unsigned num_layers = fb->MaxNumLayers ? irb->layer_count : 1; local
1292 irb->mt, irb->mt_level, irb->mt_layer, num_layers);
1297 &level, irb->mt_layer, num_layers);
1316 level, irb->mt_layer, num_layers, x0, y0, x1, y1);
1326 irb->mt_layer, num_layers,
1330 irb->mt, irb->mt_level, irb->mt_layer, num_layers);
1336 num_layers, aux_usage)
    [all...]
brw_blorp.h 107 uint32_t start_layer, uint32_t num_layers);
112 unsigned int num_layers, enum isl_aux_op op);
brw_clear.c 172 const uint32_t num_layers = depth_att->Layered ? depth_irb->layer_count : 1; local
187 layer < depth_irb->mt_layer + num_layers) {
218 for (unsigned a = 0; a < num_layers; a++) {
231 depth_irb->mt_layer, num_layers,
intel_mipmap_tree.h 511 unsigned start_layer, unsigned num_layers);
530 * \param[in] num_layers The number of array slices or 3D layers be
546 uint32_t start_layer, uint32_t num_layers,
563 * \param[in] num_layers The number of array slices or 3D layers
573 uint32_t start_layer, uint32_t num_layers,
592 uint32_t start_layer, uint32_t num_layers,
624 uint32_t start_layer, uint32_t num_layers,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_shaderlib_tgsi.c 30 unsigned num_layers)
37 vs = num_layers > 1 ? &sctx->vs_blit_pos_layered :
42 vs = num_layers > 1 ? &sctx->vs_blit_color_layered :
48 assert(num_layers == 1);
78 if (num_layers > 1) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_draw_feedback.c 328 unsigned num_layers = res->depth0; local
340 num_layers = view->u.tex.last_layer - view->u.tex.first_layer + 1;
345 util_num_layers(res, j) : num_layers;
388 res->height0, num_layers, first_level,
407 unsigned width, height, num_layers, row_stride, img_stride; local
413 num_layers = img->u.tex.last_layer - img->u.tex.first_layer + 1;
418 width, height, num_layers,
428 height = num_layers = 1;
436 num_layers, addr, row_stride, img_stride, 0, 0);
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_meta_copy.c 393 uint32_t num_layers; local
395 num_layers = region->imageSubresource.layerCount;
397 num_layers = region->imageExtent.depth;
398 assert(num_layers > 0);
411 v3dv_job_start_frame(job, width, height, num_layers, false,
581 uint32_t num_layers; local
583 num_layers = region->imageSubresource.layerCount;
585 num_layers = region->imageExtent.depth;
586 assert(num_layers > 0);
634 for (uint32_t i = 0; i < num_layers; i++)
901 uint32_t num_layers; local
1319 uint32_t num_layers; local
1405 uint32_t num_layers; local
2001 uint32_t num_layers; local
2329 uint32_t num_layers; local
2652 uint32_t num_layers; local
4233 uint32_t num_layers; local
    [all...]

Completed in 42 milliseconds

1 2 3 4