Searched refs:buffers (Results 326 - 350 of 414) sorted by relevance

<<11121314151617

/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c117 nouveau_draw_buffers(struct gl_context *ctx, GLsizei n, const GLenum *buffers) argument
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.c727 const void * const *buffers,
745 vl_mpg12_bs_decode(&buf->bs, target, desc, num_buffers, buffers, sizes);
723 vl_mpeg12_decode_bitstream(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, unsigned num_buffers, const void * const *buffers, const unsigned *sizes) argument
/external/mesa3d/src/mesa/main/
H A Ddd.h110 * \param buffers a bitmask of BUFFER_BIT_* flags indicating which
113 void (*Clear)( struct gl_context *ctx, GLbitfield buffers );
560 /** Specify the buffers for writing for fragment programs*/
561 void (*DrawBuffers)(struct gl_context *ctx, GLsizei n, const GLenum *buffers);
/external/perfetto/src/tracing/core/
H A Dservice_impl.cc211 for (const auto& buf : cfg.buffers())
222 PERFETTO_DLOG("Too many buffers configured (%d)", cfg.buffers_size());
258 // Initialize the log buffers.
261 // Allocate the trace buffers. Also create a map to translate a consumer
269 const TraceConfig::BufferConfig& buffer_cfg = cfg.buffers()[i];
293 // In any case, free all the previously allocated buffers and abort.
349 "Enabled tracing, #sources:%zu, duration:%d ms, #buffers:%d, total "
357 // This is to allow the consumer to freeze the buffers (by stopping the trace)
358 // and then drain the buffers. The actual teardown of the TracingSession happens
512 // passed file makes little sense to also try to read the buffers ove
[all...]
/external/tensorflow/tensorflow/contrib/verbs/
H A Dpatch_notes_verbs_with_0_copies.md29 4. Since the sender no longer writes the tensor from/to fixed buffers, we no longer need to schedule the writes using the local/remote status. In addition we no longer rely on the RmdaTensorBuffer members as the source/destination addresses and rkey/lkey. Instead, each RdmaTensorBuffer will hold multiple "Response" objects (one per step-id), from which we derive destination address and rkey. The source address and lkey are always the ones of the source Tensor.
86 3. Consider concatenating multiple requests and/or using multiple message buffers.
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.cpp1027 void DeleteBuffers(GLsizei n, const GLuint* buffers) argument
1029 TRACE("(GLsizei n = %d, const GLuint* buffers = %p)", n, buffers);
1042 context->deleteBuffer(buffers[i]);
1745 void GenBuffers(GLsizei n, GLuint* buffers) argument
1747 TRACE("(GLsizei n = %d, GLuint* buffers = %p)", n, buffers);
1760 buffers[i] = context->createBuffer();
/external/mesa3d/include/GL/
H A Dglcorearb.h656 typedef void (APIENTRYP PFNGLDELETEBUFFERSPROC) (GLsizei n, const GLuint *buffers);
657 typedef void (APIENTRYP PFNGLGENBUFFERSPROC) (GLsizei n, GLuint *buffers);
676 GLAPI void APIENTRY glDeleteBuffers (GLsizei n, const GLuint *buffers);
677 GLAPI void APIENTRY glGenBuffers (GLsizei n, GLuint *buffers);
2631 typedef void (APIENTRYP PFNGLBINDBUFFERSBASEPROC) (GLenum target, GLuint first, GLsizei count, const GLuint *buffers);
2632 typedef void (APIENTRYP PFNGLBINDBUFFERSRANGEPROC) (GLenum target, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizeiptr *sizes);
2636 typedef void (APIENTRYP PFNGLBINDVERTEXBUFFERSPROC) (GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides);
2641 GLAPI void APIENTRY glBindBuffersBase (GLenum target, GLuint first, GLsizei count, const GLuint *buffers);
2642 GLAPI void APIENTRY glBindBuffersRange (GLenum target, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizeiptr *sizes);
2646 GLAPI void APIENTRY glBindVertexBuffers (GLuint first, GLsizei count, const GLuint *buffers, cons
[all...]
/external/deqp/framework/opengl/wrapper/
H A DglwImpl.inl95 void glwBindBuffersBase (GLenum target, GLuint first, GLsizei count, const GLuint *buffers)
100 gl->bindBuffersBase(target, first, count, buffers);
103 void glwBindBuffersRange (GLenum target, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizeiptr *sizes)
108 gl->bindBuffersRange(target, first, count, buffers, offsets, sizes);
239 void glwBindVertexBuffers (GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides)
244 gl->bindVertexBuffers(first, count, buffers, offsets, strides);
983 void glwCreateBuffers (GLsizei n, GLuint *buffers)
988 gl->createBuffers(n, buffers);
1111 void glwDeleteBuffers (GLsizei n, const GLuint *buffers)
1116 gl->deleteBuffers(n, buffers);
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp1300 * @param check_ssbs Select if buffers should be verified
4319 /** Get definitions of buffers
4529 * It creates matching inputs, outputs, uniforms and buffers in other stages.
5568 /** Get descriptors of buffers necessary for test
5670 bufferCollection buffers; local
5709 /* Set up buffers */
5712 prepareBuffers(descriptors, buffers);
5736 if (false == verifyBuffers(buffers))
5761 /** Verify contents of buffers
5763 * @param buffers Collectio
5767 verifyBuffers(bufferCollection& buffers) argument
26118 verifyBuffers(bufferCollection& buffers) argument
26524 verifyBuffers(bufferCollection& buffers) argument
26902 verifyBuffers(bufferCollection& buffers) argument
27252 verifyBuffers(bufferCollection& buffers) argument
[all...]
H A Dgl4cEnhancedLayoutsTests.hpp1097 virtual bool verifyBuffers(bufferCollection& buffers);
3353 * xfb_buffer and xfb_offset = 0. Use separate buffers for each stage.
3396 * 1 Provide buffers to XFB at index 0 and 1
3458 * 1 Provide buffers to XFB at index 0 and 1
4459 virtual bool verifyBuffers(bufferCollection& buffers);
4532 virtual bool verifyBuffers(bufferCollection& buffers);
4592 virtual bool verifyBuffers(bufferCollection& buffers);
4655 virtual bool verifyBuffers(bufferCollection& buffers);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextFuncs.inl81 GLW_APICALL void GLW_APIENTRY glBindBuffersBase (GLenum target, GLuint first, GLsizei count, const GLuint *buffers)
86 DE_UNREF(buffers);
90 GLW_APICALL void GLW_APIENTRY glBindBuffersRange (GLenum target, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizeiptr *sizes)
95 DE_UNREF(buffers);
225 GLW_APICALL void GLW_APIENTRY glBindVertexBuffers (GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides)
229 DE_UNREF(buffers);
1262 GLW_APICALL void GLW_APIENTRY glCreateBuffers (GLsizei n, GLuint *buffers)
1265 DE_UNREF(buffers);
7112 GLW_APICALL void GLW_APIENTRY glVertexArrayVertexBuffers (GLuint vaobj, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides)
7117 DE_UNREF(buffers);
[all...]
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1533 const vk::VkBuffer buffers[] = { *m_posNdxBuffer, *m_inputBuffer }; local
1535 const deUint32 numBuffers = buffers[1] != 0 ? 2u : 1u;
1536 vkd.cmdBindVertexBuffers(*m_cmdBuffer, 0u, numBuffers, buffers, offsets);
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.cpp864 std::set<int> buffers;
871 buffers.insert(shader->getDefaultBlock().variables[ndx].layout.binding);
875 return (int)buffers.size();
/external/mesa3d/src/gallium/drivers/radeon/
H A Dr600_texture.c1029 /* Disable separate DCC at the beginning. DRI2 doesn't reuse buffers
1409 /* There is no point in discarding depth and tiled buffers. */
1501 /* MSAA depth buffers need to be converted to single sample buffers.
1503 * Mapping MSAA depth buffers can occur if ReadPixels is called
1633 * want to make temporary and invalidated buffers go idle ASAP to
2077 /* The intent is to use this with shared displayable back buffers,
2411 unsigned *buffers, unsigned *dirty_cbufs,
2432 if (!(*buffers & clear_bit))
2536 *buffers
2408 evergreen_do_fast_color_clear(struct r600_common_context *rctx, struct pipe_framebuffer_state *fb, struct r600_atom *fb_state, unsigned *buffers, unsigned *dirty_cbufs, const union pipe_color_union *color) argument
[all...]
H A Dradeon_uvd.c188 /* cycle to the next set of buffers */
998 const void * const *buffers,
1028 memcpy(dec->bs_ptr, buffers[i], sizes[i]);
1156 * flush any outstanding command buffers to the hardware
1241 RVID_ERR("Can't allocated message buffers.\n");
1247 RVID_ERR("Can't allocated bitstream buffers.\n");
994 ruvd_decode_bitstream(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, unsigned num_buffers, const void * const *buffers, const unsigned *sizes) argument
/external/python/cpython2/Lib/
H A Dtarfile.py847 buffers = [self.buffer]
850 buffers.append(buf)
852 self.buffer = "".join(buffers)
/external/skia/src/gpu/vk/
H A DGrVkGpu.cpp175 // on the command buffers even though they have completed. This causes an assert to fire when
176 // destroying the command buffers. Currently this ony seems to happen on windows, so we add a
584 // For Noncoherent buffers we want to make sure the range that we map, both offset and size,
1127 // For Noncoherent buffers we want to make sure the range that we map, both offset and size,
2087 void GrVkGpu::submitSecondaryCommandBuffer(const SkTArray<GrVkSecondaryCommandBuffer*>& buffers, argument
2127 for (int i = 0; i < buffers.count(); ++i) {
2128 fCurrentCmdBuffer->executeCommands(this, buffers[i]);
/external/skqp/src/gpu/vk/
H A DGrVkGpu.cpp175 // on the command buffers even though they have completed. This causes an assert to fire when
176 // destroying the command buffers. Currently this ony seems to happen on windows, so we add a
609 // For Noncoherent buffers we want to make sure the range that we map, both offset and size,
1162 // For Noncoherent buffers we want to make sure the range that we map, both offset and size,
2132 void GrVkGpu::submitSecondaryCommandBuffer(const SkTArray<GrVkSecondaryCommandBuffer*>& buffers, argument
2172 for (int i = 0; i < buffers.count(); ++i) {
2173 fCurrentCmdBuffer->executeCommands(this, buffers[i]);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.cpp1167 void DeleteBuffers(GLsizei n, const GLuint* buffers) argument
1169 TRACE("(GLsizei n = %d, const GLuint* buffers = %p)", n, buffers);
1182 context->deleteBuffer(buffers[i]);
2178 void GenBuffers(GLsizei n, GLuint* buffers) argument
2180 TRACE("(GLsizei n = %d, GLuint* buffers = %p)", n, buffers);
2193 buffers[i] = context->createBuffer();
/external/mesa3d/include/GLES/
H A Dglext.h1219 GL_API void GL_APIENTRY glExtGetBuffersQCOM (GLuint *buffers, GLint maxBuffers, GLint *numBuffers);
1228 typedef void (GL_APIENTRYP PFNGLEXTGETBUFFERSQCOMPROC) (GLuint *buffers, GLint maxBuffers, GLint *numBuffers);
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_state.cpp533 const struct pipe_vertex_buffer *buffers)
541 buffers,
648 * VBO Vertex/index buffers and texture views marked as READ resources.
667 /* VBO vertex buffers */
681 /* transform feedback buffers */
697 /* constant buffers */
920 /* For example, user_buffer vertex and index buffers. */
1074 /* Set vertex & index buffers */
1103 /* vertex buffers */
1391 /* If there are no color buffers boun
[all...]
/external/python/cpython3/Modules/
H A Dposixmodule.c7948 buffers: object
7951 Read from a file descriptor fd into an iterable of buffers.
7953 The buffers should be mutable buffers accepting bytes.
7959 which may be less than the total capacity of all the buffers.
7963 os_readv_impl(PyObject *module, int fd, PyObject *buffers) argument
7972 if (!PySequence_Check(buffers)) {
7978 cnt = PySequence_Size(buffers);
7980 if (iov_setup(&iov, &buf, buffers, cnt, PyBUF_WRITABLE) < 0)
8399 buffers
[all...]
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.h50 virtual GrGLvoid deleteBuffers(GrGLsizei n, const GrGLuint* buffers) {} argument
80 virtual GrGLvoid genBuffers(GrGLsizei n, GrGLuint* buffers) {} argument
/external/skqp/include/gpu/gl/
H A DGrGLFunctions.h52 typedef GrGLvoid (* GrGLDeleteBuffersProc)(GrGLsizei n, const GrGLuint* buffers);
82 typedef GrGLvoid (* GrGLGenBuffersProc)(GrGLsizei n, GrGLuint* buffers);
/external/skqp/src/gpu/gl/
H A DGrGLTestInterface.h50 virtual GrGLvoid deleteBuffers(GrGLsizei n, const GrGLuint* buffers) {} argument
80 virtual GrGLvoid genBuffers(GrGLsizei n, GrGLuint* buffers) {} argument

Completed in 2699 milliseconds

<<11121314151617