Home
last modified time | relevance | path

Searched defs:indSize (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_base_instance/
H A Dbaseinstance-doesnt-affect-gl-instance-id.c85 static GLsizei indSize = sizeof(indices); variable
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.2/
H A Dgl-coord-replace-doesnt-eliminate-frag-tex-coords.c67 static GLsizei indSize = sizeof(indices); variable
/dports/databases/soci/soci-4.0.1/src/backends/db2/
H A Dvector-into-type.cpp245 std::size_t const indSize = statement_.get_number_of_rows(); in post_fetch() local
264 std::size_t const indSize = statement_.get_number_of_rows(); in post_fetch() local
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/glsl-1.50/execution/geometry/
H A Dgs-emits-too-few-verts.c86 static GLsizei indSize = sizeof(indices); variable
H A Dgs-mismatch-prim-type.c101 static GLsizei indSize = sizeof(indices); variable
H A Dgeometry-end-primitive-optional-with-points-out.c87 static GLsizei indSize = sizeof(indices); variable
/dports/databases/soci/soci-4.0.1/src/backends/odbc/
H A Dvector-into-type.cpp322 std::size_t const indSize = statement_.get_number_of_rows(); in post_fetch() local
342 std::size_t const indSize = statement_.get_number_of_rows(); in post_fetch() local
/dports/databases/soci/soci-4.0.1/src/backends/oracle/
H A Dvector-into-type.cpp284 std::size_t const indSize = statement_.get_number_of_rows(); in post_fetch() local
303 std::size_t const indSize = indOCIHolderVec_.size(); in post_fetch() local
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_provoking_vertex/
H A Dxfb-before-flatshading.c92 static GLsizei indSize = sizeof(indices); variable
/dports/misc/visp/visp-3.4.0/modules/robot/src/wireframe-simulator/
H A DvpScene.cpp252 std::list<int> indSize; in ifsToBound() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp470 auto indSize = op.indices().size(); in verify() local
490 auto indSize = op.indices().size(); in verify() local
508 auto indSize = op.indices().size(); in verify() local
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DDefUtils.F906209 SUBROUTINE getBoundaryIndexes( Mesh, Element, Parent, Indexes, indSize ) argument
6234 INTEGER :: indSize, Indexes(:) local
6316 SUBROUTINE getBoundaryIndexesGL( Mesh, Element, BElement, lIndexes, gIndexes, indSize ) argument
6345 INTEGER :: indSize, lIndexes(:), gIndexes(:) local
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/
H A Dbrisk.cpp464 unsigned int indSize = (unsigned int)indexChange.size(); in generateKernel() local