Home
last modified time | relevance | path

Searched defs:stride (Results 951 - 975 of 1174) sorted by relevance

1...<<31323334353637383940>>...47

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderApiTestsEXT.cpp94 uint32_t stride; member
356 BufferWithMemoryPtr makeStridedBuffer(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, const std::vector<T>& elements, uint32_t offset, uint32_t stride, VkBufferUsageFlags usage, uint32_t endPadding) in makeStridedBuffer() argument
[all...]
H A DvktMeshShaderBuiltinTests.cpp305 const auto stride = static_cast<uint32_t>(sizeof(decltype(m_params.drawArgs)::value_type)); in iterate() local
H A DvktMeshShaderBuiltinTestsEXT.cpp414 const auto stride = static_cast<uint32_t>(sizeof(decltype(m_params.drawArgs)::value_type)); in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DState.cpp1915 bindVertexBuffer(const Context *context, GLuint bindingIndex, Buffer *boundBuffer, GLintptr offset, GLsizei stride) bindVertexBuffer() argument
H A DState.h479 setVertexAttribPointer(const Context *context, unsigned int attribNum, Buffer *boundBuffer, GLint size, VertexAttribType type, bool normalized, GLsizei stride, const void *pointer) setVertexAttribPointer() argument
493 setVertexAttribIPointer(const Context *context, unsigned int attribNum, Buffer *boundBuffer, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) setVertexAttribIPointer() argument
H A DContext_gles_1_0.cpp101 void Context::colorPointer(GLint size, VertexAttribType type, GLsizei stride, const void *ptr) in colorPointer() argument
106 type == VertexAttribType::UnsignedByte, stride, ptr); in colorPointer() local
420 void Context::normalPointer(VertexAttribType type, GLsizei stride, const void *ptr) in normalPointer() argument
422 vertexAttribPointer(vertexArrayIndex(ClientVertexArrayType::Normal), 3, type, GL_FALSE, stride, in normalPointer() local
528 void Context::texCoordPointer(GLint size, VertexAttribType type, GLsizei stride, const void *ptr) in texCoordPointer() argument
531 stride, ptr); in texCoordPointer() local
595 void Context::vertexPointer(GLint size, VertexAttribType type, GLsizei stride, const void *ptr) in vertexPointer() argument
598 stride, ptr); in vertexPointer() local
666 void Context::matrixIndexPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in matrixIndexPointer() argument
671 void Context::weightPointer(GLint size, GLenum type, GLsizei stride, cons argument
677 pointSizePointer(VertexAttribType type, GLsizei stride, const void *ptr) pointSizePointer() argument
680 stride, ptr); pointSizePointer() local
[all...]
H A DvalidationES31.cpp577 ValidateMultiDrawIndirectBase(const Context *context, angle::EntryPoint entryPoint, GLsizei drawcount, GLsizei stride) ValidateMultiDrawIndirectBase() argument
1278 ValidateBindVertexBuffer(const Context *context, angle::EntryPoint entryPoint, GLuint bindingIndex, BufferID buffer, GLintptr offset, GLsizei stride) ValidateBindVertexBuffer() argument
H A DvalidationES1.cpp80 ValidateBuiltinVertexAttributeCommon(const Context *context, angle::EntryPoint entryPoint, ClientVertexArrayType arrayType, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateBuiltinVertexAttributeCommon() argument
781 ValidateColorPointer(const Context *context, angle::EntryPoint entryPoint, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateColorPointer() argument
1271 ValidateNormalPointer(const Context *context, angle::EntryPoint entryPoint, VertexAttribType type, GLsizei stride, const void *pointer) ValidateNormalPointer() argument
1480 ValidateTexCoordPointer(const Context *context, angle::EntryPoint entryPoint, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateTexCoordPointer() argument
1623 ValidateVertexPointer(const Context *context, angle::EntryPoint entryPoint, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateVertexPointer() argument
1724 ValidateMatrixIndexPointerOES(const Context *context, angle::EntryPoint entryPoint, GLint size, GLenum type, GLsizei stride, const void *pointer) ValidateMatrixIndexPointerOES() argument
1735 ValidateWeightPointerOES(const Context *context, angle::EntryPoint entryPoint, GLint size, GLenum type, GLsizei stride, const void *pointer) ValidateWeightPointerOES() argument
1746 ValidatePointSizePointerOES(const Context *context, angle::EntryPoint entryPoint, VertexAttribType type, GLsizei stride, const void *pointer) ValidatePointSizePointerOES() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_2_0_autogen.cpp3156 CaptureVertexAttribPointer(const State &glState, bool isCallValid, GLuint index, GLint size, VertexAttribType typePacked, GLboolean normalized, GLsizei stride, const void *pointer) CaptureVertexAttribPointer() argument
H A Dcapture_gles_3_0_autogen.cpp2698 CaptureVertexAttribIPointer(const State &glState, bool isCallValid, GLuint index, GLint size, VertexAttribType typePacked, GLsizei stride, const void *pointer) CaptureVertexAttribIPointer() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DBlit11.cpp855 UINT stride = 0; in swizzleTexture() local
982 UINT stride = 0; in copyTexture() local
1086 UINT stride = 0; in copyDepth() local
H A DContext11.cpp577 multiDrawArraysIndirect(const gl::Context *context, gl::PrimitiveMode mode, const void *indirect, GLsizei drawcount, GLsizei stride) multiDrawArraysIndirect() argument
629 multiDrawElementsIndirect(const gl::Context *context, gl::PrimitiveMode mode, gl::DrawElementsType type, const void *indirect, GLsizei drawcount, GLsizei stride) multiDrawElementsIndirect() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DBuildSPIRV.cpp910 const uint32_t stride = GetArrayStrideInBlock(var, isStd140); in declareType() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DStateManagerGL.h131 GLuint stride = 16; member
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp2236 static const GLsizei stride = 4; in iterate() local
3230 static const GLsizei stride = 4; in iterate() local
H A Dgl3cCullDistanceTests.cpp2125 const glw::GLint stride = static_cast<glw::GLint>(n_pervertex_float_attributes * sizeof(glw::GLfloat)); in configureVAO() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderRenderCase.cpp279 int stride = gridSize + 1; in QuadGrid() local
713 int stride = gridSize + 1; in computeVertexReference() local
[all...]
H A DglcUniformBlockCase.cpp460 int stride = getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize)); in computeStd140Layout() local
487 int stride = getDataTypeArrayStride(elemBasicType); in computeStd140Layout() local
510 int stride = getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize)); in computeStd140Layout() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Drenderer_utils.cpp1062 MultiDrawArraysIndirectGeneral(ContextImpl *contextImpl, const gl::Context *context, gl::PrimitiveMode mode, const void *indirect, GLsizei drawcount, GLsizei stride) MultiDrawArraysIndirectGeneral() argument
1132 MultiDrawElementsIndirectGeneral(ContextImpl *contextImpl, const gl::Context *context, gl::PrimitiveMode mode, gl::DrawElementsType type, const void *indirect, GLsizei drawcount, GLsizei stride) MultiDrawElementsIndirectGeneral() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h1028 drawIndexedIndirect(const Buffer &buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) drawIndexedIndirect() argument
1037 drawIndirect(const Buffer &buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) drawIndirect() argument
1751 getResults(VkDevice device, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void *data, VkDeviceSize stride, VkQueryResultFlags flags) const getResults() argument
H A DContextVk.h1259 onVertexAttributeChange(size_t attribIndex, GLuint stride, GLuint divisor, angle::FormatID format, bool compressed, GLuint relativeOffset, const vk::BufferHelper *vertexBuffer) onVertexAttributeChange() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVertexAttributeTest.cpp1997 void drawArraysWithStrideAndRelativeOffset(GLint stride, GLuint relativeOffset) in drawArraysWithStrideAndRelativeOffset() argument
2676 GLsizei stride; global() member
2810 GLsizei stride = TypeStride(data.type) * baseStride; TEST_P() local
2858 GLsizei stride = TypeStride(data.type) * baseStride; TEST_P() local
3244 uint32_t stride = sizeof(Vertex); TEST_P() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp3806 GL_VertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) GL_VertexAttribPointer() argument
H A Dentry_points_gles_3_0_autogen.cpp2998 GL_VertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) in GL_VertexAttribIPointer() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/
H A DlibGLESv1_CM.cpp288 void GL_APIENTRY glColorPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in glColorPointer() argument
604 void GL_APIENTRY glNormalPointer(GLenum type, GLsizei stride, const void *pointer) in glNormalPointer() argument
705 void GL_APIENTRY glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in glTexCoordPointer() argument
782 void GL_APIENTRY glVertexPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in glVertexPointer() argument
844 glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const void *pointer) glMatrixIndexPointerOES() argument
852 glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const void *pointer) glWeightPointerOES() argument
858 glPointSizePointerOES(GLenum type, GLsizei stride, const void *pointer) glPointSizePointerOES() argument
[all...]

Completed in 81 milliseconds

1...<<31323334353637383940>>...47