Searched refs:MaxComputeSharedMemorySize (Results 1 – 5 of 5) sorted by relevance
151 ctx->Const.MaxComputeSharedMemorySize = 32768; in initialize_context()
1194 consts->MaxComputeSharedMemorySize = max_local_size; in st_init_extensions()
855 ctx->Const.MaxComputeSharedMemorySize = 64 * 1024; in brw_initialize_cs_context_constants()
316 …{ GL_MAX_COMPUTE_SHARED_MEMORY_SIZE, CONTEXT_INT(Const.MaxComputeSharedMemorySize), extra_ARB_comp…
3760 GLuint MaxComputeSharedMemorySize; member