Searched refs:R600_UCP_SIZE (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state_common.c | 1243 size = R600_UCP_SIZE; in r600_update_driver_const_buffers() 1245 memcpy(ptr, rctx->clip_state.state.ucp, R600_UCP_SIZE); in r600_update_driver_const_buffers() 1254 size = R600_UCP_SIZE; in r600_update_driver_const_buffers() 1256 memcpy(ptr, rctx->sample_positions, R600_UCP_SIZE); in r600_update_driver_const_buffers() 1290 memcpy(ptr, rctx->clip_state.state.ucp, R600_UCP_SIZE); in r600_update_driver_const_buffers() 1292 memcpy(ptr, rctx->sample_positions, R600_UCP_SIZE); in r600_update_driver_const_buffers() 1313 if (array_size + R600_UCP_SIZE > info->alloc_size) { in r600_alloc_buf_consts() 1314 info->constants = realloc(info->constants, array_size + R600_UCP_SIZE); in r600_alloc_buf_consts() 1315 info->alloc_size = array_size + R600_UCP_SIZE; in r600_alloc_buf_consts() 1317 memset(info->constants + (R600_UCP_SIZE / 4), 0, array_size); in r600_alloc_buf_consts() [all …]
|
D | r600_pipe.h | 81 #define R600_UCP_SIZE (4*4*8) macro 84 #define R600_BUFFER_INFO_OFFSET (R600_UCP_SIZE)
|