Home
last modified time | relevance | path

Searched refs:copy_sample (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c151 rctx->db_misc_state.copy_sample = first_sample; in r600_blit_decompress_depth()
167 if (sample != rctx->db_misc_state.copy_sample) { in r600_blit_decompress_depth()
168 rctx->db_misc_state.copy_sample = sample; in r600_blit_decompress_depth()
Dr600_pipe.h143 unsigned copy_sample; member
Dr600_state.c1627 S_028D0C_COPY_SAMPLE(a->copy_sample); in r600_emit_db_misc_state()
Devergreen_state.c2102 S_028000_COPY_SAMPLE(a->copy_sample); in evergreen_emit_db_misc_state()
/third_party/gstreamer/gstplugins_base/
DChangeLog115047 vorbis: have a copy_sample func as a func pointer
115048 Make some more variants for copy_sample funcs and use them via function pointer.