Searched refs:ShaderStorageBufferBindings (Results 1 – 6 of 6) sorted by relevance
57 binding = &st->ctx->ShaderStorageBufferBindings[ in st_bind_ssbos()
266 &st->ctx->ShaderStorageBufferBindings[ in st_feedback_draw_vbo()
891 &ctx->ShaderStorageBufferBindings[i].BufferObject, in _mesa_init_buffer_objects()893 ctx->ShaderStorageBufferBindings[i].Offset = -1; in _mesa_init_buffer_objects()894 ctx->ShaderStorageBufferBindings[i].Size = -1; in _mesa_init_buffer_objects()939 &ctx->ShaderStorageBufferBindings[i].BufferObject, in _mesa_free_buffer_objects()1357 bind_buffer(ctx, &ctx->ShaderStorageBufferBindings[index], in bind_shader_storage_buffer()1531 if (ctx->ShaderStorageBufferBindings[j].BufferObject == bufObj) { in delete_buffers()4012 set_buffer_binding(ctx, &ctx->ShaderStorageBufferBindings[first + i], in unbind_shader_storage_buffers()4167 &ctx->ShaderStorageBufferBindings[first + i]; in bind_shader_storage_buffers()
2625 buf = ctx->ShaderStorageBufferBindings[index].BufferObject; in find_value_indexed()2634 v->value_int = ctx->ShaderStorageBufferBindings[index].Offset < 0 ? 0 : in find_value_indexed()2635 ctx->ShaderStorageBufferBindings[index].Offset; in find_value_indexed()2643 v->value_int = ctx->ShaderStorageBufferBindings[index].Size < 0 ? 0 : in find_value_indexed()2644 ctx->ShaderStorageBufferBindings[index].Size; in find_value_indexed()
5153 ShaderStorageBufferBindings[MAX_COMBINED_SHADER_STORAGE_BUFFERS]; member
1391 &ctx->ShaderStorageBufferBindings[prog->sh.ShaderStorageBlocks[i]->Binding]; in brw_upload_ubo_surfaces()