Searched refs:MaxComputeSharedMemorySize (Results 1 – 5 of 5) sorted by relevance
514 if (prog->Comp.SharedSize > ctx->Const.MaxComputeSharedMemorySize) { in lower_shared_reference()517 ctx->Const.MaxComputeSharedMemorySize); in lower_shared_reference()
141 ctx->Const.MaxComputeSharedMemorySize = 32768; in initialize_context()
837 ctx->Const.MaxComputeSharedMemorySize = 64 * 1024; in brw_initialize_cs_context_constants()
1596 consts->MaxComputeSharedMemorySize = max_local_size; in st_init_extensions()
4126 GLuint MaxComputeSharedMemorySize; member