HomeSort by relevance Sort by last modified time
    Searched defs:sampler_view (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_objects.h 54 struct pipe_sampler_view *sampler_view; member in struct:galahad_sampler_view
124 return galahad_sampler_view(_sampler_view)->sampler_view;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_objects.h 52 struct pipe_sampler_view *sampler_view; member in struct:identity_sampler_view
122 return identity_sampler_view(_sampler_view)->sampler_view;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_texture.h 63 struct pipe_sampler_view *sampler_view; member in struct:trace_sampler_view
101 trace_sampler_view(struct pipe_sampler_view *sampler_view)
103 if (!sampler_view)
105 return (struct trace_sampler_view *)sampler_view;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
image.h 46 struct pipe_sampler_view *sampler_view; member in struct:vg_image
mask.c 49 struct pipe_sampler_view *sampler_view; member in struct:vg_mask_layer
272 static void mask_using_texture(struct pipe_sampler_view *sampler_view,
281 struct pipe_resource *texture = sampler_view->texture;
305 views[0] = sampler_view;
365 mask->sampler_view = view;
378 pipe_sampler_view_reference(&layer->sampler_view, NULL);
387 mask_resource_fill(layer->sampler_view->texture,
401 u_surface_default_template(&surf_tmpl, layer->sampler_view->texture,
403 surf = ctx->pipe->create_surface(ctx->pipe, layer->sampler_view->texture,
472 mask_using_texture(layer->sampler_view, VG_TRUE, operation
    [all...]
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_objects.h 54 struct pipe_sampler_view *sampler_view; member in struct:galahad_sampler_view
124 return galahad_sampler_view(_sampler_view)->sampler_view;
  /external/mesa3d/src/gallium/drivers/identity/
id_objects.h 52 struct pipe_sampler_view *sampler_view; member in struct:identity_sampler_view
122 return identity_sampler_view(_sampler_view)->sampler_view;
  /external/mesa3d/src/gallium/drivers/trace/
tr_texture.h 63 struct pipe_sampler_view *sampler_view; member in struct:trace_sampler_view
101 trace_sampler_view(struct pipe_sampler_view *sampler_view)
103 if (!sampler_view)
105 return (struct trace_sampler_view *)sampler_view;
  /external/mesa3d/src/gallium/state_trackers/vega/
image.h 46 struct pipe_sampler_view *sampler_view; member in struct:vg_image
mask.c 49 struct pipe_sampler_view *sampler_view; member in struct:vg_mask_layer
272 static void mask_using_texture(struct pipe_sampler_view *sampler_view,
281 struct pipe_resource *texture = sampler_view->texture;
305 views[0] = sampler_view;
365 mask->sampler_view = view;
378 pipe_sampler_view_reference(&layer->sampler_view, NULL);
387 mask_resource_fill(layer->sampler_view->texture,
401 u_surface_default_template(&surf_tmpl, layer->sampler_view->texture,
403 surf = ctx->pipe->create_surface(ctx->pipe, layer->sampler_view->texture,
472 mask_using_texture(layer->sampler_view, VG_TRUE, operation
    [all...]
  /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_atom_texture.c 178 if (!stObj->sampler_view) {
179 stObj->sampler_view =
183 return stObj->sampler_view;
189 struct pipe_sampler_view **sampler_view,
240 if (stObj->sampler_view) {
241 if (check_sampler_swizzle(stObj->sampler_view,
244 (st_view_format != stObj->sampler_view->format) ||
245 stObj->base.BaseLevel != stObj->sampler_view->u.tex.first_level) {
246 pipe_sampler_view_reference(&stObj->sampler_view, NULL);
250 *sampler_view = st_get_texture_sampler_view_from_stobj(stObj, pipe
277 struct pipe_sampler_view *sampler_view = NULL; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_texture.h 88 struct pipe_sampler_view *sampler_view; member in struct:st_texture_object
st_atom_texture.c 178 if (!stObj->sampler_view) {
179 stObj->sampler_view =
183 return stObj->sampler_view;
189 struct pipe_sampler_view **sampler_view,
240 if (stObj->sampler_view) {
241 if (check_sampler_swizzle(stObj->sampler_view,
244 (st_view_format != stObj->sampler_view->format) ||
245 stObj->base.BaseLevel != stObj->sampler_view->u.tex.first_level) {
246 pipe_sampler_view_reference(&stObj->sampler_view, NULL);
250 *sampler_view = st_get_texture_sampler_view_from_stobj(stObj, pipe
277 struct pipe_sampler_view *sampler_view = NULL; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_objects.h 75 struct pipe_sampler_view *sampler_view; member in struct:rbug_sampler_view
153 return rbug_sampler_view(_sampler_view)->sampler_view;
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_objects.h 75 struct pipe_sampler_view *sampler_view; member in struct:rbug_sampler_view
153 return rbug_sampler_view(_sampler_view)->sampler_view;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
noop_state.c 94 struct pipe_sampler_view *sampler_view = CALLOC_STRUCT(pipe_sampler_view); local
96 if (sampler_view == NULL)
99 pipe_resource_reference(&sampler_view->texture, texture);
100 pipe_reference_init(&sampler_view->reference, 1);
101 sampler_view->context = ctx;
102 return sampler_view;
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 94 struct pipe_sampler_view *sampler_view = CALLOC_STRUCT(pipe_sampler_view); local
96 if (sampler_view == NULL)
99 pipe_resource_reference(&sampler_view->texture, texture);
100 pipe_reference_init(&sampler_view->reference, 1);
101 sampler_view->context = ctx;
102 return sampler_view;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 80 struct pipe_sampler_view *sampler_view; member in struct:pstip_stage
456 pstip->sampler_view = pipe->create_sampler_view(pipe,
459 if (!pstip->sampler_view) {
547 pstip->sampler_view);
605 if (pstip->sampler_view) {
606 pipe_sampler_view_reference(&pstip->sampler_view, NULL);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blit.c 440 struct pipe_sampler_view *sampler_view = NULL; local
610 sampler_view = pipe->create_sampler_view(pipe, tex, &sv_templ);
612 if (!sampler_view) {
626 sampler_view = pipe->create_sampler_view(pipe, src_tex, &sv_templ);
628 if (!sampler_view) {
636 normalized = sampler_view->texture->target != PIPE_TEXTURE_RECT;
639 s0 /= (float)(u_minify(sampler_view->texture->width0, src_level));
640 s1 /= (float)(u_minify(sampler_view->texture->width0, src_level));
641 t0 /= (float)(u_minify(sampler_view->texture->height0, src_level));
642 t1 /= (float)(u_minify(sampler_view->texture->height0, src_level))
    [all...]
  /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
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_renderer.c 570 struct pipe_sampler_view **sampler_view = r->bound_sampler_views; local
594 sampler_view[0]->texture, src_matrix);
603 sampler_view[0]->texture, sampler_view[1]->texture,
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 80 struct pipe_sampler_view *sampler_view; member in struct:pstip_stage
456 pstip->sampler_view = pipe->create_sampler_view(pipe,
459 if (!pstip->sampler_view) {
547 pstip->sampler_view);
605 if (pstip->sampler_view) {
606 pipe_sampler_view_reference(&pstip->sampler_view, NULL);
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 440 struct pipe_sampler_view *sampler_view = NULL; local
610 sampler_view = pipe->create_sampler_view(pipe, tex, &sv_templ);
612 if (!sampler_view) {
626 sampler_view = pipe->create_sampler_view(pipe, src_tex, &sv_templ);
628 if (!sampler_view) {
636 normalized = sampler_view->texture->target != PIPE_TEXTURE_RECT;
639 s0 /= (float)(u_minify(sampler_view->texture->width0, src_level));
640 s1 /= (float)(u_minify(sampler_view->texture->width0, src_level));
641 t0 /= (float)(u_minify(sampler_view->texture->height0, src_level));
642 t1 /= (float)(u_minify(sampler_view->texture->height0, src_level))
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h 147 struct pipe_sampler_view *sampler_view; member in struct:softpipe_context::__anon31101

Completed in 532 milliseconds

1 2