Searched refs:pipe_texture_map_3d (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_test_image_copy_region.c | 69 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/ |
D | r600_test_dma.c | 62 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/ |
D | st_draw_feedback.c | 347 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()
|
D | st_texture.c | 280 map = pipe_texture_map_3d(st->pipe, stImage->pt, level, usage, in st_texture_image_map()
|
D | st_cb_readpixels.c | 531 map = pipe_texture_map_3d(pipe, dst, 0, PIPE_MAP_READ, in st_ReadPixels()
|
D | st_cb_texture.c | 202 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/ |
D | u_surface.c | 391 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()
|
D | u_inlines.h | 562 pipe_texture_map_3d(struct pipe_context *context, in pipe_texture_map_3d() function
|