Home
last modified time | relevance | path

Searched refs:LP_RASTER_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.c174 pq->stats.ps_invocations *= LP_RASTER_BLOCK_SIZE * LP_RASTER_BLOCK_SIZE; in llvmpipe_get_query_result()
Dlp_texture.c108 align_x = LP_RASTER_BLOCK_SIZE; in llvmpipe_texture_layout()
112 align_y = LP_RASTER_BLOCK_SIZE; in llvmpipe_texture_layout()
281 lpr->data = align_malloc(bytes + (LP_RASTER_BLOCK_SIZE - 1) * 4 * sizeof(float), 64); in llvmpipe_resource_create_front()
Dlp_rast.h67 #define LP_RASTER_BLOCK_SIZE 4 macro
Dlp_state_fs.c1706 const unsigned block_width = LP_RASTER_BLOCK_SIZE; in generate_unswizzled_blend()
1707 const unsigned block_height = LP_RASTER_BLOCK_SIZE; in generate_unswizzled_blend()