Home
last modified time | relevance | path

Searched refs:GetStride (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/test/
Dav1_highbd_iht_test.cc85 int GetStride() const { in GetStride() function in __anona0e96d530111::AV1HighbdInvHTNxN
116 const int stride = GetStride(); in RunBitexactCheck()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dpooling_ops.cc99 xla::StatusOr<std::vector<int64>> GetStride(XlaOpKernelContext* ctx) { in GetStride() function in tensorflow::__anon05e5a9280111::PoolingOp
166 auto stride_or_error = GetStride(ctx); in Compile()
219 auto stride_or_error = GetStride(ctx); in Compile()
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp3794 GLuint Variable::GetStride() const in GetStride() function in gl4cts::EnhancedLayouts::Utils::Variable
6812 variable.GetStride(), (GLvoid*)(intptr_t)(slot_offsets[base_slot] + variable_offset)); in test()
6822 variable.m_descriptor.m_normalized, variable.GetStride(), in test()
6942 GLint variable_stride = variable.GetStride(); in test()
7090 GLint variable_stride = variable.GetStride(); in test()
Dgl4cEnhancedLayoutsTests.hpp485 glw::GLuint GetStride() const;