Home
last modified time | relevance | path

Searched defs:colNdx (Results 1 – 25 of 39) sorted by relevance

12

/third_party/vk-gl-cts/framework/common/
DtcuMatrix.hpp392 void Matrix<T, Rows, Cols>::setColumn (int colNdx, const Vector<T, Rows>& vec) in setColumn()
407 Vector<T, Rows>& Matrix<T, Rows, Cols>::getColumn (int colNdx) in getColumn()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp1224 for (int colNdx = 0; colNdx < numCols; colNdx++) in generateValueSrc() local
1277 for (int colNdx = 0; colNdx < columnCount; colNdx++) in writeMatrixTypeSrc() local
1315 for (int colNdx = 0; colNdx < columnCount; colNdx++) in writeMatrixTypeSrc() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp1224 for (int colNdx = 0; colNdx < numCols; colNdx++) in generateValueSrc() local
1277 for (int colNdx = 0; colNdx < columnCount; colNdx++) in writeMatrixTypeSrc() local
1315 for (int colNdx = 0; colNdx < columnCount; colNdx++) in writeMatrixTypeSrc() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderLibraryCase.cpp1039 for (int colNdx = 0; colNdx < numCols; colNdx++) in dumpValues() local
DglcUniformBlockCase.cpp876 for (int colNdx = 0; colNdx < numCols; colNdx++) in generateValueSrc() local
1234 for (int colNdx = 0; colNdx < numCols; colNdx++) in copyUniformData() local
DglcShaderRenderCase.cpp652 for (int colNdx = 0; colNdx < numCols; colNdx++) in getDefaultVertexArrays() local
/third_party/vk-gl-cts/modules/gles2/scripts/
Dgenutil.py610 def get (self, colNdx, rowNdx): argument
615 def set (self, colNdx, rowNdx, scalar): argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1025 for (int colNdx = 0; colNdx < numCols; colNdx++) in generateImmMatrixSrc() local
1539 for (int colNdx = 0; colNdx < numCols; colNdx++) in copyBufferVarData() local
1751 for (int colNdx = 0; colNdx < numCols; colNdx++) in compareBufferVarData() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1025 for (int colNdx = 0; colNdx < numCols; colNdx++) in generateImmMatrixSrc() local
1539 for (int colNdx = 0; colNdx < numCols; colNdx++) in copyBufferVarData() local
1751 for (int colNdx = 0; colNdx < numCols; colNdx++) in compareBufferVarData() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp976 for (deUint32 colNdx = 0; colNdx < m_renderSize.x(); colNdx++) in validateDepthBuffer() local
1373 for (deInt32 colNdx = 0; colNdx < (deInt32)m_renderSize.x(); colNdx++) in validateSampleLocations() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp976 for (deUint32 colNdx = 0; colNdx < m_renderSize.x(); colNdx++) in validateDepthBuffer() local
1373 for (deInt32 colNdx = 0; colNdx < (deInt32)m_renderSize.x(); colNdx++) in validateSampleLocations() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp985 for (int colNdx = 0; colNdx < numCols; colNdx++) in generateImmMatrixSrc() local
1518 for (int colNdx = 0; colNdx < numCols; colNdx++) in copyBufferVarData() local
1729 for (int colNdx = 0; colNdx < numCols; colNdx++) in compareBufferVarData() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
DvktComputeCooperativeMatrixTests.cpp1319 for (int colNdx = 0; colNdx < DE_LENGTH_OF_ARRAY(colCases); colNdx++) in createCooperativeMatrixTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeCooperativeMatrixTests.cpp1319 for (int colNdx = 0; colNdx < DE_LENGTH_OF_ARRAY(colCases); colNdx++) in createCooperativeMatrixTests() local
/third_party/vk-gl-cts/modules/gles3/scripts/
Dgenutil.py757 def get (self, colNdx, rowNdx): argument
762 def set (self, colNdx, rowNdx, scalar): argument
/third_party/vk-gl-cts/modules/gles31/scripts/
Dgenutil.py759 def get (self, colNdx, rowNdx): argument
764 def set (self, colNdx, rowNdx, scalar): argument
/third_party/vk-gl-cts/modules/glshared/
DglsUniformBlockCase.cpp964 for (int colNdx = 0; colNdx < numCols; colNdx++) in generateValueSrc() local
1291 for (int colNdx = 0; colNdx < numCols; colNdx++) in copyUniformData() local
DglsShaderRenderCase.cpp585 for (int colNdx = 0; colNdx < numCols; colNdx++) in getDefaultVertexArrays() local
DglsShaderExecUtil.cpp617 for (int colNdx = 0; colNdx < numCols; ++colNdx) in execute() local
/third_party/vk-gl-cts/framework/opengl/
DgluShaderLibrary.cpp1686 for (int colNdx = 0; colNdx < numCols; colNdx++) in dumpValue() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp16755 for (size_t colNdx = 0; colNdx < cols; ++colNdx) in getComponentMatrixValidityMask() local
16795 for (size_t colNdx = 0; colNdx < cols; ++colNdx) in calc() local
16837 for (size_t colNdx = 0; colNdx < cols; ++colNdx) in calc() local
16888 for (size_t colNdx = 0; colNdx < cols; ++colNdx) in calc() local
16911 for (size_t colNdx = 0; colNdx < cols; ++colNdx) in calc() local
16981 for (size_t colNdx = 0; colNdx < cols; ++colNdx) in calc() local
17004 for (size_t colNdx = 0; colNdx < cols; ++colNdx) in calc() local
17073 for (size_t colNdx = 0; colNdx < colsR; ++colNdx) in calc() local
17101 for (size_t colNdx = 0; colNdx < colsR; ++colNdx) in calc() local
17164 for (size_t colNdx = 0; colNdx < cols; ++colNdx) in calc() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp16755 for (size_t colNdx = 0; colNdx < cols; ++colNdx) in getComponentMatrixValidityMask() local
16795 for (size_t colNdx = 0; colNdx < cols; ++colNdx) in calc() local
16837 for (size_t colNdx = 0; colNdx < cols; ++colNdx) in calc() local
16888 for (size_t colNdx = 0; colNdx < cols; ++colNdx) in calc() local
16911 for (size_t colNdx = 0; colNdx < cols; ++colNdx) in calc() local
16981 for (size_t colNdx = 0; colNdx < cols; ++colNdx) in calc() local
17004 for (size_t colNdx = 0; colNdx < cols; ++colNdx) in calc() local
17073 for (size_t colNdx = 0; colNdx < colsR; ++colNdx) in calc() local
17101 for (size_t colNdx = 0; colNdx < colsR; ++colNdx) in calc() local
17164 for (size_t colNdx = 0; colNdx < cols; ++colNdx) in calc() local
[all …]
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderMatrixTests.cpp723 for (int colNdx = 0; colNdx < Cols; colNdx++) in writeMatrixConstructor() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1329 for (int colNdx = 0; colNdx < Cols; colNdx++) in writeMatrixConstructor() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
DvktRasterizationTests.cpp2785 for (int colNdx = 0; colNdx < 4; ++colNdx) in generateDegenerateTriangles() local
3049 for (int colNdx = 0; colNdx < 4; ++colNdx) in compareAndVerifyOverestimatedDegenerate() local
3613 for (size_t colNdx = 0; colNdx < 3 * 3; ++colNdx) in generateDegenerateLines() local

12