| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | genX_cmd_buffer.c | 3156 cmd_buffer_emit_push_constant(struct anv_cmd_buffer *cmd_buffer, gl_shader_stage stage, struct anv_address *buffers, unsigned buffer_count) cmd_buffer_emit_push_constant() argument 3257 cmd_buffer_emit_push_constant_all(struct anv_cmd_buffer *cmd_buffer, uint32_t shader_mask, struct anv_address *buffers, uint32_t buffer_count) cmd_buffer_emit_push_constant_all() argument 3371 struct anv_address buffers[4] = {}; cmd_buffer_flush_push_constants() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_state.c | 3530 iris_set_shader_buffers(struct pipe_context *ctx, enum pipe_shader_type p_stage, unsigned start_slot, unsigned count, const struct pipe_shader_buffer *buffers, unsigned writable_bitmask) iris_set_shader_buffers() argument 3592 iris_set_vertex_buffers(struct pipe_context *ctx, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, bool take_ownership, const struct pipe_vertex_buffer *buffers) iris_set_vertex_buffers() argument 5606 } buffers[4]; global() member [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context.c | 1615 tc_set_shader_buffers(struct pipe_context *_pipe, enum pipe_shader_type shader, unsigned start, unsigned count, const struct pipe_shader_buffer *buffers, unsigned writable_bitmask) tc_set_shader_buffers() argument 1698 tc_set_vertex_buffers(struct pipe_context *_pipe, unsigned start, unsigned count, unsigned unbind_num_trailing_slots, bool take_ownership, const struct pipe_vertex_buffer *buffers) tc_set_vertex_buffers() argument 3925 uint16_t buffers; global() member 3941 tc_clear(struct pipe_context *_pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) tc_clear() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | evergreen_state.c | 4028 evergreen_set_hw_atomic_buffers(struct pipe_context *ctx, unsigned start_slot, unsigned count, const struct pipe_shader_buffer *buffers) evergreen_set_hw_atomic_buffers() argument 4058 evergreen_set_shader_buffers(struct pipe_context *ctx, enum pipe_shader_type shader, unsigned start_slot, unsigned count, const struct pipe_shader_buffer *buffers, unsigned writable_bitmask) evergreen_set_shader_buffers() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_ext_params.cpp | 2626 CaptureSignalSemaphoreEXT_buffersPacked(const State &glState, bool isCallValid, SemaphoreID semaphore, GLuint numBufferBarriers, const BufferID *buffers, GLuint numTextureBarriers, const TextureID *textures, const GLenum *dstLayouts, ParamCapture *paramCapture) CaptureSignalSemaphoreEXT_buffersPacked() argument 2639 CaptureSignalSemaphoreEXT_texturesPacked(const State &glState, bool isCallValid, SemaphoreID semaphore, GLuint numBufferBarriers, const BufferID *buffers, GLuint numTextureBarriers, const TextureID *textures, const GLenum *dstLayouts, ParamCapture *paramCapture) CaptureSignalSemaphoreEXT_texturesPacked() argument 2652 CaptureSignalSemaphoreEXT_dstLayouts(const State &glState, bool isCallValid, SemaphoreID semaphore, GLuint numBufferBarriers, const BufferID *buffers, GLuint numTextureBarriers, const TextureID *textures, const GLenum *dstLayouts, ParamCapture *paramCapture) CaptureSignalSemaphoreEXT_dstLayouts() argument 2666 CaptureWaitSemaphoreEXT_buffersPacked(const State &glState, bool isCallValid, SemaphoreID semaphore, GLuint numBufferBarriers, const BufferID *buffers, GLuint numTextureBarriers, const TextureID *textures, const GLenum *srcLayouts, ParamCapture *paramCapture) CaptureWaitSemaphoreEXT_buffersPacked() argument 2679 CaptureWaitSemaphoreEXT_texturesPacked(const State &glState, bool isCallValid, SemaphoreID semaphore, GLuint numBufferBarriers, const BufferID *buffers, GLuint numTextureBarriers, const TextureID *textures, const GLenum *srcLayouts, ParamCapture *paramCapture) CaptureWaitSemaphoreEXT_texturesPacked() argument 2692 CaptureWaitSemaphoreEXT_srcLayouts(const State &glState, bool isCallValid, SemaphoreID semaphore, GLuint numBufferBarriers, const BufferID *buffers, GLuint numTextureBarriers, const TextureID *textures, const GLenum *srcLayouts, ParamCapture *paramCapture) CaptureWaitSemaphoreEXT_srcLayouts() argument
|
| H A D | FrameCapture.cpp | 1471 const ParamCapture &buffers = in MaybeCaptureUpdateResourceIDs() local 2570 const gl::BufferManager &buffers = apiState.getBufferManagerForCapture(); in CaptureShareGroupMidExecutionSetup() local [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cShadingLanguage420PackTests.cpp | 8795 Utils::buffer* buffers[14] = { &m_goku_00_buffer, &m_goku_01_buffer, &m_goku_02_buffer, &m_goku_03_buffer, in prepareUniforms() local 8816 Utils::buffer* buffers[14] = { &m_goku_00_buffer, &m_goku_01_buffer, &m_goku_02_buffer, &m_goku_03_buffer, in releaseResource() local
|
| H A D | gl4cEnhancedLayoutsTests.cpp | 5760 bufferCollection buffers; in test() local 5871 verifyBuffers(bufferCollection& buffers) test() argument 26364 verifyBuffers(bufferCollection& buffers) test() argument 26769 verifyBuffers(bufferCollection& buffers) test() argument 27146 verifyBuffers(bufferCollection& buffers) test() argument 27495 verifyBuffers(bufferCollection& buffers) test() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
| H A D | esextcTextureCubeMapArraySampling.cpp | 3520 setupSharedStorageBuffer(const attributeDefinition& attribute, const bufferCollection& buffers, glw::GLuint program_id) setupSharedStorageBuffer() argument 3567 setupSharedStorageBuffers(const formatDefinition& format, const samplingFunction& sampling_function, const bufferCollection& buffers, glw::GLuint program_id) setupSharedStorageBuffers() argument 3678 bufferCollection buffers; global() local 5041 init(const glw::Functions& gl, const formatDefinition& format, const samplingFunction& sampling_function, const bufferCollection& buffers, glw::GLuint program_id) global() argument 5083 setupAttribute(const attributeDefinition& attribute, const bufferCollection& buffers, glw::GLuint program_id) global() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| H A D | entry_points_gl_4_autogen.cpp | 5703 GL_BindBuffersBase(GLenum target, GLuint first, GLsizei count, const GLuint *buffers) GL_BindBuffersBase() argument 5733 GL_BindBuffersRange(GLenum target, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizeiptr *sizes) GL_BindBuffersRange() argument 5844 GL_BindVertexBuffers(GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) GL_BindVertexBuffers() argument 6575 GL_CreateBuffers(GLsizei n, GLuint *buffers) GL_CreateBuffers() argument 9691 GL_VertexArrayVertexBuffers(GLuint vaobj, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) GL_VertexArrayVertexBuffers() argument [all...] |
| H A D | entry_points_gl_1_autogen.cpp | 10769 void GL_APIENTRY GL_DeleteBuffers(GLsizei n, const GLuint *buffers) in GL_DeleteBuffers() argument 10843 void GL_APIENTRY GL_GenBuffers(GLsizei n, GLuint *buffers) in GL_GenBuffers() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | ContextVk.cpp | 2048 const gl::TransformFeedbackBuffersArray<vk::BufferHelper *> &buffers in handleDirtyGraphicsTransformFeedbackBuffersExtension() local 311 AppendBufferVectorToDesc(vk::ShaderBuffersDescriptorDesc *desc, const gl::BufferVector &buffers, const MaskT &buffersMask, bool appendOffset) AppendBufferVectorToDesc() argument 4584 onBeginTransformFeedback( size_t bufferCount, const gl::TransformFeedbackBuffersArray<vk::BufferHelper *> &buffers, const gl::TransformFeedbackBuffersArray<vk::BufferHelper> &counterBuffers) onBeginTransformFeedback() argument 4630 populateTransformFeedbackBufferSet( size_t bufferCount, const gl::TransformFeedbackBuffersArray<vk::BufferHelper *> &buffers) populateTransformFeedbackBufferSet() argument [all...] |
| H A D | vk_helpers.cpp | 789 void ReleaseBufferListToRenderer(RendererVk *renderer, BufferHelperPointerVector *buffers) in ReleaseBufferListToRenderer() argument 798 void DestroyBufferList(RendererVk *renderer, BufferHelperPointerVector *buffers) in DestroyBufferList() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_gles_ext_autogen.cpp | 6219 GL_SignalSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *dstLayouts) GL_SignalSemaphoreEXT() argument 6258 GL_WaitSemaphoreEXT(GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *srcLayouts) GL_WaitSemaphoreEXT() argument
|
| /third_party/python/Modules/ |
| H A D | _pickle.c | 693 PyObject *buffers; /* iterable of out-of-band buffers, or NULL */ member 1693 _Unpickler_SetBuffers(UnpicklerObject *self, PyObject *buffers) in _Unpickler_SetBuffers() argument 7248 _pickle_Unpickler___init___impl(UnpicklerObject *self, PyObject *file, int fix_imports, const char *encoding, const char *errors, PyObject *buffers) _pickle_Unpickler___init___impl() argument 7806 _pickle_load_impl(PyObject *module, PyObject *file, int fix_imports, const char *encoding, const char *errors, PyObject *buffers) _pickle_load_impl() argument 7866 _pickle_loads_impl(PyObject *module, PyObject *data, int fix_imports, const char *encoding, const char *errors, PyObject *buffers) _pickle_loads_impl() argument [all...] |
| H A D | _testcapimodule.c | 1942 double buffers[8][4]; /* double ensures alignment where necessary */ in parse_tuple_and_keywords() local [all...] |
| H A D | posixmodule.c | 9716 os_readv_impl(PyObject *module, int fd, PyObject *buffers) in os_readv_impl() argument 9832 os_preadv_impl(PyObject *module, int fd, PyObject *buffers, Py_off_t offset, int flags) os_preadv_impl() argument 10370 os_writev_impl(PyObject *module, int fd, PyObject *buffers) os_writev_impl() argument 10473 os_pwritev_impl(PyObject *module, int fd, PyObject *buffers, Py_off_t offset, int flags) os_pwritev_impl() argument [all...] |
| /third_party/python/Modules/clinic/ |
| H A D | posixmodule.c.h | 4924 PyObject *buffers; in os_readv() local 5036 PyObject *buffers; os_preadv() local 5552 PyObject *buffers; os_writev() local 5671 PyObject *buffers; os_pwritev() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | wasm-compiler.cc | 3704 Node* buffers = LOAD_INSTANCE_FIELD(ImportedMutableGlobalsBuffers, in GetGlobalBaseAndOffset() local
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_state.c | 3611 crocus_set_shader_buffers(struct pipe_context *ctx, enum pipe_shader_type p_stage, unsigned start_slot, unsigned count, const struct pipe_shader_buffer *buffers, unsigned writable_bitmask) crocus_set_shader_buffers() argument 3663 crocus_set_vertex_buffers(struct pipe_context *ctx, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, bool take_ownership, const struct pipe_vertex_buffer *buffers) crocus_set_vertex_buffers() argument 5641 } buffers[4]; global() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineExtendedDynamicStateTests.cpp | 640 std::vector<std::vector<uint8_t>> buffers; variable 4234 std::vector<vk::VkBuffer> buffers; maybeBindVertexBufferDynStride() local 4265 std::vector<vk::VkBuffer> buffers; bindVertexBuffers() local 4281 prepareVertexBuffers( std::vector<VertexBufferInfo>& buffers, const vk::DeviceInterface& vkd, vk::VkDevice device, vk::Allocator& allocator, const VertexGenerator* generator, const std::vector<tcu::Vec2>& vertices, deUint32 dataOffset, deUint32 trailingSize, bool ssbos) prepareVertexBuffers() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Context_gl.cpp | 2773 void Context::bindBuffersBase(GLenum target, GLuint first, GLsizei count, const BufferID *buffers) in bindBuffersBase() argument 2999 void Context::createBuffers(GLsizei n, BufferID *buffers) in createBuffers() argument 2778 bindBuffersRange(GLenum target, GLuint first, GLsizei count, const BufferID *buffers, const GLintptr *offsets, const GLsizeiptr *sizes) bindBuffersRange() argument 2803 bindVertexBuffers(GLuint first, GLsizei count, const BufferID *buffers, const GLintptr *offsets, const GLsizei *strides) bindVertexBuffers() argument 3681 vertexArrayVertexBuffers(VertexArrayID vaobj, GLuint first, GLsizei count, const BufferID *buffers, const GLintptr *offsets, const GLsizei *strides) vertexArrayVertexBuffers() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineExtendedDynamicStateTests.cpp | 3512 std::vector<vk::VkBuffer> buffers; in maybeBindVertexBufferDynStride() local 3543 std::vector<vk::VkBuffer> buffers; bindVertexBuffers() local 3559 prepareVertexBuffers( std::vector<VertexBufferInfo>& buffers, const vk::DeviceInterface& vkd, vk::VkDevice device, vk::Allocator& allocator, const VertexGenerator* generator, const std::vector<tcu::Vec2>& vertices, deUint32 dataOffset, deUint32 trailingSize, bool ssbos) prepareVertexBuffers() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | null_functions.cpp | 547 void INTERNAL_GL_APIENTRY glCreateBuffersNULL(GLsizei n, GLuint *buffers) {} in glCreateBuffersNULL() argument 604 void INTERNAL_GL_APIENTRY glDeleteBuffersNULL(GLsizei n, const GLuint *buffers) {} in glDeleteBuffersNULL() argument 882 void INTERNAL_GL_APIENTRY glGenBuffersNULL(GLsizei n, GLuint *buffers) {} in glGenBuffersNULL() argument 40 glBindBuffersBaseNULL(GLenum target, GLuint first, GLsizei count, const GLuint *buffers) glBindBuffersBaseNULL() argument 46 glBindBuffersRangeNULL(GLenum target, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizeiptr *sizes) glBindBuffersRangeNULL() argument 105 glBindVertexBuffersNULL(GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) glBindVertexBuffersNULL() argument 2344 glSignalSemaphoreEXTNULL(GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *dstLayouts) glSignalSemaphoreEXTNULL() argument 2998 glVertexArrayVertexBuffersNULL(GLuint vaobj, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) glVertexArrayVertexBuffersNULL() argument 3251 glWaitSemaphoreEXTNULL(GLuint semaphore, GLuint numBufferBarriers, const GLuint *buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *srcLayouts) glWaitSemaphoreEXTNULL() argument
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | dlist.c | 5636 save_DrawBuffers(GLsizei count, const GLenum * buffers) in save_DrawBuffers() argument 11842 GLenum buffers[MAX_DRAW_BUFFERS]; in execute_list() local
|