HomeSort by relevance Sort by last modified time
    Searched refs:MaxShaderStorageBlockSize (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/compiler/glsl/
link_uniform_blocks.cpp 287 parcel->buffer_size > ctx->Const.MaxShaderStorageBlockSize) {
292 ctx->Const.MaxShaderStorageBlockSize);
linker.cpp     [all...]
  /external/mesa3d/src/mesa/main/
context.c 599 consts->MaxShaderStorageBlockSize = 128 * 1024 * 1024; /* 2^27 */
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_extensions.c 432 c->MaxShaderStorageBlockSize = 1 << 27;
    [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h 334 { GL_MAX_SHADER_STORAGE_BLOCK_SIZE, CONTEXT_INT(Const.MaxShaderStorageBlockSize), extra_ARB_shader_storage_buffer_object_es31 },
    [all...]

Completed in 73 milliseconds