|
Blender V4.3
|
#include <mtl_shader.hh>
Public Member Functions | |
| void | set_compute_workgroup_size (int workgroup_size_x, int workgroup_size_y, int workgroup_size_z) |
Public Attributes | |
| int | threadgroup_x_len = 1 |
| int | threadgroup_y_len = 1 |
| int | threadgroup_z_len = 1 |
Definition at line 104 of file mtl_shader.hh.
|
inline |
Definition at line 111 of file mtl_shader.hh.
| int blender::gpu::MTLComputePipelineStateCommon::threadgroup_x_len = 1 |
Definition at line 107 of file mtl_shader.hh.
Referenced by blender::gpu::MTLShader::bake_compute_pipeline_state(), blender::gpu::MTLContext::compute_dispatch(), and blender::gpu::MTLContext::compute_dispatch_indirect().
| int blender::gpu::MTLComputePipelineStateCommon::threadgroup_y_len = 1 |
Definition at line 108 of file mtl_shader.hh.
Referenced by blender::gpu::MTLShader::bake_compute_pipeline_state(), blender::gpu::MTLContext::compute_dispatch(), and blender::gpu::MTLContext::compute_dispatch_indirect().
| int blender::gpu::MTLComputePipelineStateCommon::threadgroup_z_len = 1 |
Definition at line 109 of file mtl_shader.hh.
Referenced by blender::gpu::MTLShader::bake_compute_pipeline_state(), blender::gpu::MTLContext::compute_dispatch(), and blender::gpu::MTLContext::compute_dispatch_indirect().