Searched refs:BRW_MAX_SSBO (Results 1 – 3 of 3) sorted by relevance
348 #define BRW_MAX_SSBO 12 macro362 BRW_MAX_SSBO + \
439 prog->MaxShaderStorageBlocks = BRW_MAX_SSBO; in brw_initialize_context_constants()449 ctx->Const.MaxCombinedShaderStorageBlocks = num_stages * BRW_MAX_SSBO; in brw_initialize_context_constants()450 ctx->Const.MaxShaderStorageBufferBindings = num_stages * BRW_MAX_SSBO; in brw_initialize_context_constants()
778 assert(prog->info.num_ssbos <= BRW_MAX_SSBO); in brw_assign_common_binding_table_offsets()