Blender V4.3
blender::gpu::Context Class Referenceabstract

#include <gpu_context_private.hh>

Inherited by blender::gpu::DummyContext, blender::gpu::GLContext, blender::gpu::MTLContext, and blender::gpu::VKContext.

Public Member Functions

 Context ()
 
virtual ~Context ()
 
virtual void activate ()=0
 
virtual void deactivate ()=0
 
virtual void begin_frame ()=0
 
virtual void end_frame ()=0
 
virtual void flush ()=0
 
virtual void finish ()=0
 
virtual void memory_statistics_get (int *r_total_mem, int *r_free_mem)=0
 
virtual void debug_group_begin (const char *, int)
 
virtual void debug_group_end ()
 
virtual bool debug_capture_begin (const char *title)=0
 
virtual void debug_capture_end ()=0
 
virtual void * debug_capture_scope_create (const char *name)=0
 
virtual bool debug_capture_scope_begin (void *scope)=0
 
virtual void debug_capture_scope_end (void *scope)=0
 
virtual void debug_unbind_all_ubo ()=0
 
virtual void debug_unbind_all_ssbo ()=0
 
bool is_active_on_thread ()
 

Static Public Member Functions

static Contextget ()
 

Public Attributes

Shadershader = nullptr
 
FrameBufferactive_fb = nullptr
 
GPUMatrixStatematrix_state = nullptr
 
StateManagerstate_manager = nullptr
 
Immediateimm = nullptr
 
ShaderCompilercompiler = nullptr
 
FrameBufferback_left = nullptr
 
FrameBufferfront_left = nullptr
 
FrameBufferback_right = nullptr
 
FrameBufferfront_right = nullptr
 
DebugStack debug_stack
 
bool debug_is_capturing = false
 
int context_id = 0
 
GPUStorageBuf * printf_buf = nullptr
 

Static Public Attributes

static int context_counter = 0
 

Protected Attributes

pthread_t thread_
 
bool is_active_
 
void * ghost_window_
 

Detailed Description

Definition at line 29 of file gpu_context_private.hh.

Constructor & Destructor Documentation

◆ Context()

blender::gpu::Context::Context ( )

◆ ~Context()

blender::gpu::Context::~Context ( )
virtual

Member Function Documentation

◆ activate()

virtual void blender::gpu::Context::activate ( )
pure virtual

◆ begin_frame()

virtual void blender::gpu::Context::begin_frame ( )
pure virtual

◆ deactivate()

virtual void blender::gpu::Context::deactivate ( )
pure virtual

◆ debug_capture_begin()

virtual bool blender::gpu::Context::debug_capture_begin ( const char * title)
pure virtual

◆ debug_capture_end()

virtual void blender::gpu::Context::debug_capture_end ( )
pure virtual

◆ debug_capture_scope_begin()

virtual bool blender::gpu::Context::debug_capture_scope_begin ( void * scope)
pure virtual

◆ debug_capture_scope_create()

virtual void * blender::gpu::Context::debug_capture_scope_create ( const char * name)
pure virtual

◆ debug_capture_scope_end()

virtual void blender::gpu::Context::debug_capture_scope_end ( void * scope)
pure virtual

◆ debug_group_begin()

virtual void blender::gpu::Context::debug_group_begin ( const char * ,
int  )
inlinevirtual

◆ debug_group_end()

virtual void blender::gpu::Context::debug_group_end ( )
inlinevirtual

◆ debug_unbind_all_ssbo()

virtual void blender::gpu::Context::debug_unbind_all_ssbo ( )
pure virtual

◆ debug_unbind_all_ubo()

virtual void blender::gpu::Context::debug_unbind_all_ubo ( )
pure virtual

◆ end_frame()

virtual void blender::gpu::Context::end_frame ( )
pure virtual

◆ finish()

virtual void blender::gpu::Context::finish ( )
pure virtual

◆ flush()

virtual void blender::gpu::Context::flush ( )
pure virtual

◆ get()

Context * blender::gpu::Context::get ( )
static

Definition at line 92 of file gpu_context.cc.

References active_ctx.

Referenced by blender::gpu::GLTexture::check_feedback_loop(), blender::gpu::GLContext::get(), blender::gpu::MTLContext::get(), blender::gpu::VKContext::get(), GPU_apply_state(), GPU_backbuffer_bind(), GPU_batch_draw_advanced(), GPU_batch_draw_indirect(), GPU_batch_multi_draw_indirect(), GPU_bgl_end(), GPU_bgl_get(), GPU_bgl_start(), GPU_blend_get(), GPU_clear_color(), GPU_clear_depth(), GPU_color_mask(), GPU_context_active_get(), GPU_debug_capture_begin(), GPU_debug_capture_end(), GPU_debug_capture_scope_begin(), GPU_debug_capture_scope_create(), GPU_debug_capture_scope_end(), GPU_debug_get_groups_names(), GPU_debug_group_begin(), GPU_debug_group_end(), GPU_debug_group_match(), GPU_depth_mask(), GPU_depth_mask_get(), GPU_depth_range(), GPU_depth_test_get(), GPU_face_culling_get(), GPU_finish(), GPU_flush(), GPU_framebuffer_active_get(), GPU_framebuffer_back_get(), GPU_framebuffer_blit(), GPU_framebuffer_restore(), GPU_frontbuffer_read_color(), GPU_line_width_get(), GPU_matrix_dirty_get(), GPU_matrix_reset(), GPU_matrix_stack_level_get_model_view(), GPU_matrix_stack_level_get_projection(), gpu_matrix_state_active_set_dirty(), GPU_mem_stats_get(), GPU_memory_barrier(), GPU_offscreen_draw_to_screen(), gpu_offscreen_fb_get(), GPU_point_size(), GPU_program_point_size(), GPU_scissor(), GPU_scissor_get(), GPU_scissor_test(), GPU_shader_batch_create_from_infos(), GPU_shader_batch_finalize(), GPU_shader_batch_is_ready(), GPU_shader_batch_specializations(), GPU_shader_batch_specializations_is_ready(), GPU_shader_bind(), GPU_shader_create_from_info(), GPU_shader_get_bound(), GPU_shader_unbind(), GPU_state_set(), GPU_stencil_mask_get(), GPU_stencil_test_get(), GPU_stereo_quadbuffer_support(), GPU_storagebuf_debug_unbind_all(), GPU_texture_bind(), GPU_texture_bind_ex(), GPU_texture_image_bind(), GPU_texture_image_unbind(), GPU_texture_image_unbind_all(), GPU_texture_unbind(), GPU_texture_unbind_all(), GPU_uniformbuf_debug_unbind_all(), GPU_unpack_row_length_set(), GPU_viewport(), GPU_viewport_size_get_f(), GPU_viewport_size_get_i(), GPU_write_mask_get(), immActivate(), and blender::gpu::GLFrameBuffer::~GLFrameBuffer().

◆ is_active_on_thread()

bool blender::gpu::Context::is_active_on_thread ( )

Definition at line 87 of file gpu_context.cc.

References active_ctx, and thread_.

Referenced by blender::gpu::MTLContext::deactivate().

◆ memory_statistics_get()

virtual void blender::gpu::Context::memory_statistics_get ( int * r_total_mem,
int * r_free_mem )
pure virtual

Member Data Documentation

◆ active_fb

◆ back_left

FrameBuffer* blender::gpu::Context::back_left = nullptr

◆ back_right

FrameBuffer* blender::gpu::Context::back_right = nullptr

◆ compiler

◆ context_counter

int blender::gpu::Context::context_counter = 0
static

Definition at line 60 of file gpu_context_private.hh.

Referenced by Context().

◆ context_id

int blender::gpu::Context::context_id = 0

Definition at line 61 of file gpu_context_private.hh.

Referenced by Context().

◆ debug_is_capturing

bool blender::gpu::Context::debug_is_capturing = false

◆ debug_stack

DebugStack blender::gpu::Context::debug_stack

◆ front_left

◆ front_right

FrameBuffer* blender::gpu::Context::front_right = nullptr

◆ ghost_window_

void* blender::gpu::Context::ghost_window_
protected

◆ imm

◆ is_active_

◆ matrix_state

◆ printf_buf

GPUStorageBuf* blender::gpu::Context::printf_buf = nullptr

◆ shader

◆ state_manager

◆ thread_

pthread_t blender::gpu::Context::thread_
protected

Thread on which this context is active.

Definition at line 67 of file gpu_context_private.hh.

Referenced by blender::gpu::GLContext::activate(), blender::gpu::MTLContext::activate(), Context(), and is_active_on_thread().


The documentation for this class was generated from the following files: