Home
last modified time | relevance | path

Searched refs:st_texture_object (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_texture.h117 struct st_texture_object struct
211 static inline struct st_texture_object * argument
212 st_texture_object(struct gl_texture_object *obj) in st_texture_object() function
214 return (struct st_texture_object *) obj; in st_texture_object()
217 static inline const struct st_texture_object *
220 return (const struct st_texture_object *) obj; in st_texture_object_const()
227 struct st_texture_object *stObj = st_texture_object(texObj); in st_get_texobj_resource()
233 st_get_stobj_resource(struct st_texture_object *stObj) in st_get_stobj_resource()
239 static inline struct st_texture_object *
250 return st_texture_object(texObj); in st_get_texture_object()
[all …]
Dst_sampler_view.h35 struct st_texture_object;
62 struct st_texture_object *stObj);
66 struct st_texture_object *stObj);
70 struct st_texture_object *stObj);
74 const struct st_texture_object *stObj);
78 struct st_texture_object *stObj,
85 struct st_texture_object *stObj);
Dst_sampler_view.c58 struct st_texture_object *stObj, in st_texture_set_sampler_view()
169 const struct st_texture_object *stObj) in st_texture_get_current_sampler_view()
190 struct st_texture_object *stObj) in st_texture_release_context_sampler_view()
215 struct st_texture_object *stObj) in st_texture_release_all_sampler_views()
251 struct st_texture_object *stObj) in st_delete_texture_sampler_views()
394 const struct st_texture_object *stObj, in get_texture_format_swizzle()
432 const struct st_texture_object *stObj, in check_sampler_swizzle()
446 last_level(const struct st_texture_object *stObj) in last_level()
457 last_layer(const struct st_texture_object *stObj) in last_layer()
471 const struct st_texture_object *stObj, in get_sampler_view_format()
[all …]
Dst_cb_semaphoreobjects.c90 struct st_texture_object *texObj; in st_server_wait_semaphore()
120 texObj = st_texture_object(texObjs[i]); in st_server_wait_semaphore()
139 struct st_texture_object *texObj; in st_server_signal_semaphore()
154 texObj = st_texture_object(texObjs[i]); in st_server_signal_semaphore()
Dst_cb_texture.c156 struct st_texture_object *obj = ST_CALLOC_STRUCT(st_texture_object); in st_NewTextureObject()
190 struct st_texture_object *stObj = st_texture_object(texObj); in st_DeleteTextureObject()
210 struct st_texture_object *stObj = st_texture_object(texObj); in st_TextureReleaseAllSamplerViews()
221 struct st_texture_object *stObj = st_texture_object(texImage->TexObject); in st_FreeTextureImageBuffer()
536 allocate_full_mipmap(const struct st_texture_object *stObj, in allocate_full_mipmap()
606 struct st_texture_object *stObj, in guess_and_alloc_texture()
711 struct st_texture_object *stObj = st_texture_object(texImage->TexObject); in st_AllocTextureImageBuffer()
801 struct st_texture_object *stObj = st_texture_object(texObj); in prep_teximage()
1372 struct st_texture_object *stObj = st_texture_object(texImage->TexObject); in try_pbo_upload()
1486 struct st_texture_object *stObj = st_texture_object(texImage->TexObject); in st_TexSubImage()
[all …]
Dst_vdpau.c189 struct st_texture_object *stObj = st_texture_object(texObj); in st_vdpau_map_surface()
265 struct st_texture_object *stObj = st_texture_object(texObj); in st_vdpau_unmap_surface()
Dst_gen_mipmap.c57 struct st_texture_object *stObj = st_texture_object(texObj); in st_generate_mipmap()
Dst_atom_texture.c67 struct st_texture_object *stObj; in st_update_single_texture()
74 stObj = st_texture_object(texObj); in st_update_single_texture()
175 struct st_texture_object *stObj = in update_textures()
Dst_cb_texture.h40 struct st_texture_object;
Dst_texture.c255 struct st_texture_object *stObj = in st_texture_image_map()
256 st_texture_object(stImage->base.TexObject); in st_texture_image_map()
306 struct st_texture_object *stObj = in st_texture_image_unmap()
307 st_texture_object(stImage->base.TexObject); in st_texture_image_unmap()
Dst_atom_image.c55 struct st_texture_object *stObj = st_texture_object(u->TexObj); in st_convert_image()
Dst_cb_copyimage.c648 struct st_texture_object *stObj = st_texture_object(src_image->TexObject); in st_CopyImageSubData()
664 struct st_texture_object *stObj = st_texture_object(dst_image->TexObject); in st_CopyImageSubData()
Dst_cb_eglimage.c245 struct st_texture_object *stObj; in st_bind_egl_image()
257 stObj = st_texture_object(texObj); in st_bind_egl_image()
Dst_atom_sampler.c175 const struct st_texture_object *stobj = st_texture_object_const(texobj); in st_convert_sampler()
308 struct st_texture_object *stObj = in update_shader_samplers()
Dst_cb_fbo.c461 const struct st_texture_object *stTexObj = NULL; in st_update_renderbuffer_surface()
477 stTexObj = st_texture_object(strb->Base.TexImage->TexObject); in st_update_renderbuffer_surface()
650 const struct st_texture_object *stObj = st_texture_object(att->Texture); in st_validate_attachment()
Dst_cb_blit.c190 struct st_texture_object *srcObj = st_texture_object(srcAtt->Texture); in st_BlitFramebuffer()
Dst_context.c1059 st_texture_release_context_sampler_view(st, st_texture_object(texObj)); in destroy_tex_sampler_cb()
1071 st_texture_release_context_sampler_view(st, st_texture_object(att->Texture)); in destroy_framebuffer_attachment_sampler_cb()
1109 struct st_texture_object *stObj = in st_destroy_context()
1110 st_texture_object(ctx->Shared->FallbackTex[i]); in st_destroy_context()
Dst_program.h73 struct st_texture_object *stObj = in st_get_external_sampler_key()
Dst_cb_bitmap.c654 struct st_texture_object *stObj = st_texture_object(atlas->texObj); in st_DrawAtlasBitmaps()
Dst_manager.c706 struct st_texture_object *stObj; in st_context_teximage()
733 stObj = st_texture_object(texObj); in st_context_teximage()