Searched refs:buffers (Results 276 - 300 of 414) sorted by relevance

<<11121314151617

/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c1130 /* vertex buffers */
1134 const struct pipe_vertex_buffer *buffers)
1139 u_vbuf_set_vertex_buffers(vbuf, start_slot, count, buffers);
1147 if (buffers) {
1149 buffers + (ctx->aux_vertex_buffer_index - start_slot);
1163 ctx->pipe->set_vertex_buffers(ctx->pipe, start_slot, count, buffers);
1536 /* constant buffers */
1132 cso_set_vertex_buffers(struct cso_context *ctx, unsigned start_slot, unsigned count, const struct pipe_vertex_buffer *buffers) argument
/external/mesa3d/src/gallium/drivers/ddebug/
H A Ddd_draw.c428 DUMP_M(uint, info, buffers);
1262 dd_context_clear(struct pipe_context *_pipe, unsigned buffers, argument
1271 call.info.clear.buffers = buffers;
1277 pipe->clear(pipe, buffers, color, depth, stencil);
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c42 #include "main/buffers.h"
95 meta_clear(struct gl_context *ctx, GLbitfield buffers, bool glsl);
1473 _mesa_meta_Clear(struct gl_context *ctx, GLbitfield buffers) argument
1475 meta_clear(ctx, buffers, false);
1479 _mesa_meta_glsl_Clear(struct gl_context *ctx, GLbitfield buffers) argument
1481 meta_clear(ctx, buffers, true);
1578 * Given a bitfield of BUFFER_BIT_x draw buffers, call glDrawBuffers to
1579 * set GL to only draw to those buffers.
1632 * Given a bitfield of BUFFER_BIT_x draw buffers, call glDrawBuffers to
1633 * set GL to only draw to those buffers
1696 meta_clear(struct gl_context *ctx, GLbitfield buffers, bool glsl) argument
[all...]
/external/python/cpython3/Modules/
H A D_testcapimodule.c1585 double buffers[8][4]; /* double ensures alignment where necessary */ local
1598 memset(buffers, 0, sizeof(buffers));
1621 buffers + 0, buffers + 1, buffers + 2, buffers + 3,
1622 buffers + 4, buffers + 5, buffers
[all...]
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleTests.cpp436 std::vector<VkBufferSp> buffers (sampleCount);
438 for (size_t bufferNdx = 0; bufferNdx < buffers.size(); bufferNdx++)
439 buffers[bufferNdx] = safeSharedPtr(new vk::Unique<VkBuffer>(createBuffer(vkd, device, format, width, height)));
441 return buffers;
447 const std::vector<VkBufferSp> buffers)
449 std::vector<de::SharedPtr<Allocation> > memory (buffers.size());
452 memory[memoryNdx] = safeSharedPtr(createBufferMemory(vkd, device, allocator, **buffers[memoryNdx]).release());
1546 // Copy image memory to buffers
444 createBufferMemory(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const std::vector<VkBufferSp> buffers) argument
/external/v4l2_codec2/vda/
H A Dv4l2_slice_video_decode_accelerator.cc575 // Output buffers will be created once decoder gives us information
712 VLOGF(1) << "Could not allocate enough output buffers";
801 // done with this one. After we get the buffers, we'll go back into kIdle and
885 DVLOGF(4) << "No buffers queued, will not schedule poll";
954 // EAGAIN if we're just out of buffers to dequeue.
982 // EAGAIN if we're just out of buffers to dequeue.
1234 // STREAMOFF makes the driver drop all buffers without decoding and DQBUFing,
1400 // All output buffers should've been returned from decoder and device by now.
1402 // dismiss them when destroying output buffers below.
1418 // This will return only once all buffers ar
1506 AssignPictureBuffers( const std::vector<PictureBuffer>& buffers) argument
1517 AssignPictureBuffersTask( const std::vector<PictureBuffer>& buffers) argument
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c527 nv50_clear(struct pipe_context *pipe, unsigned buffers, argument
546 if (buffers & PIPE_CLEAR_COLOR && fb->nr_cbufs) {
552 if (buffers & PIPE_CLEAR_COLOR0)
558 if (buffers & PIPE_CLEAR_DEPTH) {
564 if (buffers & PIPE_CLEAR_STENCIL) {
593 if (!sf || !(buffers & (PIPE_CLEAR_COLOR0 << i)))
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c691 nvc0_clear(struct pipe_context *pipe, unsigned buffers, argument
705 if (buffers & PIPE_CLEAR_COLOR && fb->nr_cbufs) {
711 if (buffers & PIPE_CLEAR_COLOR0)
717 if (buffers & PIPE_CLEAR_DEPTH) {
723 if (buffers & PIPE_CLEAR_STENCIL) {
754 if (!sf || !(buffers & (PIPE_CLEAR_COLOR0 << i)))
H A Dnvc0_state.c1250 struct pipe_shader_buffer *buf = &nvc0->buffers[t][i];
1273 pipe_resource_reference(&nvc0->buffers[t][i].buffer, NULL);
1290 const struct pipe_shader_buffer *buffers)
1293 if (!nvc0_bind_buffers_range(nvc0_context(pipe), s, start, nr, buffers))
1287 nvc0_set_shader_buffers(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned nr, const struct pipe_shader_buffer *buffers) argument
/external/swiftshader/src/OpenGL/libGLES_CM/
H A Dmain.cpp189 void DeleteBuffers(GLsizei n, const GLuint* buffers);
215 void GenBuffers(GLsizei n, GLuint* buffers);
713 GL_API void GL_APIENTRY glDeleteBuffers(GLsizei n, const GLuint* buffers) argument
715 return es1::DeleteBuffers(n, buffers);
843 GL_API void GL_APIENTRY glGenBuffers(GLsizei n, GLuint* buffers) argument
845 return es1::GenBuffers(n, buffers);
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.cpp54 void DeleteBuffers(GLsizei n, const GLuint* buffers);
85 void GenBuffers(GLsizei n, GLuint* buffers);
390 GL_APICALL void GL_APIENTRY glDeleteBuffers(GLsizei n, const GLuint* buffers) argument
392 return es2::DeleteBuffers(n, buffers);
565 GL_APICALL void GL_APIENTRY glGenBuffers(GLsizei n, GLuint* buffers) argument
567 return es2::GenBuffers(n, buffers);
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emitter_unnested.cc152 // GPU. We therefore cannot rely having these pointers to parameter sub-buffers
162 // but we don't necessarily know the runtime address of sub-buffers of input
1965 // Figures out how to access the buffers for all subshapes of hlo's operands and
1966 // for hlo itself (i.e. all the buffers produced by HLO).
1979 // This function conservatively assumes that we'll touch all sub-buffers of
2036 // GPU constants don't have buffers; don't bother looking for one.
2059 // Conservatively assume we'll need the buffers for all subshapes of the
2096 LOG(FATAL) << "Multiple temp buffers found, but only one is allowed!";
2104 // We'll pass a pointer to each of the elements of `buffers` to our kernel, in
2106 std::vector<const BufferAllocation*> buffers(buffers_neede
[all...]
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp1075 std::vector<CommandBufferSp> buffers (numCommandBuffers);
1078 buffers[ndx] = CommandBufferSp(new vk::Unique<vk::VkCommandBuffer>(allocateCommandBuffer(vkd, device, commandPool, level)));
1080 return buffers;
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp656 virtual void genBuffers (int numBuffers, deUint32* buffers);
657 virtual void deleteBuffers (int numBuffers, const deUint32* buffers);
666 virtual void clear (deUint32 buffers);
H A DsglrContextWrapper.hpp78 void glDeleteBuffers (int n, const deUint32* buffers);
99 void glGenBuffers (int n, deUint32* buffers);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c457 * buffers which the app or state-tracker might issue
521 * buffers which the app or state-tracker might issue
648 struct pipe_constant_buffer *buffers)
652 LP_DBG(DEBUG_SETUP, "%s %p\n", __FUNCTION__, (void *) buffers);
657 util_copy_constant_buffer(&setup->constants[i].current, &buffers[i]);
886 * For buffers, we don't have "offset", instead adjust
646 lp_setup_set_fs_constants(struct lp_setup_context *setup, unsigned num, struct pipe_constant_buffer *buffers) argument
/external/deqp/modules/gles3/functional/
H A Des3fTextureUnitTests.cpp1036 sglr::ReferenceContextBuffers buffers (tcu::PixelFormat(8,8,8,renderTarget.getPixelFormat().alphaBits?8:0), 0 /* depth */, 0 /* stencil */, viewportWidth, viewportHeight);
1037 sglr::ReferenceContext context (sglr::ReferenceContextLimits(renderCtx), buffers.getColorbuffer(), buffers.getDepthbuffer(), buffers.getStencilbuffer());
H A Des3fIntegerStateQueryTests.cpp2023 GLS_COLLECT_GL_ERROR(result, gl.glGetError(), "bind buffers");
2232 GLuint buffers[2] = {0}; local
2237 gl.glGenBuffers(2, buffers);
2245 gl.glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, buffers[0]);
2246 verifyStateInteger(result, gl, GL_ELEMENT_ARRAY_BUFFER_BINDING, buffers[0], m_type);
2253 gl.glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, buffers[1]);
2254 verifyStateInteger(result, gl, GL_ELEMENT_ARRAY_BUFFER_BINDING, buffers[1], m_type);
2258 verifyStateInteger(result, gl, GL_ELEMENT_ARRAY_BUFFER_BINDING, buffers[0], m_type);
2261 gl.glDeleteBuffers(2, buffers);
2266 verifyStateInteger(result, gl, GL_ELEMENT_ARRAY_BUFFER_BINDING, buffers[
[all...]
/external/mesa3d/include/GLES2/
H A Dgl2.h409 typedef void (GL_APIENTRYP PFNGLDELETEBUFFERSPROC) (GLsizei n, const GLuint *buffers);
430 typedef void (GL_APIENTRYP PFNGLGENBUFFERSPROC) (GLsizei n, GLuint *buffers);
551 GL_APICALL void GL_APIENTRY glDeleteBuffers (GLsizei n, const GLuint *buffers);
572 GL_APICALL void GL_APIENTRY glGenBuffers (GLsizei n, GLuint *buffers);
/external/mesa3d/src/gallium/drivers/noop/
H A Dnoop_pipe.c230 static void noop_clear(struct pipe_context *ctx, unsigned buffers, argument
/external/mesa3d/src/gallium/state_trackers/va/
H A Dva_private.h312 VAStatus vlVaRenderPicture(VADriverContextP ctx, VAContextID context, VABufferID *buffers, int num_buffers);
/external/perfetto/src/tracing/core/
H A Dtrace_config.cc44 for (const auto& field : proto.buffers()) {
/external/swiftshader/include/GLES2/
H A Dgl2.h411 typedef void (GL_APIENTRYP PFNGLDELETEBUFFERSPROC) (GLsizei n, const GLuint *buffers);
432 typedef void (GL_APIENTRYP PFNGLGENBUFFERSPROC) (GLsizei n, GLuint *buffers);
554 GL_APICALL void GL_APIENTRY glDeleteBuffers (GLsizei n, const GLuint *buffers);
575 GL_APICALL void GL_APIENTRY glGenBuffers (GLsizei n, GLuint *buffers);
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbuffer_assignment.h82 // computation. These buffers have lifetimes which may be longer than the
109 // Returns the color of the allocation. Only logical buffers with a matching
118 // Access to the logical buffers assigned to this allocation, and their
186 // Parameters do not need temporary buffers.
191 // Thread-local buffers are allocated using `alloca`s.
257 // Mapping from the set of buffers assigned to this allocation to their
275 // Returns the total size allocation holding all temporary buffers.
336 // Returns true if the top-level buffers of hlo_a and hlo_b are the same.
345 // buffers are all different from hlo_b's buffers
[all...]
/external/autotest/client/site_tests/camera_V4L2/src/
H A Dmedia_v4l2_device.cc22 uint32_t buffers)
28 min_buffers_(buffers),
21 V4L2Device(const char* dev_name, uint32_t buffers) argument

Completed in 710 milliseconds

<<11121314151617