Home
last modified time | relevance | path

Searched refs:dtex (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c123 struct svga_texture *dtex, *stex; in copy_region_vgpu10() local
126 dtex = svga_texture(dst_tex); in copy_region_vgpu10()
135 dtex->handle, dstSubResource, in copy_region_vgpu10()
140 svga_define_texture_level(dtex, dst_layer_face, dst_level); in copy_region_vgpu10()
143 svga_set_texture_rendered_to(dtex); in copy_region_vgpu10()
346 struct svga_texture *dtex, *stex; in can_blit_via_intra_surface_copy() local
370 dtex = svga_texture(blit_info->dst.resource); in can_blit_via_intra_surface_copy()
372 return (stex->handle == dtex->handle); in can_blit_via_intra_surface_copy()
386 struct svga_texture *dtex, *stex; in can_blit_via_copy_region_vgpu10() local
394 dtex in can_blit_via_copy_region_vgpu10()
415 struct svga_texture *dtex, *stex; can_blit_via_surface_copy() local
492 struct svga_texture *dtex = svga_texture(blit->dst.resource); try_copy_region() local
[all...]

Completed in 2 milliseconds