Searched refs:MaxComputeSharedMemorySize (Results 1 – 4 of 4) sorted by relevance
733 if (prog->nir->info.shared_size > ctx->Const.MaxComputeSharedMemorySize) { in st_link_nir()736 ctx->Const.MaxComputeSharedMemorySize); in st_link_nir()
1628 consts->MaxComputeSharedMemorySize = max_local_size; in st_init_extensions()
889 GLuint MaxComputeSharedMemorySize; member
140 ctx->Const.MaxComputeSharedMemorySize = 32768; in initialize_context()