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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 354 #define BRW_MAX_IMAGES 32
364 BRW_MAX_IMAGES + \
651 struct brw_image_param image_param[BRW_MAX_IMAGES];
    [all...]
brw_context.c 438 prog->MaxImageUniforms = compiler->scalar_stage[i] ? BRW_MAX_IMAGES : 0;
452 ctx->Const.MaxCombinedImageUniforms = num_stages * BRW_MAX_IMAGES;
    [all...]

Completed in 80 milliseconds