| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_compositor.c | 336 s->layers[layer].samplers[i] = c->sampler_linear; 337 pipe_sampler_view_reference(&s->layers[layer].sampler_views[i], sampler_views[i]); 340 calc_src_and_dst(&s->layers[layer], buffer->width, buffer->height, 341 src_rect ? *src_rect : default_rect(&s->layers[layer]), 342 dst_rect ? *dst_rect : default_rect(&s->layers[layer])); 344 half_a_line = 0.5f / s->layers[layer].zw.y; 348 s->layers[layer].zw.x = 0.0f; 349 s->layers[layer].src.tl.y += half_a_line; 350 s->layers[layer].src.br.y += half_a_line; 352 s->layers[laye [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_compositor.c | 338 s->layers[layer].samplers[i] = c->sampler_linear; 339 pipe_sampler_view_reference(&s->layers[layer].sampler_views[i], sampler_views[i]); 342 calc_src_and_dst(&s->layers[layer], buffer->width, buffer->height, 343 src_rect ? *src_rect : default_rect(&s->layers[layer]), 344 dst_rect ? *dst_rect : default_rect(&s->layers[layer])); 346 half_a_line = 0.5f / s->layers[layer].zw.y; 350 s->layers[layer].zw.x = 0.0f; 351 s->layers[layer].src.tl.y += half_a_line; 352 s->layers[layer].src.br.y += half_a_line; 353 s->layers[laye [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/ |
| H A D | layer.c | 13 static VGMaskLayer layers[NUM_LAYERS]; variable in typeref:typename:VGMaskLayer[] 62 if (layers[i]) 63 vgDestroyMaskLayer(layers[i]); 64 layers[i] = vgCreateMaskLayer(w, h); 72 vgFillMaskLayer(layers[0], 0, 0, w, h / 2, 0.8f); 73 vgFillMaskLayer(layers[0], 0, h / 2, w, h / 2, 0.4f); 74 vgMask(layers[0], VG_SET_MASK, 0, 0, w, h); 75 vgCopyMask(layers[1], 0, 0, 0, 0, w, h); 89 vgMask(layers[current_layer], VG_SET_MASK,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_clear.cpp | 39 unsigned layers = 0; local in function:swr_clear 50 layers = std::max(layers, fb->cbufs[i]->u.tex.last_layer - 57 layers = std::max(layers, fb->zsbuf->u.tex.last_layer - 63 layers = std::max(layers, fb->zsbuf->u.tex.last_layer - 78 for (unsigned i = 0; i < layers; ++i) { 84 // Mask out the attachments that are out of layers.
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_instance.py | 81 %for layer in layers: 117 const char *layers[${len(layers) + 1}] = {0}; 127 %for layer in layers: 153 // Build up the layers from the reported ones 161 %for layer in layers: 169 layers[num_layers++] = "MoltenVK"; 192 %for layer in layers: 201 layers[num_layers++] = ${layer.extension_name_literal()}; 223 ici.ppEnabledLayerNames = layers; 313 layers = LAYERS variable [all...] |
| H A D | zink_framebuffer.h | 40 uint32_t layers:6; member in struct:zink_framebuffer_state
|
| H A D | zink_framebuffer.c | 82 fci.layers = fb->state.layers + 1; 184 state.layers = MAX2(util_framebuffer_get_num_layers(&ctx->fb_state), 1) - 1; 228 fci.layers = fb->state.layers + 1; 349 state.layers = MAX2(util_framebuffer_get_num_layers(&ctx->fb_state), 1) - 1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_clear.cpp | 38 unsigned layers = 0; local in function:swr_clear 49 layers = std::max(layers, fb->cbufs[i]->u.tex.last_layer - 56 layers = std::max(layers, fb->zsbuf->u.tex.last_layer - 62 layers = std::max(layers, fb->zsbuf->u.tex.last_layer - 79 for (unsigned i = 0; i < layers; ++i) { 85 // Mask out the attachments that are out of layers.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_state_surface.c | 98 sp->framebuffer.layers = fb->layers;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_state_surface.c | 98 sp->framebuffer.layers = fb->layers;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_framebuffer.c | 59 dst->layers != src->layers) 94 dst->layers = src->layers; 111 dst->layers = 0; 134 fb->samples = fb->layers = 0; 179 * Return the number of layers set in the framebuffer state. 188 * we obtain the number of layers directly from 192 return fb->layers;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_framebuffer.c | 59 dst->layers != src->layers) 94 dst->layers = src->layers; 111 dst->layers = 0; 134 fb->samples = fb->layers = 0; 179 * Return the number of layers set in the framebuffer state. 188 * we obtain the number of layers directly from 192 return fb->layers;
|
| /xsrc/external/mit/MesaLib/src/gallium/auxiliary/ |
| H A D | u_tracepoints.c | 70 , __entry->layers 88 __entry->layers = pfb->layers;
|
| H A D | u_tracepoints.h | 64 uint8_t layers; member in struct:trace_framebuffer
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_texture.c | 157 unsigned lvl, layers = 0; local in function:fd4_sampler_view_create 197 layers = cso->u.tex.last_layer - cso->u.tex.first_layer + 1; 222 so->texconst3 = A4XX_TEX_CONST_3_DEPTH(layers) | 227 so->texconst3 = A4XX_TEX_CONST_3_DEPTH(layers / 6) |
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_texture.c | 141 unsigned lvl, layers = 0; local in function:fd5_sampler_view_create 194 layers = cso->u.tex.last_layer - cso->u.tex.first_layer + 1; 216 so->texconst5 = A5XX_TEX_CONST_5_DEPTH(layers); 221 so->texconst5 = A5XX_TEX_CONST_5_DEPTH(layers / 6);
|
| H A D | fd5_image.c | 106 unsigned layers = pimg->u.tex.last_layer - pimg->u.tex.first_layer + 1; local in function:translate_image 118 img->depth = layers; 123 img->depth = layers;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/ |
| H A D | surface.c | 690 if (desc->layers[i].num_planes == 0 || desc->layers[i].num_planes > 4) 693 for (unsigned j = 0; j < desc->layers[i].num_planes; ++j) 694 if (desc->layers[i].object_index[j] >= desc->num_objects) 697 input_planes += desc->layers[i].num_planes; 739 if (layer_plane >= desc->layers[layer].num_planes) 745 whandle.stride = desc->layers[layer].pitch[layer_plane]; 746 whandle.offset = desc->layers[layer].offset[layer_plane]; 747 whandle.handle = desc->objects[desc->layers[layer].object_index[layer_plane]].fd; 1296 desc->layers[ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_texture.c | 226 unsigned lvl, layers; local in function:fd4_sampler_view_create 271 layers = cso->u.tex.last_layer - cso->u.tex.first_layer + 1; 301 A4XX_TEX_CONST_3_DEPTH(layers) | 307 A4XX_TEX_CONST_3_DEPTH(layers / 6) |
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_texture.c | 202 unsigned lvl, layers; local in function:fd5_sampler_view_create 259 layers = cso->u.tex.last_layer - cso->u.tex.first_layer + 1; 289 A5XX_TEX_CONST_5_DEPTH(layers); 296 A5XX_TEX_CONST_5_DEPTH(layers / 6);
|
| H A D | fd5_image.c | 93 unsigned layers = pimg->u.tex.last_layer - pimg->u.tex.first_layer + 1; local in function:translate_image 105 img->depth = layers; 110 img->depth = layers;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_texture.c | 223 unsigned lvl, layers; local in function:fd6_sampler_view_create 256 layers = cso->u.tex.last_layer - cso->u.tex.first_layer + 1; 297 A6XX_TEX_CONST_5_DEPTH(layers); 304 A6XX_TEX_CONST_5_DEPTH(layers / 6);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch_cache.c | 78 uint32_t width, height, layers; member in struct:key 370 DBG("%p: hash=0x%08x, %ux%u, %u layers, %u samples", batch, hash, 371 key->width, key->height, key->layers, key->samples); 418 key->layers = pfb->layers;
|
| /xsrc/external/mit/MesaLib/dist/include/android_stub/android/ |
| H A D | hardware_buffer.h | 304 uint32_t layers; member in struct:AHardwareBuffer_Desc
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch_cache.c | 82 uint16_t layers; member in struct:fd_batch_key 450 DBG("%p: hash=0x%08x, %ux%u, %u layers, %u samples", batch, hash, key->width, 451 key->height, key->layers, key->samples); 504 key->layers = pfb->layers;
|