HomeSort by relevance Sort by last modified time
    Searched refs:pipe_tex (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blit.c 203 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]);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 203 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]);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreen_state.c 1244 struct pipe_resource *pipe_tex = surf->base.texture; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 1244 struct pipe_resource *pipe_tex = surf->base.texture; local
    [all...]

Completed in 78 milliseconds