Home
last modified time | relevance | path

Searched refs:normalMatrices (Results 1 – 13 of 13) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL2/
H A DvtkOpenGLGlyph3DHelper.cxx290 std::vector<float> &normalMatrices, std::vector<vtkIdType> &pickIds, in GlyphRender() argument
307 colors, matrices, normalMatrices, pointMTime); in GlyphRender()
339 program->SetUniformMatrix3x3("glyphNormalMatrix", &(normalMatrices[inPtId*9])); in GlyphRender()
440 std::vector<float> &normalMatrices, in GlyphRenderInstances() argument
467 this->NormalMatrixBuffer.Upload(normalMatrices, vtkgl::BufferObject::ArrayBuffer); in GlyphRenderInstances()
H A DvtkOpenGLGlyph3DHelper.h58 std::vector<float> &normalMatrices, std::vector<vtkIdType> &pickIds,
69 std::vector<float> &normalMatrices,
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkOpenGLGlyph3DHelper.h46 std::vector<float>& normalMatrices, std::vector<vtkIdType>& pickIds, vtkMTimeType pointMTime,
67 std::vector<float>& normalMatrices, vtkMTimeType pointMTime, bool culling);
H A DvtkOpenGLGlyph3DHelper.cxx258 std::vector<float>& normalMatrices, std::vector<vtkIdType>& pickIds, vtkMTimeType pointMTime, in GlyphRender() argument
284 ren, actor, numPts, colors, matrices, normalMatrices, pointMTime, culling); in GlyphRender()
333 program->SetUniformMatrix3x3("glyphNormalMatrix", &(normalMatrices[inPtId * 9])); in GlyphRender()
374 std::vector<float>& normalMatrices, vtkMTimeType pointMTime, bool culling) in GlyphRenderInstances() argument
389 this->NormalMatrixBuffer->Upload(normalMatrices, vtkOpenGLBufferObject::ArrayBuffer); in GlyphRenderInstances()
H A DvtkOpenGLGlyph3DMapper.cxx933 float* normalMatrices = &entry->NormalMatrices[entry->NumberOfPoints * 9]; in RebuildStructures() local
947 normalMatrices[i * 3 + j] = normalTrans[i * 3 + j]; in RebuildStructures()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkOpenGLGlyph3DHelper.h46 std::vector<float> &normalMatrices, std::vector<vtkIdType> &pickIds,
67 std::vector<float> &normalMatrices,
H A DvtkOpenGLGlyph3DHelper.cxx274 std::vector<float> &normalMatrices, in GlyphRender() argument
302 matrices, normalMatrices, pointMTime, culling); in GlyphRender()
351 program->SetUniformMatrix3x3("glyphNormalMatrix", &(normalMatrices[inPtId*9])); in GlyphRender()
396 std::vector<float> &normalMatrices, in GlyphRenderInstances() argument
413 normalMatrices, vtkOpenGLBufferObject::ArrayBuffer); in GlyphRenderInstances()
H A DvtkOpenGLGlyph3DMapper.cxx952 float* normalMatrices = &entry->NormalMatrices[entry->NumberOfPoints*9]; in RebuildStructures() local
966 normalMatrices[i*3+j] = normalTrans[i*3+j]; in RebuildStructures()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DXFMemory.h260 float normalMatrices[96]; // 0x0400 - 0x045f member
H A DVertexShaderManager.cpp156 memcpy(constants.normalmatrices[i].data(), &xfmem.normalMatrices[3 * i], 12); in SetConstants()
242 &xfmem.normalMatrices[3 * (g_main_cp_state.matrix_index_a.PosNormalMtxIdx & 31)]; in SetConstants()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/mutect/
H A DSomaticGenotypingEngine.java128 …final List<LikelihoodMatrix<Fragment, Allele>> normalMatrices = IntStream.range(0, logLikelihoods.… in callMutations() local
132 …oodMatrix<Fragment, Allele> logNormalMatrix = combinedLikelihoodMatrix(normalMatrices, alleleList); in callMutations()
/dports/math/gap/gap-4.11.0/lib/
H A Donecohom.gi276 if not IsBound(ocr.normalMatrices) then
277 ocr.normalMatrices:=LinearOperationLayer(ocr.normalGenerators,
279 # List(ocr.normalMatrices,IsMatrix);
870 mat:=mat - ocr.normalMatrices[r.conjugated[2]];
1005 mat:=mat - ocr.normalMatrices[r.conjugated[2]];
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/Software/
H A DTransformUnit.cpp96 const float* mat = &xfmem.normalMatrices[(src->posMtx & 31) * 3]; in TransformNormal()