Home
last modified time | relevance | path

Searched refs:R600_UCP_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c1284 size = R600_UCP_SIZE; in r600_update_driver_const_buffers()
1286 memcpy(ptr, rctx->clip_state.state.ucp, R600_UCP_SIZE); in r600_update_driver_const_buffers()
1295 size = R600_UCP_SIZE; in r600_update_driver_const_buffers()
1297 memcpy(ptr, rctx->sample_positions, R600_UCP_SIZE); in r600_update_driver_const_buffers()
1331 memcpy(ptr, rctx->clip_state.state.ucp, R600_UCP_SIZE); in r600_update_driver_const_buffers()
1333 memcpy(ptr, rctx->sample_positions, R600_UCP_SIZE); in r600_update_driver_const_buffers()
1354 if (array_size + R600_UCP_SIZE > info->alloc_size) { in r600_alloc_buf_consts()
1355 info->constants = realloc(info->constants, array_size + R600_UCP_SIZE); in r600_alloc_buf_consts()
1356 info->alloc_size = array_size + R600_UCP_SIZE; in r600_alloc_buf_consts()
1358 memset(info->constants + (R600_UCP_SIZE / 4), 0, array_size); in r600_alloc_buf_consts()
[all …]
Dr600_pipe.h82 #define R600_UCP_SIZE (4*4*8) macro
85 #define R600_BUFFER_INFO_OFFSET (R600_UCP_SIZE)