Searched refs:psv (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_gen_mipmap.h56 struct pipe_sampler_view *psv,
H A Du_dirty_surfaces.h86 util_dirty_surfaces_use_for_sampling_with(struct pipe_context *pipe, struct util_dirty_surfaces *dss, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss, util_dirty_surface_flush_t flush) argument
89 util_dirty_surfaces_use_levels_for_sampling(pipe, dss, (unsigned)pss->min_lod + psv->u.tex.first_level,
90 MIN2((unsigned)ceilf(pss->max_lod) + psv->u.tex.first_level, psv->u.tex.last_level), flush);
H A Du_gen_mipmap.c1507 * \param psv the sampler view to the texture to generate mipmap levels for
1516 struct pipe_sampler_view *psv,
1522 struct pipe_resource *pt = psv->texture;
1526 boolean is_depth = util_format_is_depth_or_stencil(psv->format);
1564 if (!screen->is_format_supported(screen, psv->format, pt->target,
1683 cso_set_sampler_views(ctx->cso, PIPE_SHADER_FRAGMENT, 1, &psv);
1515 util_gen_mipmap(struct gen_mipmap_state *ctx, struct pipe_sampler_view *psv, uint face, uint baseLevel, uint lastLevel, uint filter) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.h56 struct pipe_sampler_view *psv,
H A Du_dirty_surfaces.h86 util_dirty_surfaces_use_for_sampling_with(struct pipe_context *pipe, struct util_dirty_surfaces *dss, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss, util_dirty_surface_flush_t flush) argument
89 util_dirty_surfaces_use_levels_for_sampling(pipe, dss, (unsigned)pss->min_lod + psv->u.tex.first_level,
90 MIN2((unsigned)ceilf(pss->max_lod) + psv->u.tex.first_level, psv->u.tex.last_level), flush);
H A Du_gen_mipmap.c1507 * \param psv the sampler view to the texture to generate mipmap levels for
1516 struct pipe_sampler_view *psv,
1522 struct pipe_resource *pt = psv->texture;
1526 boolean is_depth = util_format_is_depth_or_stencil(psv->format);
1564 if (!screen->is_format_supported(screen, psv->format, pt->target,
1683 cso_set_sampler_views(ctx->cso, PIPE_SHADER_FRAGMENT, 1, &psv);
1515 util_gen_mipmap(struct gen_mipmap_state *ctx, struct pipe_sampler_view *psv, uint face, uint baseLevel, uint lastLevel, uint filter) argument
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_gen_mipmap.c78 struct pipe_sampler_view *psv; local
94 psv = st_create_texture_sampler_view(pipe, stObj->pt);
101 util_gen_mipmap(st->gen_mipmap, psv, face, baseLevel, lastLevel,
108 pipe_sampler_view_reference(&psv, NULL);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_gen_mipmap.c78 struct pipe_sampler_view *psv; local
94 psv = st_create_texture_sampler_view(pipe, stObj->pt);
101 util_gen_mipmap(st->gen_mipmap, psv, face, baseLevel, lastLevel,
108 pipe_sampler_view_reference(&psv, NULL);
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h28 void Set(const FXT_PSV &psv) argument
30 FXT_PSV::x = psv.x, FXT_PSV::y = psv.y;
136 void Set(const FXT_PSV &psv) argument
138 FXT_PSV::x = psv.x, FXT_PSV::y = psv.y;

Completed in 373 milliseconds