Home
last modified time | relevance | path

Searched refs:strides (Results 126 - 131 of 131) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglext.h2584 typedef void (APIENTRYP PFNGLBINDVERTEXBUFFERSPROC) (GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides);
2594 GLAPI void APIENTRY glBindVertexBuffers (GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides);
2704 typedef void (APIENTRYP PFNGLVERTEXARRAYVERTEXBUFFERSPROC) (GLuint vaobj, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides);
2827 GLAPI void APIENTRY glVertexArrayVertexBuffers (GLuint vaobj, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglext.h2584 typedef void (APIENTRYP PFNGLBINDVERTEXBUFFERSPROC) (GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides);
2594 GLAPI void APIENTRY glBindVertexBuffers (GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides);
2704 typedef void (APIENTRYP PFNGLVERTEXARRAYVERTEXBUFFERSPROC) (GLuint vaobj, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides);
2827 GLAPI void APIENTRY glVertexArrayVertexBuffers (GLuint vaobj, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides);
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_handles.hpp5001 VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::DeviceSize> const & strides VULKAN_HPP_DEFAULT_ARGUMENT_NULLPTR_ASSIGNMENT,
5823 VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::DeviceSize> const & strides VULKAN_HPP_DEFAULT_ARGUMENT_NULLPTR_ASSIGNMENT,
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c3796 * only allowed with static strides. in radv_write_vertex_descriptors()
5113 /* if pStrides=NULL, it shouldn't overwrite the strides specified by CmdSetVertexInputEXT */ in radv_CmdBindVertexBuffers2()
10091 radeon_emit(cs, info->so.strides[i]); /* VTX_STRIDE (in DW) */ in radv_emit_streamout_begin()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_handles.hpp4471 ArrayProxy<const VULKAN_HPP_NAMESPACE::DeviceSize> const & strides VULKAN_HPP_DEFAULT_ARGUMENT_NULLPTR_ASSIGNMENT,
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp11530 unsigned stride = ctx->program->info.so.strides[i];

Completed in 171 milliseconds

123456