Searched refs:view_target (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_readpixels.c | 111 enum pipe_texture_target view_target; local in function:try_pbo_readpixels 167 view_target = PIPE_TEXTURE_2D_ARRAY; 170 view_target = texture->target; 174 templ.target = view_target; 178 if (view_target != PIPE_TEXTURE_3D) { 238 void *fs = st_pbo_get_download_fs(st, view_target, src_format, dst_format);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_readpixels.c | 112 enum pipe_texture_target view_target; local in function:try_pbo_readpixels 170 view_target = PIPE_TEXTURE_2D_ARRAY; 173 view_target = texture->target; 177 templ.target = view_target; 181 if (view_target != PIPE_TEXTURE_3D) { 244 void *fs = st_pbo_get_download_fs(st, view_target, src_format, dst_format, addr.depth != 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state.c | 1926 unsigned view_target, unsigned nr_samples) 1930 if (view_target == PIPE_TEXTURE_CUBE || 1931 view_target == PIPE_TEXTURE_CUBE_ARRAY) 1932 res_target = view_target; 1925 si_tex_dim(struct si_screen * sscreen,struct si_texture * tex,unsigned view_target,unsigned nr_samples) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state.c | 2030 static unsigned si_tex_dim(struct si_screen *sscreen, struct si_texture *tex, unsigned view_target, argument 2035 if (view_target == PIPE_TEXTURE_CUBE || view_target == PIPE_TEXTURE_CUBE_ARRAY) 2036 res_target = view_target;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | evergreen_state.c | 174 unsigned view_target, unsigned nr_samples) 178 if (view_target == PIPE_TEXTURE_CUBE || 179 view_target == PIPE_TEXTURE_CUBE_ARRAY) 180 res_target = view_target; 173 r600_tex_dim(struct r600_texture * rtex,unsigned view_target,unsigned nr_samples) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | evergreen_state.c | 174 unsigned view_target, unsigned nr_samples) 178 if (view_target == PIPE_TEXTURE_CUBE || 179 view_target == PIPE_TEXTURE_CUBE_ARRAY) 180 res_target = view_target; 173 r600_tex_dim(struct r600_texture * rtex,unsigned view_target,unsigned nr_samples) argument
|
Completed in 65 milliseconds