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.c181 pq->stats.ps_invocations *= LP_RASTER_BLOCK_SIZE * LP_RASTER_BLOCK_SIZE; in llvmpipe_get_query_result()
298 value *= LP_RASTER_BLOCK_SIZE * LP_RASTER_BLOCK_SIZE; in llvmpipe_get_query_result_resource()
Dlp_texture.c110 align_x = LP_RASTER_BLOCK_SIZE; in llvmpipe_texture_layout()
114 align_y = LP_RASTER_BLOCK_SIZE; in llvmpipe_texture_layout()
296 lpr->size_required += (LP_RASTER_BLOCK_SIZE - 1) * 4 * sizeof(float); in llvmpipe_resource_create_all()
Dlp_rast.h67 #define LP_RASTER_BLOCK_SIZE 4 macro
Dlp_state_fs.c2246 const unsigned block_width = LP_RASTER_BLOCK_SIZE; in generate_unswizzled_blend()
2247 const unsigned block_height = LP_RASTER_BLOCK_SIZE; in generate_unswizzled_blend()