Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_helpers.c277 struct st_context *st_ctx = (struct st_context *)dri_context(context)->st; in dri2_create_image_from_renderbuffer2() local
278 struct gl_context *ctx = st_ctx->ctx; in dri2_create_image_from_renderbuffer2()
279 struct pipe_context *p_ctx = st_ctx->pipe; in dri2_create_image_from_renderbuffer2()
367 struct st_context *st_ctx = (struct st_context *)dri_context(context)->st; in dri2_create_from_texture() local
368 struct gl_context *ctx = st_ctx->ctx; in dri2_create_from_texture()
369 struct pipe_context *p_ctx = st_ctx->pipe; in dri2_create_from_texture()
Ddrisw.c416 struct st_context *st_ctx = (struct st_context *)ctx->st; in drisw_update_tex_buffer() local
417 struct pipe_context *pipe = st_ctx->pipe; in drisw_update_tex_buffer()