/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsVertexArrayTests.cpp | 398 , m_stride (0) in ContextArray() 477 m_stride = stride; in bind() 506 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset)); in glBind() 512 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, (GLvoid*)((GLintptr)m_offset)); in glBind() 523 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset)); in glBind() 541 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset); in glBind() 547 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, m_data + m_offset); in glBind() 558 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset); in glBind()
|
H A D | glsVertexArrayTests.hpp | 187 virtual int getStride (void) const { return m_stride; } in getStride() 212 int m_stride; member in deqp::gls::ContextArray
|
H A D | glsDrawTest.cpp | 927 int getStride (void) const { return m_stride; } in getStride() 944 int m_stride; member in deqp::gls::__anon30985::AttributeArray 964 , m_stride (0) in AttributeArray() 1022 m_stride = stride; in setupArray() 1099 m_ctx.vertexAttribPointer(loc, size, inputTypeToGL(m_inputType), m_normalize, m_stride, basePtr + m_offset); in bindAttribute() 1105 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, basePtr + m_offset); in bindAttribute() 1116 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, basePtr + m_offset); in bindAttribute()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultiExtTests.cpp | 233 deUint32 m_stride; // Desired stride. Must be zero or at least as big as the needed VkMultiDraw*InfoExt. member in vkt::Draw::__anon27920::DrawInfoPacker 273 , m_stride (stride) in DrawInfoPacker() 316 return m_stride; in stride()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawMultiExtTests.cpp | 233 deUint32 m_stride; // Desired stride. Must be zero or at least as big as the needed VkMultiDraw*InfoExt. member in vkt::Draw::__anon29161::DrawInfoPacker 273 , m_stride (stride) in DrawInfoPacker() 316 return m_stride; in stride()
|
/third_party/elfutils/libelf/ |
H A D | abstract.h | 275 TYPE_NAME (ElfW2(Bits, Ext##Half), m_stride) \
|
H A D | elf.h | 1407 Elf32_Half m_stride; /* Stride info. */ member 1416 Elf64_Half m_stride; /* Stride info. */ member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 1105 Elf32_Half m_stride; member 1113 Elf64_Half m_stride; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 1096 Elf32_Half m_stride; member 1104 Elf64_Half m_stride; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 1096 Elf32_Half m_stride; member 1104 Elf64_Half m_stride; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 1096 Elf32_Half m_stride; member 1104 Elf64_Half m_stride; member
|
/third_party/musl/include/ |
H A D | elf.h | 1132 Elf32_Half m_stride; member 1140 Elf64_Half m_stride; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 4804 : m_stride(stride) 4818 const deUint32 m_stride; 4850 m_stride, 4882 vkd.cmdDraw(commandBuffer, (deUint32)(context.getBufferSize() / m_stride), 1, 0, 0); 4887 for (size_t pos = 0; pos < (size_t)m_bufferSize / m_stride; pos++) 4889 const deUint8 x = context.getReference().get(pos * m_stride); 4890 const deUint8 y = context.getReference().get((pos * m_stride) + 1);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 4804 : m_stride(stride) 4818 const deUint32 m_stride; 4850 m_stride, 4882 vkd.cmdDraw(commandBuffer, (deUint32)(context.getBufferSize() / m_stride), 1, 0, 0); 4887 for (size_t pos = 0; pos < (size_t)m_bufferSize / m_stride; pos++) 4889 const deUint8 x = context.getReference().get(pos * m_stride); 4890 const deUint8 y = context.getReference().get((pos * m_stride) + 1);
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.hpp | 3498 static const glw::GLuint m_stride; member in gl4cts::EnhancedLayouts::XFBStrideOfEmptyListTest 3561 static const glw::GLuint m_stride; member in gl4cts::EnhancedLayouts::XFBStrideOfEmptyListAndAPITest
|
H A D | gl4cEnhancedLayoutsTests.cpp | 20582 const GLuint XFBStrideOfEmptyListTest::m_stride = 64; in test() member in gl4cts::EnhancedLayouts::XFBStrideOfEmptyListTest 20707 xfb_1.m_initial_data.resize(m_stride); in test() 20708 xfb_1.m_expected_data.resize(m_stride); in test() 20710 for (GLuint i = 0; i < m_stride; ++i) in test() 20740 xfb_1.m_initial_data.resize(m_stride); in test() 20874 const GLuint XFBStrideOfEmptyListAndAPITest::m_stride = 64; in test() member in gl4cts::EnhancedLayouts::XFBStrideOfEmptyListAndAPITest 20995 xfb_0.m_initial_data.resize(m_stride); in test() 20996 xfb_0.m_expected_data.resize(m_stride); in test() 20998 for (GLuint i = 0; i < m_stride; ++i) in test()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 532 , m_stride( stride ) in m_stride() function in VULKAN_HPP_NAMESPACE::StridedArrayProxy 541 return reinterpret_cast<T const *>( static_cast<uint8_t const *>( begin() ) + size() * m_stride ); 549 return *reinterpret_cast<T const *>( static_cast<uint8_t const *>( begin() ) + ( size() - 1 ) * m_stride ); 558 return m_stride; in stride() 562 uint32_t m_stride = sizeof( T ); member in VULKAN_HPP_NAMESPACE::StridedArrayProxy
|