Home
last modified time | relevance | path

Searched refs:buffer (Results 10851 - 10875 of 14774) sorted by relevance

1...<<431432433434435436437438439440>>...591

/third_party/mesa3d/src/mesa/main/
H A Dexternalobjects.c684 * made visible in the specified buffer and texture objects. in server_wait_semaphore()
692 if (bufObj->buffer) in server_wait_semaphore()
693 pipe->flush_resource(pipe, bufObj->buffer); in server_wait_semaphore()
725 if (bufObj->buffer) in server_signal_semaphore()
726 pipe->flush_resource(pipe, bufObj->buffer); in server_signal_semaphore()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumfmt.cpp466 // result in the toAppendTo string buffer.
610 // result in the toAppendTo string buffer.
1337 char buffer[8]; in makeInstance() local
1338 int32_t count = desiredLocale.getKeywordValue("compat", buffer, sizeof(buffer), status); in makeInstance()
1341 if (U_SUCCESS(status) && count > 0 && uprv_strcmp(buffer, "host") == 0) { in makeInstance()
H A Dnfrule.cpp653 char16_t buffer[256];
654 int32_t len = util64_tou(n, buffer, sizeof(buffer));
655 UnicodeString temp(buffer, len);
/third_party/icu/icu4c/source/test/letest/
H A Dcletest.c389 static const char *getPath(char buffer[2048], const char *filename) { in getPath() argument
392 strcpy(buffer, testDataDirectory); in getPath()
393 strcat(buffer, filename); in getPath()
395 return buffer; in getPath()
/third_party/ltp/tools/sparse/sparse-src/
H A Dsparse-llvm.c74 char buffer[256]; in sym_struct_type() local
78 snprintf(buffer, sizeof(buffer), "struct.%s", sym->ident ? sym->ident->name : "anno"); in sym_struct_type()
79 ret = LLVMStructCreateNamed(LLVMGetGlobalContext(), buffer); in sym_struct_type()
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc259 char* buffer = new char[full_filename.length() + 1]; in GetVisualizerLogFileName() local
260 memcpy(buffer, full_filename.begin(), full_filename.length()); in GetVisualizerLogFileName()
261 buffer[full_filename.length()] = '\0'; in GetVisualizerLogFileName()
262 return std::unique_ptr<char[]>(buffer); in GetVisualizerLogFileName()
H A Draw-machine-assembler.cc842 Node** buffer = zone()->NewArray<Node*>(input_count + 1); in Phi() local
843 std::copy(inputs, inputs + input_count, buffer); in Phi()
844 buffer[input_count] = graph()->start(); in Phi()
845 return AddNode(common()->Phi(rep, input_count), input_count + 1, buffer); in Phi()
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc571 uint8_t buffer[] = {static_cast<uint8_t>(c1), static_cast<uint8_t>(c2)}; in MakeOrFindTwoCharacterString() local
572 return InternalizeString(base::Vector<const uint8_t>(buffer, 2)); in MakeOrFindTwoCharacterString()
574 uint16_t buffer[] = {c1, c2}; in MakeOrFindTwoCharacterString() local
575 return InternalizeString(base::Vector<const uint16_t>(buffer, 2)); in MakeOrFindTwoCharacterString()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c52 * prsc or dwords: buffer containing constant values
53 * sizedwords: size of const value buffer
166 * sampler for e.g. buffer textures. in emit_textures()
491 if (buf->buffer) { in emit_ssbos()
492 struct fd_resource *rsc = fd_resource(buf->buffer); in emit_ssbos()
562 struct fd_resource *rsc = fd_resource(vb->buffer.resource); in fd4_emit_vertex_bufs()
571 uint32_t size = vb->buffer.resource->width0 - off; in fd4_emit_vertex_bufs()
949 /* emit setup at begin of new cmdstream buffer (don't rely on previous
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_asn1.c389 unsigned char *buffer = NULL; in EC_GROUP_get_ecparameters() local
425 len = EC_POINT_point2buf(group, point, form, &buffer, NULL); in EC_GROUP_get_ecparameters()
431 OPENSSL_free(buffer); in EC_GROUP_get_ecparameters()
435 ASN1_STRING_set0(ret->base, buffer, len); in EC_GROUP_get_ecparameters()
/third_party/openssl/crypto/ec/
H A Dec_asn1.c389 unsigned char *buffer = NULL; in EC_GROUP_get_ecparameters() local
425 len = EC_POINT_point2buf(group, point, form, &buffer, NULL); in EC_GROUP_get_ecparameters()
431 OPENSSL_free(buffer); in EC_GROUP_get_ecparameters()
435 ASN1_STRING_set0(ret->base, buffer, len); in EC_GROUP_get_ecparameters()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInstancedTests.cpp158 de::SharedPtr<Buffer> buffer = Buffer::createAndAlloc(vk, context.getDevice(), in createAndUploadBuffer() local
163 deUint8* ptr = reinterpret_cast<deUint8*>(buffer->getBoundMemory().getHostPtr()); in createAndUploadBuffer()
167 vk::flushAlloc(vk, context.getDevice(), buffer->getBoundMemory()); in createAndUploadBuffer()
168 return buffer; in createAndUploadBuffer()
669 // record secondary command buffer in iterate()
686 // record primary command buffer in iterate()
1124 // reduce number of tests for dynamic rendering cases where secondary command buffer is used in InstancedTests()
1134 // reduce number of tests for dynamic rendering cases where secondary command buffer is used in InstancedTests()
H A DvktDrawMultipleInterpolationTests.cpp345 // Create color buffer images in render()
481 // Create vertex buffer. in render()
579 const vk::VkBuffer buffer = m_vertexBuffer->object(); in render() local
588 // record secondary command buffer in render()
597 drawCommands(*secCmdBuffer, *m_pipeline, *m_pipelineLayout, buffer, pcData); in render()
604 // record primary command buffer in render()
624 drawCommands(*cmdBuffer, *m_pipeline, *m_pipelineLayout, buffer, pcData); in render()
640 drawCommands(*cmdBuffer, *m_pipeline, *m_pipelineLayout, buffer, pcData); in render()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingWatertightnessTests.cpp634 de::MovePtr<BufferWithMemory> buffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vkd, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible)); in runTest() local
704 vkd.cmdCopyImageToBuffer(*cmdBuffer, **image, VK_IMAGE_LAYOUT_GENERAL, **buffer, 1u, &bufferImageRegion); in runTest()
712 invalidateAlloc(vkd, device, buffer->getAllocation()); in runTest()
714 return buffer; in runTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawInstancedTests.cpp151 de::SharedPtr<Buffer> buffer = Buffer::createAndAlloc(vk, context.getDevice(), in createAndUploadBuffer() local
156 deUint8* ptr = reinterpret_cast<deUint8*>(buffer->getBoundMemory().getHostPtr()); in createAndUploadBuffer()
160 vk::flushAlloc(vk, context.getDevice(), buffer->getBoundMemory()); in createAndUploadBuffer()
161 return buffer; in createAndUploadBuffer()
651 // record secondary command buffer in iterate()
668 // record primary command buffer in iterate()
1089 // reduce number of tests for dynamic rendering cases where secondary command buffer is used in InstancedTests()
1099 // reduce number of tests for dynamic rendering cases where secondary command buffer is used in InstancedTests()
H A DvktDrawMultipleInterpolationTests.cpp347 // Create color buffer images in render()
483 // Create vertex buffer. in render()
581 const vk::VkBuffer buffer = m_vertexBuffer->object(); in render() local
590 // record secondary command buffer in render()
599 drawCommands(*secCmdBuffer, *m_pipeline, *m_pipelineLayout, buffer, pcData); in render()
606 // record primary command buffer in render()
626 drawCommands(*cmdBuffer, *m_pipeline, *m_pipelineLayout, buffer, pcData); in render()
642 drawCommands(*cmdBuffer, *m_pipeline, *m_pipelineLayout, buffer, pcData); in render()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl_4_autogen.h169 void clearNamedFramebufferfi(FramebufferID framebufferPacked, GLenum buffer, GLint drawbuffer, \
171 void clearNamedFramebufferfv(FramebufferID framebufferPacked, GLenum buffer, GLint drawbuffer, \
173 void clearNamedFramebufferiv(FramebufferID framebufferPacked, GLenum buffer, GLint drawbuffer, \
175 void clearNamedFramebufferuiv(FramebufferID framebufferPacked, GLenum buffer, \
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglxext.h399 typedef void ( *PFNGLXBINDTEXIMAGEEXTPROC) (Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list);
400 typedef void ( *PFNGLXRELEASETEXIMAGEEXTPROC) (Display *dpy, GLXDrawable drawable, int buffer);
402 void glXBindTexImageEXT (Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list);
403 void glXReleaseTexImageEXT (Display *dpy, GLXDrawable drawable, int buffer);
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLSurfaceTest.cpp1021 EGLClientBuffer buffer = reinterpret_cast<EGLClientBuffer>(texture.Get()); in TEST_P() local
1022 mPbufferSurface = eglCreatePbufferFromClientBuffer(mDisplay, EGL_D3D_TEXTURE_ANGLE, buffer, in TEST_P()
1097 EGLClientBuffer buffer = reinterpret_cast<EGLClientBuffer>(texture.Get()); in TEST_P() local
1098 mPbufferSurface = eglCreatePbufferFromClientBuffer(mDisplay, EGL_D3D_TEXTURE_ANGLE, buffer, in TEST_P()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfrule.cpp653 UChar buffer[256];
654 int32_t len = util64_tou(n, buffer, sizeof(buffer));
655 UnicodeString temp(buffer, len);
H A Dnumfmt.cpp466 // result in the toAppendTo string buffer.
610 // result in the toAppendTo string buffer.
1327 char buffer[8]; in makeInstance() local
1328 int32_t count = desiredLocale.getKeywordValue("compat", buffer, sizeof(buffer), status); in makeInstance()
1331 if (U_SUCCESS(status) && count > 0 && uprv_strcmp(buffer, "host") == 0) { in makeInstance()
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglxext.h399 typedef void ( *PFNGLXBINDTEXIMAGEEXTPROC) (Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list);
400 typedef void ( *PFNGLXRELEASETEXIMAGEEXTPROC) (Display *dpy, GLXDrawable drawable, int buffer);
402 void glXBindTexImageEXT (Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list);
403 void glXReleaseTexImageEXT (Display *dpy, GLXDrawable drawable, int buffer);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DError.h627 return reinterpret_cast<storage_type *>(TStorage.buffer); in getStorage()
632 return reinterpret_cast<const storage_type *>(TStorage.buffer); in getStorage()
637 return reinterpret_cast<error_type *>(ErrorStorage.buffer); in getErrorStorage()
642 return reinterpret_cast<const error_type *>(ErrorStorage.buffer); in getErrorStorage()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DRenderBundleValidationTests.cpp74 wgpu::Buffer buffer = utils::CreateBufferFromData(device, data, 8 * sizeof(float), variable
82 // Dummy storage buffer.
86 // Vertex buffer with storage usage for testing read+write error usage.
91 bg0 = utils::MakeBindGroup(device, bgls[0], {{0, buffer, 0, 8 * sizeof(float)}});
94 {{0, buffer, 0, 4 * sizeof(float)}, {1, storageBuffer, 0, sizeof(kVertices)}});
97 {{0, buffer, 0, 8 * sizeof(float)},
177 // Test successfully creating and encoding a render bundle into a command buffer.
259 // Test render bundles do not inherit command buffer state
344 // Test render bundles do not persist command buffer state
429 // Test executing render bundles clears command buffer stat
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream_unittest.cc142 // we test cases where reads or writes cross buffer boundaries, cases
143 // where they don't, and cases where there is so much buffer left that
250 // Leave one byte at the beginning of the buffer so we can read it in TEST_1D()
251 // to force the first buffer to be loaded. in TEST_1D()
725 // Same test as above, except directly use a buffer. This used to cause in TEST_F()
727 uint8 buffer[8]; in TEST_F() local
728 CodedInputStream coded_input(buffer, 8); in TEST_F()
734 std::unique_ptr<uint8[]> buffer(new uint8[8]); in TEST_F()
735 CodedInputStream coded_input(buffer.get(), 8); in TEST_F()
969 // Skip forward in the same buffer the in TEST_F()
[all...]

Completed in 55 milliseconds

1...<<431432433434435436437438439440>>...591