Home
last modified time | relevance | path

Searched refs:pipe_tex (Results 1 – 2 of 2) sorted by relevance

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