Searched refs:MaxComputeSharedMemorySize (Results 1 – 4 of 4) sorted by relevance
76 ctx->Const.MaxComputeSharedMemorySize = 32768; in initialize_context()
1433 if (prog->nir->info.shared_size > consts->MaxComputeSharedMemorySize) { in prelink_lowering()1436 consts->MaxComputeSharedMemorySize); in prelink_lowering()
889 GLuint MaxComputeSharedMemorySize; member
1683 consts->MaxComputeSharedMemorySize = max_local_size; in st_init_extensions()