Home
last modified time | relevance | path

Searched defs:blockB (Results 1 – 12 of 12) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutTests.cpp206 InterfaceBlock &blockB = m_interface.allocBlock("BlockB"); in BlockMultiBasicTypesCase() local
246 InterfaceBlock &blockB = m_interface.allocBlock("BlockB"); in BlockMultiNestedStructCase() local
287 InterfaceBlock &blockB = m_interface.allocBlock("BlockB"); in BlockVariousBuffersCase() local
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp233 UniformBlock &blockB = m_interface.allocBlock("BlockB"); in BlockMultiBasicTypesCase() local
273 UniformBlock &blockB = m_interface.allocBlock("BlockB"); in BlockMultiNestedStructCase() local
333 UniformBlock &blockB = m_interface.allocBlock("TestBlock"); in LinkByBindingCase() local
/external/eigen/Eigen/src/Core/arch/AltiVec/
DMatrixProductMMA.h282 void gemmMMA(const DataMapper& res, const Scalar* blockA, const Scalar* blockB, Index rows, Index d… in gemmMMA()
554 const Scalar* blockB = (Scalar *) blockBc; in gemm_complexMMA() local
/external/deqp/modules/gles3/functional/
Des3fUniformBlockTests.cpp319 UniformBlock &blockB = m_interface.allocBlock("BlockB"); in init() local
372 UniformBlock &blockB = m_interface.allocBlock("BlockB"); in init() local
Des3fShaderMatrixTests.cpp1046 const tcu::Matrix<float, 2, 1> blockB = (zeroMat - invA) * matB * schurComplement; in inverse() local
1080 const tcu::Matrix<float, 2, 2> blockB = (zeroMat - invA) * matB * schurComplement; in inverse() local
/external/deqp/framework/common/
DtcuMatrix.hpp271 const Matrix<T, 2, 1> blockB = (zeroMat - invA) * matB * schurComplement; in doInverse() local
304 const Matrix<T, 2, 2> blockB = (zeroMat - invA) * matB * schurComplement; in doInverse() local
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockTests.cpp505 UniformBlock &blockB = m_interface.allocBlock("BlockB"); in init() local
558 UniformBlock &blockB = m_interface.allocBlock("BlockB"); in init() local
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutTests.cpp689 BufferBlock &blockB = m_interface.allocBlock("BlockB"); in init() local
742 BufferBlock &blockB = m_interface.allocBlock("BlockB"); in init() local
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp791 BufferBlock &blockB = m_interface.allocBlock("BlockB"); in BlockMultiBasicTypesCase() local
842 BufferBlock &blockB = m_interface.allocBlock("BlockB"); in BlockMultiNestedStructCase() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1040 const tcu::Matrix<float, 2, 1> blockB = (zeroMat - invA) * matB * schurComplement; in inverse() local
1074 const tcu::Matrix<float, 2, 2> blockB = (zeroMat - invA) * matB * schurComplement; in inverse() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp5379 ExprP<Vec2> blockB = bindExpression("blockB", ctx, (invA * matB) * -schur); in doExpand() local
5407 ExprP<Mat2> blockB = bindExpression("blockB", ctx, (-invA) * matB * schur); in doExpand() local
5465 ExprP<Vec2_16Bit> blockB = bindExpression("blockB", ctx, (invA * matB) * -schur); in doExpand() local
5496 ExprP<Mat2_16b> blockB = bindExpression("blockB", ctx, (-invA) * matB * schur); in doExpand() local
5553 ExprP<Vec2_64Bit> blockB = bindExpression("blockB", ctx, (invA * matB) * -schur); in doExpand() local
5584 ExprP<Matrix2d> blockB = bindExpression("blockB", ctx, (-invA) * matB * schur); in doExpand() local
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp4101 ExprP<Vec2> blockB = bindExpression("blockB", ctx, (invA * matB) * -schur); in doExpand() local
4129 ExprP<Mat2> blockB = bindExpression("blockB", ctx, (-invA) * matB * schur); in doExpand() local