Home
last modified time | relevance | path

Searched refs:BRW_MAX_SSBO (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.h358 #define BRW_MAX_SSBO 12 macro
372 BRW_MAX_SSBO + \
Dbrw_context.c540 prog->MaxShaderStorageBlocks = BRW_MAX_SSBO; in brw_initialize_context_constants()
550 ctx->Const.MaxCombinedShaderStorageBlocks = num_stages * BRW_MAX_SSBO; in brw_initialize_context_constants()
551 ctx->Const.MaxShaderStorageBufferBindings = num_stages * BRW_MAX_SSBO; in brw_initialize_context_constants()
Dbrw_program.c871 assert(prog->info.num_ssbos <= BRW_MAX_SSBO); in brw_assign_common_binding_table_offsets()