Home
last modified time | relevance | path

Searched refs:pipe_texture_map_3d (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_image_copy_region.c69 map = pipe_texture_map_3d(ctx, tex, level, PIPE_MAP_WRITE, 0, 0, 0, width, height, in set_random_pixels()
109 … map1 = pipe_texture_map_3d(ctx, tex1, level_or_sample, PIPE_MAP_WRITE, 0, 0, 0, width, height, in set_random_pixels_for_2_textures()
111 … map2 = pipe_texture_map_3d(ctx, tex2, level_or_sample, PIPE_MAP_WRITE, 0, 0, 0, width, height, in set_random_pixels_for_2_textures()
150 map = pipe_texture_map_3d(ctx, tex, level, PIPE_MAP_READ, 0, 0, 0, width, height, in compare_textures()
183 map1 = pipe_texture_map_3d(ctx, tex1, level, PIPE_MAP_READ, 0, 0, 0, width, height, in compare_gpu_textures()
185 map2 = pipe_texture_map_3d(ctx, tex2, level, PIPE_MAP_READ, 0, 0, 0, width, height, in compare_gpu_textures()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_test_dma.c62 map = pipe_texture_map_3d(ctx, tex, 0, PIPE_MAP_WRITE, in set_random_pixels()
97 map = pipe_texture_map_3d(ctx, tex, 0, PIPE_MAP_READ, in compare_textures()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_draw_feedback.c347 pipe_texture_map_3d(pipe, res, j, in st_feedback_draw_vbo()
413 addr = pipe_texture_map_3d(pipe, res, img->u.tex.level, in st_feedback_draw_vbo()
Dst_texture.c280 map = pipe_texture_map_3d(st->pipe, stImage->pt, level, usage, in st_texture_image_map()
Dst_cb_readpixels.c531 map = pipe_texture_map_3d(pipe, dst, 0, PIPE_MAP_READ, in st_ReadPixels()
Dst_cb_texture.c202 map = pipe_texture_map_3d(pipe, dst, 0, PIPE_MAP_READ, in copy_to_staging_dest()
2080 map = pipe_texture_map_3d(pipe, src, 0, PIPE_MAP_WRITE, 0, 0, 0, in st_TexSubImage()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_surface.c391 dst_map = pipe_texture_map_3d(pipe, in util_clear_color_texture()
592 dst_map = pipe_texture_map_3d(pipe, in util_clear_depth_stencil_texture()
Du_inlines.h562 pipe_texture_map_3d(struct pipe_context *context, in pipe_texture_map_3d() function