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 173 if (total_size > LP_MAX_TEXTURE_SIZE) {
    [all...]

Completed in 51 milliseconds