Lines Matching refs:pipe
86 ctx->pipe->delete_texture_handle(ctx->pipe, id);
99 ctx->pipe->delete_image_handle(ctx->pipe, id);
140 ctx->pipe->make_texture_handle_resident(ctx->pipe, handle, GL_TRUE);
154 ctx->pipe->make_texture_handle_resident(ctx->pipe, handle, GL_FALSE);
189 ctx->pipe->make_image_handle_resident(ctx->pipe, handle, access, GL_TRUE);
201 ctx->pipe->make_image_handle_resident(ctx->pipe, handle, access, GL_FALSE);
228 struct pipe_context *pipe = ctx->pipe;
233 if (!st_finalize_texture(ctx, pipe, texObj, 0))
246 return pipe->create_texture_handle(pipe, view, &sampler);
369 handle = ctx->pipe->create_image_handle(ctx->pipe, &image);