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

  /external/mesa3d/src/mesa/state_tracker/
st_atom_storagebuf.c 85 if (prog->info.num_ssbos < c->MaxShaderStorageBlocks)
89 c->MaxShaderStorageBlocks - prog->info.num_ssbos,
st_extensions.c 248 pc->MaxShaderStorageBlocks = pc->MaxAtomicBuffers;
    [all...]
st_glsl_to_tgsi.cpp     [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h 330 { GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS, CONTEXT_INT(Const.Program[MESA_SHADER_VERTEX].MaxShaderStorageBlocks), extra_ARB_shader_storage_buffer_object_es31 },
331 { GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS, CONTEXT_INT(Const.Program[MESA_SHADER_FRAGMENT].MaxShaderStorageBlocks), extra_ARB_shader_storage_buffer_object_es31 },
332 { GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS, CONTEXT_INT(Const.Program[MESA_SHADER_COMPUTE].MaxShaderStorageBlocks), extra_ARB_shader_storage_buffer_object_es31 },
    [all...]
  /external/mesa3d/src/mesa/main/
context.c 534 prog->MaxShaderStorageBlocks = 8;
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 575 prog->MaxShaderStorageBlocks = BRW_MAX_SSBO;
    [all...]
  /external/mesa3d/src/compiler/glsl/
linker.cpp     [all...]

Completed in 711 milliseconds