Home
last modified time | relevance | path

Searched refs:LUT3D_EDGE_SIZE (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/IOSupport/
H A DGenericOCIOOpenGL.cpp56 static const int LUT3D_EDGE_SIZE = 32; variable
158 int num3Dentries = 3 * LUT3D_EDGE_SIZE * LUT3D_EDGE_SIZE * LUT3D_EDGE_SIZE; in allocateLut3D()
171 LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, in allocateLut3D()
191 shaderDesc.setLut3DEdgeLen(LUT3D_EDGE_SIZE); in applyGL()
240 LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, in applyGL()
/dports/graphics/blender/blender-2.91.0/intern/opencolorio/
H A Docio_impl_glsl.cc56 static const int LUT3D_EDGE_SIZE = 64; variable
57 static const int LUT3D_TEXTURE_SIZE = sizeof(float) * 3 * LUT3D_EDGE_SIZE * LUT3D_EDGE_SIZE *
58 LUT3D_EDGE_SIZE;
264 int extent[3] = {LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE}; in updateGLSLLut3d()
285 int extent[3] = {LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE}; in ensureGLSLLut3d()
503 shaderDesc.setLut3DEdgeLen(LUT3D_EDGE_SIZE); in setupGLSLDraw()
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/apps/ociodisplay/
H A Dmain.cpp79 const int LUT3D_EDGE_SIZE = 32; variable
230 int num3Dentries = 3*LUT3D_EDGE_SIZE*LUT3D_EDGE_SIZE*LUT3D_EDGE_SIZE; in AllocateLut3D()
243 LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, in AllocateLut3D()
573 shaderDesc.setLut3DEdgeLen(LUT3D_EDGE_SIZE); in UpdateOCIOGLState()
587 LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, in UpdateOCIOGLState()
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/apps/ociodisplay/
H A Dmain.cpp79 const int LUT3D_EDGE_SIZE = 32; variable
230 int num3Dentries = 3*LUT3D_EDGE_SIZE*LUT3D_EDGE_SIZE*LUT3D_EDGE_SIZE; in AllocateLut3D()
243 LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, in AllocateLut3D()
573 shaderDesc.setLut3DEdgeLen(LUT3D_EDGE_SIZE); in UpdateOCIOGLState()
587 LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, in UpdateOCIOGLState()
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/apps/ociodisplay/
H A Dmain.cpp79 const int LUT3D_EDGE_SIZE = 32; variable
230 int num3Dentries = 3*LUT3D_EDGE_SIZE*LUT3D_EDGE_SIZE*LUT3D_EDGE_SIZE; in AllocateLut3D()
243 LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, in AllocateLut3D()
573 shaderDesc.setLut3DEdgeLen(LUT3D_EDGE_SIZE); in UpdateOCIOGLState()
587 LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, in UpdateOCIOGLState()
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/aftereffects/
H A DOpenColorIO_AE_Context.cpp52 static const int LUT3D_EDGE_SIZE = 32; variable
817 int num3Dentries = 3*LUT3D_EDGE_SIZE*LUT3D_EDGE_SIZE*LUT3D_EDGE_SIZE; in InitOCIOGL()
829 LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, in InitOCIOGL()
916 shaderDesc.setLut3DEdgeLen(LUT3D_EDGE_SIZE); in UpdateOCIOGLState()
990 LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, in ProcessWorldGL()
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/aftereffects/
H A DOpenColorIO_AE_Context.cpp52 static const int LUT3D_EDGE_SIZE = 32; variable
817 int num3Dentries = 3*LUT3D_EDGE_SIZE*LUT3D_EDGE_SIZE*LUT3D_EDGE_SIZE; in InitOCIOGL()
829 LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, in InitOCIOGL()
916 shaderDesc.setLut3DEdgeLen(LUT3D_EDGE_SIZE); in UpdateOCIOGLState()
990 LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, in ProcessWorldGL()
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/aftereffects/
H A DOpenColorIO_AE_Context.cpp52 static const int LUT3D_EDGE_SIZE = 32; variable
817 int num3Dentries = 3*LUT3D_EDGE_SIZE*LUT3D_EDGE_SIZE*LUT3D_EDGE_SIZE; in InitOCIOGL()
829 LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, in InitOCIOGL()
916 shaderDesc.setLut3DEdgeLen(LUT3D_EDGE_SIZE); in UpdateOCIOGLState()
990 LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, in ProcessWorldGL()
/dports/graphics/opencolorio/OpenColorIO-1.1.1/docs/developers/
H A Dusage_examples.rst334 const int LUT3D_EDGE_SIZE = 32;
335 shaderDesc.setLut3DEdgeLen(LUT3D_EDGE_SIZE);
345 int num3Dentries = 3*LUT3D_EDGE_SIZE*LUT3D_EDGE_SIZE*LUT3D_EDGE_SIZE;
354 LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE,
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/docs/developers/
H A Dusage_examples.rst334 const int LUT3D_EDGE_SIZE = 32;
335 shaderDesc.setLut3DEdgeLen(LUT3D_EDGE_SIZE);
345 int num3Dentries = 3*LUT3D_EDGE_SIZE*LUT3D_EDGE_SIZE*LUT3D_EDGE_SIZE;
354 LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE,
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/docs/developers/
H A Dusage_examples.rst334 const int LUT3D_EDGE_SIZE = 32;
335 shaderDesc.setLut3DEdgeLen(LUT3D_EDGE_SIZE);
345 int num3Dentries = 3*LUT3D_EDGE_SIZE*LUT3D_EDGE_SIZE*LUT3D_EDGE_SIZE;
354 LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE, LUT3D_EDGE_SIZE,
/dports/multimedia/olive/olive-0.1.2/rendering/
H A Drenderthread.h37 const int LUT3D_EDGE_SIZE = 32; variable