Home
last modified time | relevance | path

Searched refs:buffer (Results 10501 - 10525 of 12861) sorted by relevance

1...<<421422423424425426427428429430>>...515

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultipleClearsWithinRenderPass.cpp416 const VkBuffer buffer = m_vertexBuffer->object(); in drawCommands() local
417 vk.cmdBindVertexBuffers(cmdBuffer, 0, 1, &buffer, &offset); in drawCommands()
597 // record secondary command buffer in iterate()
613 // record primary command buffer in iterate()
831 // reduce number of tests for dynamic rendering cases where secondary command buffer is used in init()
H A DvktDrawNegativeViewportHeightTests.cpp362 const VkBuffer buffer = m_vertexBuffer->object(); in draw() local
383 vk.cmdBindVertexBuffers(cmdBuffer, 0, 1, &buffer, &offset); in draw()
496 // record secondary command buffer in iterate()
509 // record primary command buffer in iterate()
960 // Copy to results buffer. in iterate()
969 // Verify color buffer. in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp65 // A vertex buffer and graphics pipeline are needed for vkCmdBindVertexBuffers2EXT().
98 // Vertex buffer. in BindVertexBuffersData()
167 // Function that records a state-setting command in the given command buffer.
518 RecordStateFunction recorder; // Function that records the state to the command buffer being used.
718 // Create vertex buffer for VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT. in getDynamicStateData()
808 << "layout (set=0, binding=0, std430) buffer OutputBlock {\n" in initPrograms()
850 void fillBuffer(const DeviceInterface& vkd, VkDevice device, BufferWithMemory& buffer, const std::vector<deUint32> &values) in fillBuffer() argument
852 auto& alloc = buffer.getAllocation(); in fillBuffer()
889 // Fill source and destination buffer. in iterateTransfer()
895 // We need to preserve dynamic state data until the command buffer ha in iterateTransfer()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp646 pBufferMemoryBarrier.buffer,
783 bmb.buffer,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultipleClearsWithinRenderPass.cpp416 const VkBuffer buffer = m_vertexBuffer->object(); in drawCommands() local
417 vk.cmdBindVertexBuffers(cmdBuffer, 0, 1, &buffer, &offset); in drawCommands()
597 // record secondary command buffer in iterate()
613 // record primary command buffer in iterate()
826 // reduce number of tests for dynamic rendering cases where secondary command buffer is used in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp63 // A vertex buffer and graphics pipeline are needed for vkCmdBindVertexBuffers2EXT().
96 // Vertex buffer. in BindVertexBuffersData()
165 // Function that records a state-setting command in the given command buffer.
516 RecordStateFunction recorder; // Function that records the state to the command buffer being used.
709 // Create vertex buffer for VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT. in getDynamicStateData()
793 << "layout (set=0, binding=0, std430) buffer OutputBlock {\n" in initPrograms()
835 void fillBuffer(const DeviceInterface& vkd, VkDevice device, BufferWithMemory& buffer, const std::vector<deUint32> &values) in fillBuffer() argument
837 auto& alloc = buffer.getAllocation(); in fillBuffer()
874 // Fill source and destination buffer. in iterateTransfer()
880 // We need to preserve dynamic state data until the command buffer ha in iterateTransfer()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.h86 // These helpers allow us to track the ID of the buffer that was active when
88 // buffer's contents, as they can be modified by the host.
360 // Buffer map calls will map a buffer with correct offset, length, and access flags
362 // Buffer unmap calls will bind and unmap a given buffer
368 // Whether a given buffer was mapped at the start of the trace
370 // The status of buffer mapping throughout the trace, modified with each Map/Unmap call
394 // Map of buffer ID to offset and size used when mapped
613 // We save one large buffer of binary data for the whole CPP replay.
736 void CaptureClearBufferValue(GLenum buffer, const T *value, ParamCapture *paramCapture) in CaptureClearBufferValue() argument
739 uint32_t valueSize = (buffer in CaptureClearBufferValue()
[all...]
/third_party/skia/third_party/externals/swiftshader/include/GLES/
H A Dgl.h444 GL_API void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
498 GL_API GLboolean GL_APIENTRY glIsBuffer (GLuint buffer);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.h459 Buffer *buffer,
484 Buffer *buffer,
H A DVertexArrayVk.cpp235 // Save new element array buffer in convertIndexBufferIndirectGPU()
239 // Tell caller what new indirect buffer is in convertIndexBufferIndirectGPU()
364 // We assume the buffer is completely full of the same kind of data and convert
393 // Allocate buffer for results in convertVertexBufferGPU()
480 // Note that just updating buffer data may still result in a new in syncState()
634 INFO() << "Compressing vertex data in buffer " << bufferGL->id().value in syncDirtyAttrib()
657 // If conversion happens, the destination buffer stride may be changed, in syncDirtyAttrib()
659 // unnecessary vulkan PSO update when the destination buffer stride does not in syncDirtyAttrib()
668 // Converted attribs are packed in their own VK buffer so offset is zero in syncDirtyAttrib()
671 // Converted buffer i in syncDirtyAttrib()
922 updateDefaultAttrib(ContextVk *contextVk, size_t attribIndex, VkBuffer bufferHandle, vk::BufferHelper *buffer, uint32_t offset) updateDefaultAttrib() argument
[all...]
/third_party/skia/src/core/
H A DSkScalerContext.cpp1219 void SkScalerContext::DescriptorBufferGiveRec(const SkScalerContextRec& rec, void* buffer) { in DescriptorBufferGiveRec() argument
1220 generate_descriptor(rec, SkBinaryWriteBuffer{}, (SkDescriptor*)buffer); in DescriptorBufferGiveRec()
H A DSkRemoteGlyphCache.cpp80 explicit Serializer(std::vector<uint8_t>* buffer) : fBuffer{buffer} {} in Serializer() argument
/third_party/skia/third_party/externals/opengl-registry/api/GLES/
H A Dgl.h444 GL_API void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
498 GL_API GLboolean GL_APIENTRY glIsBuffer (GLuint buffer);
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDepthStencilStateTests.cpp236 // Wipe the stencil buffer with the initialStencil value in CheckStencilOperation()
310 // Upload a buffer for each triangle's depth and color data in DoTest()
311 wgpu::Buffer buffer = utils::CreateBufferFromData(device, &data, sizeof(TriangleData), in DoTest() local
328 device, pipeline.GetBindGroupLayout(0), {{0, buffer, 0, sizeof(TriangleData)}}); in DoTest()
458 // Test that disabling depth writes works and leaves the depth buffer unchanged
/third_party/python/Modules/_decimal/tests/
H A Ddeccheck.py1289 sys.stdout.buffer.write(out + b"\n")
1290 sys.stdout.buffer.flush()
/third_party/skia/modules/canvaskit/
H A Dinterface.js419 // If the user provided us a buffer to copy into, we don't need to allocate a new TypedArray.
430 retVal = new Uint8Array(CanvasKit.HEAPU8.buffer, pPtr, pBytes).slice();
433 retVal = new Float32Array(CanvasKit.HEAPU8.buffer, pPtr, pBytes).slice();
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureBufferCase.cpp21 * \brief Texture buffer test case
128 // Fill beginning of buffer in genRandomCoords()
407 { MODIFYBITS_BUFFERDATA, "Recreate buffer data with glBufferData()." }, in logModifications()
408 { MODIFYBITS_BUFFERSUBDATA, "Modify texture buffer with glBufferSubData()." }, in logModifications()
409 { MODIFYBITS_MAPBUFFER_WRITE, "Map buffer write-only and rewrite data." }, in logModifications()
410 { MODIFYBITS_MAPBUFFER_READWRITE, "Map buffer readw-write check and rewrite data." } in logModifications()
433 // replace getRefBuffer with a new buffer in modifyBufferData()
434 de::ArrayBuffer<deUint8> buffer(&(data[0]), data.size()); in modifyBufferData()
435 texture.getRefBuffer().swap(buffer); in modifyBufferData()
527 log << TestLog::Message << "Invalid byte in mapped buffer in modifyMapReadWrite()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingCallableShadersTests.cpp791 const de::MovePtr<BufferWithMemory> buffer = runTest(); in iterate() local
793 if (!m_data.testConfiguration->verifyImage(buffer.get(), m_context, m_data)) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp646 pBufferMemoryBarrier.buffer,
783 bmb.buffer,
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcmspibrcm.c90 /* 128bytes buffer is enough to clear data-not-available and program response-delay F0 bits
729 uint addr, uint reg_width, uint buflen_u, uint8 *buffer, void *pkt) in sdioh_request_buffer()
745 /* Break buffer down into blocksize chunks. */ in sdioh_request_buffer()
748 if (bcmspi_card_buf(sd, rw, func, fifo, addr, len, (uint32 *)buffer) != SUCCESS) { in sdioh_request_buffer()
754 buffer += len; in sdioh_request_buffer()
806 /* for Write, put the data into the output buffer */ in bcmspi_card_byterewrite()
862 * It resets the spi-bkplane logic so that all F1 related ping-pong buffer logic is
879 /* for Write, put the data into the output buffer */ in bcmspi_resync_f1()
1571 /* for Write, put the data into the output buffer */ in bcmspi_cmd_issue()
1632 /* for Read, get the data into the input buffer */ in bcmspi_cmd_issue()
728 sdioh_request_buffer(sdioh_info_t *sd, uint pio_dma, uint fix_inc, uint rw, uint func, uint addr, uint reg_width, uint buflen_u, uint8 *buffer, void *pkt) sdioh_request_buffer() argument
[all...]
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_int.h1000 /* reply buffer */
1002 /* pointer into reply buffer */
1126 extern void drbd_md_write(struct drbd_device *device, void *buffer);
1177 * which are written in a ring-buffer, or striped ring-buffer like fashion,
1380 size_t number, unsigned long *buffer);
1383 size_t number, unsigned long *buffer);
1396 /* drbd's page pool, used to buffer data received from the peer,
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c354 cal_buffer->buffer[cal_buffer->buffer_index%16]); in translate_from_linear_space()
357 cal_buffer->buffer[cal_buffer->buffer_index%16] = scratch_2; in translate_from_linear_space()
828 memset(cal_buffer->buffer, 0, NUM_PTS_IN_REGION * sizeof(struct fixed31_32)); in build_regamma()
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dims-pcu.c1280 u8 buffer[] = { addr, data }; in ims_pcu_write_ofn_config() local
1285 &buffer, sizeof(buffer)); in ims_pcu_write_ofn_config()
1519 "Failed to allocate memory for read buffer\n"); in ims_pcu_buffers_alloc()
1545 dev_err(pcu->dev, "Failed to allocate memory for write buffer\n"); in ims_pcu_buffers_alloc()
1554 "Failed to allocate memory for read buffer\n"); in ims_pcu_buffers_alloc()
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dpsmouse-base.c48 static int psmouse_get_maxproto(char *buffer, const struct kernel_param *kp);
2041 static int psmouse_get_maxproto(char *buffer, const struct kernel_param *kp) in psmouse_get_maxproto() argument
2045 return sprintf(buffer, "%s\n", psmouse_protocol_by_type(type)->name); in psmouse_get_maxproto()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-pci-core.c541 if (obj->type != ACPI_TYPE_BUFFER || obj->buffer.length < 1) { in __intel_dsm()
546 len = min_t(size_t, obj->buffer.length, 4); in __intel_dsm()
549 memcpy(result, obj->buffer.pointer, len); in __intel_dsm()

Completed in 53 milliseconds

1...<<421422423424425426427428429430>>...515