HomeSort by relevance Sort by last modified time
    Searched refs:LP_MAX_TEXTURE_SIZE (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_limits.h 46 #define LP_MAX_TEXTURE_SIZE (1 * 1024 * 1024 * 1024ULL) /* 1GB for now */
lp_texture.c 126 /* if row_stride * height > LP_MAX_TEXTURE_SIZE */
127 if ((uint64_t)lpr->row_stride[level] * nblocksy > LP_MAX_TEXTURE_SIZE) {
149 /* if img_stride * num_slices_faces > LP_MAX_TEXTURE_SIZE */
151 if (mipsize > LP_MAX_TEXTURE_SIZE) {
159 if (total_size > LP_MAX_TEXTURE_SIZE) {

Completed in 53 milliseconds