Searched defs:pipe_tex (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blit.c203 enum pipe_texture_target pipe_tex)
205 if (!ctx->fs[pipe_tex][writemask]) {
206 unsigned tgsi_tex = util_pipe_tex_to_tgsi_tex(pipe_tex, 0);
208 ctx->fs[pipe_tex][writemask] =
214 cso_set_fragment_shader_handle(ctx->cso, ctx->fs[pipe_tex][writemask]);
223 enum pipe_texture_target pipe_tex)
225 if (!ctx->fs_depthstencil[pipe_tex]) {
226 unsigned tgsi_tex = util_pipe_tex_to_tgsi_tex(pipe_tex, 0);
228 ctx->fs_depthstencil[pipe_tex] =
233 cso_set_fragment_shader_handle(ctx->cso, ctx->fs_depthstencil[pipe_tex]);
202 set_fragment_shader(struct blit_state *ctx, uint writemask, enum pipe_texture_target pipe_tex) argument
222 set_depthstencil_fragment_shader(struct blit_state *ctx, enum pipe_texture_target pipe_tex) argument
241 set_depth_fragment_shader(struct blit_state *ctx, enum pipe_texture_target pipe_tex) argument
260 set_stencil_fragment_shader(struct blit_state *ctx, enum pipe_texture_target pipe_tex) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.c203 enum pipe_texture_target pipe_tex)
205 if (!ctx->fs[pipe_tex][writemask]) {
206 unsigned tgsi_tex = util_pipe_tex_to_tgsi_tex(pipe_tex, 0);
208 ctx->fs[pipe_tex][writemask] =
214 cso_set_fragment_shader_handle(ctx->cso, ctx->fs[pipe_tex][writemask]);
223 enum pipe_texture_target pipe_tex)
225 if (!ctx->fs_depthstencil[pipe_tex]) {
226 unsigned tgsi_tex = util_pipe_tex_to_tgsi_tex(pipe_tex, 0);
228 ctx->fs_depthstencil[pipe_tex] =
233 cso_set_fragment_shader_handle(ctx->cso, ctx->fs_depthstencil[pipe_tex]);
202 set_fragment_shader(struct blit_state *ctx, uint writemask, enum pipe_texture_target pipe_tex) argument
222 set_depthstencil_fragment_shader(struct blit_state *ctx, enum pipe_texture_target pipe_tex) argument
241 set_depth_fragment_shader(struct blit_state *ctx, enum pipe_texture_target pipe_tex) argument
260 set_stencil_fragment_shader(struct blit_state *ctx, enum pipe_texture_target pipe_tex) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_state.c1244 struct pipe_resource *pipe_tex = surf->base.texture; local
1256 r600_init_flushed_depth_texture(&rctx->context, pipe_tex, NULL);
1381 color_dim = S_028C78_WIDTH_MAX(pipe_tex->width0)
1382 | S_028C78_HEIGHT_MAX(pipe_tex->height0);
1405 base_offset = r600_resource_va(rctx->context.screen, pipe_tex);
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c1244 struct pipe_resource *pipe_tex = surf->base.texture; local
1256 r600_init_flushed_depth_texture(&rctx->context, pipe_tex, NULL);
1381 color_dim = S_028C78_WIDTH_MAX(pipe_tex->width0)
1382 | S_028C78_HEIGHT_MAX(pipe_tex->height0);
1405 base_offset = r600_resource_va(rctx->context.screen, pipe_tex);

Completed in 433 milliseconds