Searched refs:texture_map (Results 1 - 25 of 64) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_resource.c45 r300->context.texture_map = r300_texture_transfer_map;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_transfer.c63 map = pipe->texture_map(pipe,
H A Du_inlines.h552 return context->texture_map(context, resource, level, access,
572 return context->texture_map(context, resource, level, access,
H A Du_surface.c323 src_map = pipe->texture_map(pipe,
333 dst_map = pipe->texture_map(pipe,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_resource.c36 i915->base.texture_map = i915_texture_transfer_map;
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Di915_structs.h372 struct texture_map { struct
417 struct texture_map y_forward;
418 struct texture_map y_backward;
420 struct texture_map u_forward;
421 struct texture_map u_backward;
423 struct texture_map v_forward;
424 struct texture_map v_backward;
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Di915_structs.h372 struct texture_map { struct
417 struct texture_map y_forward;
418 struct texture_map y_backward;
420 struct texture_map u_forward;
421 struct texture_map u_backward;
423 struct texture_map v_forward;
424 struct texture_map v_backward;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.c96 pipe->texture_map = nv30_miptree_transfer_map;
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Di915_structs.h403 struct texture_map struct
450 struct texture_map y_forward;
451 struct texture_map y_backward;
453 struct texture_map u_forward;
454 struct texture_map u_backward;
456 struct texture_map v_forward;
457 struct texture_map v_backward;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_resource.c124 svga->pipe.texture_map = svga_texture_transfer_map;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/
H A Dvid_dec_common.c141 map = priv->pipe->texture_map(priv->pipe, views[i]->texture, 0,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_resource.c107 pcontext->texture_map = nv50_miptree_transfer_map;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.c156 pcontext->texture_map = nvc0_miptree_transfer_map;
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_uniforms.c150 &pipeline->shared_data->maps[stage]->texture_map,
158 &pipeline->shared_data->maps[stage]->texture_map,
370 &pipeline->shared_data->maps[stage]->texture_map,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/
H A Dsubpicture.c213 map = pipe->texture_map(pipe, dst->texture, 0, PIPE_MAP_WRITE,
234 map = pipe->texture_map(pipe, dst->texture, 0, PIPE_MAP_WRITE,
396 map = pipe->texture_map(pipe, dst->texture, 0, PIPE_MAP_WRITE,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/tizonia/
H A Dh264einport.c72 ptr = priv->s_pipe->texture_map(priv->s_pipe, *resource, 0, PIPE_MAP_WRITE, &box, transfer);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_zscan.c412 f = pipe->texture_map(pipe, res,
582 data = pipe->texture_map(pipe, buffer->quant->texture,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Dsurface.c263 map = pipe->texture_map(pipe, sv->texture, 0,
403 map = pipe->texture_map(pipe, tex, 0, usage,
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Dgraw_util.h269 ptr = info->ctx->texture_map(info->ctx, t);
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/trivial/
H A Dquad-tex.c180 ptr = p->pipe->texture_map(p->pipe, p->tex, 0, PIPE_MAP_WRITE, &box, &t);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_transfer.c512 pctx->texture_map = etna_transfer_map;
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_context.h813 * information (like texture strides for texture_map).
833 void *(*texture_map)(struct pipe_context *, member in struct:pipe_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_texture.c517 pipe->texture_map = softpipe_transfer_map;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dsurface9.c532 pLockedRect->pBits = pipe->texture_map(pipe, resource,
538 DBG("texture_map failed\n");
752 p_src = pipe->texture_map(pipe, r_src, From->level,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dimage.c545 map = drv->pipe->texture_map(drv->pipe, views[i]->texture, 0,
680 map = drv->pipe->texture_map(drv->pipe,

Completed in 25 milliseconds

123