Searched refs:BRW_MAX_SSBO (Results 1 – 3 of 3) sorted by relevance
358 #define BRW_MAX_SSBO 12 macro372 BRW_MAX_SSBO + \
540 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()
871 assert(prog->info.num_ssbos <= BRW_MAX_SSBO); in brw_assign_common_binding_table_offsets()