/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_aaline.c | 99 struct pipe_sampler_view *sampler_view; member in struct:aaline_stage 429 aaline->sampler_view = pipe->create_sampler_view(pipe, 432 if (!aaline->sampler_view) { 712 aaline->sampler_view); 784 if (aaline->sampler_view) { 785 pipe_sampler_view_reference(&aaline->sampler_view, NULL);
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_aaline.c | 99 struct pipe_sampler_view *sampler_view; member in struct:aaline_stage 429 aaline->sampler_view = pipe->create_sampler_view(pipe, 432 if (!aaline->sampler_view) { 712 aaline->sampler_view); 784 if (aaline->sampler_view) { 785 pipe_sampler_view_reference(&aaline->sampler_view, NULL);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_context.h | 147 struct pipe_sampler_view *sampler_view; member in struct:softpipe_context::__anon17542
|
sp_context.c | 99 pipe_sampler_view_reference(&softpipe->pstipple.sampler_view, NULL);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/ |
tr_context.c | 903 tr_view->sampler_view = result; 917 struct pipe_sampler_view *view = tr_view->sampler_view; 924 pipe_sampler_view_reference(&tr_view->sampler_view, NULL); 1008 unwrapped_views[i] = tr_view ? tr_view->sampler_view : NULL; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/docs/ |
coding_style.txt | 39 - Variables are like sampler_view
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
mixer.c | 261 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer++, bg->sampler_view, 304 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer, src->sampler_view, 322 dst->sampler_view, dst->surface); 326 dst->sampler_view, dst->surface);
|
presentation.c | 266 vl_compositor_set_rgba_layer(cstate, compositor, 0, surf->sampler_view, &src_rect, NULL, NULL);
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_texture.h | 88 struct pipe_sampler_view *sampler_view; member in struct:st_texture_object
|
st_gen_mipmap.c | 193 pipe_sampler_view_reference(&stObj->sampler_view, NULL);
|
st_cb_texture.c | 139 if (stObj->sampler_view) { 140 pipe_sampler_view_release(st->pipe, &stObj->sampler_view); 438 pipe_sampler_view_release(st->pipe, &stObj->sampler_view); [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_context.h | 147 struct pipe_sampler_view *sampler_view; member in struct:softpipe_context::__anon31101
|
/external/mesa3d/src/gallium/drivers/trace/ |
tr_context.c | 903 tr_view->sampler_view = result; 917 struct pipe_sampler_view *view = tr_view->sampler_view; 924 pipe_sampler_view_reference(&tr_view->sampler_view, NULL); 1008 unwrapped_views[i] = tr_view ? tr_view->sampler_view : NULL; [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/ |
coding_style.txt | 39 - Variables are like sampler_view
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
mixer.c | 261 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer++, bg->sampler_view, 304 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer, src->sampler_view, 322 dst->sampler_view, dst->surface); 326 dst->sampler_view, dst->surface);
|
presentation.c | 266 vl_compositor_set_rgba_layer(cstate, compositor, 0, surf->sampler_view, &src_rect, NULL, NULL);
|
/external/mesa3d/src/mesa/state_tracker/ |
st_texture.h | 88 struct pipe_sampler_view *sampler_view; member in struct:st_texture_object
|
st_gen_mipmap.c | 193 pipe_sampler_view_reference(&stObj->sampler_view, NULL);
|
st_cb_texture.c | 139 if (stObj->sampler_view) { 140 pipe_sampler_view_release(st->pipe, &stObj->sampler_view); 438 pipe_sampler_view_release(st->pipe, &stObj->sampler_view); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_objects.h | 122 IMPLEMENT_VIEW_DTOR(ShaderResourceView, sampler_view) 133 IMPLEMENT_VIEW_DTOR(ShaderResourceView1, sampler_view)
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
api_filters.c | 220 views[0] = info->src->sampler_view; 226 info->dst->sampler_view->texture, VG_TRUE,
|
shader.c | 151 util_format_has_alpha(shader->image->sampler_view->format);
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_objects.h | 122 IMPLEMENT_VIEW_DTOR(ShaderResourceView, sampler_view) 133 IMPLEMENT_VIEW_DTOR(ShaderResourceView1, sampler_view)
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
api_filters.c | 220 views[0] = info->src->sampler_view; 226 info->dst->sampler_view->texture, VG_TRUE,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_blitter.h | 218 * src_width0 and src_height0 are sampler_view-private properties that
|