Searched refs:last_sample (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_texture.c | 504 unsigned sample, first_sample, last_sample; member in struct:panfrost_surface_iter 521 iter->last_sample = nr_samples - 1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_blit.c | 116 unsigned first_sample, unsigned last_sample) 154 for (sample = first_sample; sample <= last_sample; sample++) { 171 first_sample == 0 && last_sample >= u_max_sample(&src->buffer.b.b)) 188 unsigned first_sample, unsigned last_sample) 205 first_layer, last_layer, first_sample, last_sample); 111 si_blit_dbcb_copy(struct si_context * sctx,struct si_texture * src,struct si_texture * dst,unsigned planes,unsigned level_mask,unsigned first_layer,unsigned last_layer,unsigned first_sample,unsigned last_sample) argument 183 si_blit_decompress_depth(struct pipe_context * ctx,struct si_texture * texture,struct si_texture * staging,unsigned first_level,unsigned last_level,unsigned first_layer,unsigned last_layer,unsigned first_sample,unsigned last_sample) argument
|
| H A D | si_pipe.h | 1157 unsigned first_sample, unsigned last_sample);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_blit.c | 116 unsigned first_sample, unsigned last_sample) 162 for (sample = first_sample; sample <= last_sample; sample++) { 195 first_sample == 0 && last_sample == max_sample) { 111 r600_blit_decompress_depth(struct pipe_context * ctx,struct r600_texture * texture,struct r600_texture * staging,unsigned first_level,unsigned last_level,unsigned first_layer,unsigned last_layer,unsigned first_sample,unsigned last_sample) argument
|
| H A D | r600_pipe_common.h | 613 unsigned first_sample, unsigned last_sample);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_blit.c | 116 unsigned first_sample, unsigned last_sample) 162 for (sample = first_sample; sample <= last_sample; sample++) { 195 first_sample == 0 && last_sample == max_sample) { 111 r600_blit_decompress_depth(struct pipe_context * ctx,struct r600_texture * texture,struct r600_texture * staging,unsigned first_level,unsigned last_level,unsigned first_layer,unsigned last_layer,unsigned first_sample,unsigned last_sample) argument
|
| H A D | r600_pipe_common.h | 602 unsigned first_sample, unsigned last_sample);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_blit.c | 119 unsigned last_sample) 157 for (sample = first_sample; sample <= last_sample; sample++) { 174 last_sample >= u_max_sample(&src->buffer.b.b)) 116 si_blit_dbcb_copy(struct si_context * sctx,struct si_texture * src,struct si_texture * dst,unsigned planes,unsigned level_mask,unsigned first_layer,unsigned last_layer,unsigned first_sample,unsigned last_sample) argument
|
Completed in 23 milliseconds