Home
last modified time | relevance | path

Searched refs:stride (Results 1901 - 1925 of 2611) sorted by relevance

1...<<71727374757677787980>>...105

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DExternalBufferTest.cpp50 aHardwareBufferDescription.stride = 0; in createAndroidHardwareBuffer()
60 // Need to grab the stride the implementation might have enforced in createAndroidHardwareBuffer()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImage.hpp39 int stride = 0; member
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.h845 * line in the corresponding plane of the YUV source image. Setting the stride
957 * @param stride bytes per line in the image plane. Setting this to 0 is the
969 DLLEXPORT unsigned long tjPlaneSizeYUV(int componentID, int width, int stride,
1096 * line in the corresponding plane of the output image. Setting the stride for
1313 * line in the corresponding plane of the output image. Setting the stride for
1414 * line in the corresponding plane of the YUV source image. Setting the stride
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
H A DMemoryServiceDmaBuf.cpp234 planeLayout.rowPitch = dmaBufDescriptor->stride; in CreateImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktExternalMemoryUtil.hpp142 deUint32* stride) = 0;
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeCommandLine.hpp315 const void* findNamedValueMatch (const char* src, const void* namedValues, const void* namedValuesEnd, size_t stride);
/third_party/vk-gl-cts/modules/egl/
H A DteglAndroidUtil.cpp314 const int rowPitch = texFormat.getPixelSize() * desc.stride;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_raii.hpp4114 size_t stride ) const;
4120 size_t stride ) const;
4470 size_t stride ) const;
4475 size_t stride ) const;
5452 uint32_t stride ) const VULKAN_HPP_NOEXCEPT;
5457 uint32_t stride ) const VULKAN_HPP_NOEXCEPT;
5558 VULKAN_HPP_NAMESPACE::DeviceSize stride,
5590 uint32_t stride ) const VULKAN_HPP_NOEXCEPT;
5597 uint32_t stride ) const VULKAN_HPP_NOEXCEPT;
5740 uint32_t stride ) cons
12344 getResults( uint32_t firstQuery, uint32_t queryCount, size_t dataSize, VULKAN_HPP_NAMESPACE::DeviceSize stride, VULKAN_HPP_NAMESPACE::QueryResultFlags flags ) const getResults() argument
12367 getResult( uint32_t firstQuery, uint32_t queryCount, VULKAN_HPP_NAMESPACE::DeviceSize stride, VULKAN_HPP_NAMESPACE::QueryResultFlags flags ) const getResult() argument
13149 static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkBuffer>( buffer ), static_cast<VkDeviceSize>( offset ), drawCount, stride ); global() variable
13160 static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkBuffer>( buffer ), static_cast<VkDeviceSize>( offset ), drawCount, stride ); global() variable
14096 stride ); global() variable
14115 stride ); global() variable
15920 stride ); global() variable
15940 stride ); global() variable
18825 stride ); global() variable
18845 stride ); global() variable
18967 static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkBuffer>( buffer ), static_cast<VkDeviceSize>( offset ), drawCount, stride ); global() variable
18985 stride ); global() variable
20707 static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkBuffer>( buffer ), static_cast<VkDeviceSize>( offset ), drawCount, stride ); global() variable
20725 stride ); global() variable
21607 static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkDeviceAddress>( copyBufferAddress ), copyCount, stride ); global() variable
21623 stride, global() variable
21651 stride ); global() variable
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c164 * @stride: buffer stride/pitch in bytes
173 unsigned int stride; member
667 (unsigned long)buf_desc->stride + in g2d_check_buf_desc_is_valid()
1070 buf_desc->stride = cmdlist->data[index + 1]; in g2d_check_reg_offset()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_crtc.c874 uint32_t blendcfg, stride; in mdp5_crtc_restore_cursor() local
888 stride = width * info->cpp[0]; in mdp5_crtc_restore_cursor()
912 mdp5_write(mdp5_kms, REG_MDP5_LM_CURSOR_STRIDE(lm), stride); in mdp5_crtc_restore_cursor()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_binding.c1007 vbs->stride = 0; in vmw_collect_dirty_vbs()
1011 vbs->stride = biv->stride; in vmw_collect_dirty_vbs()
/kernel/linux/linux-6.6/drivers/media/platform/ti/cal/
H A Dcal.c379 unsigned int stride = ctx->v_fmt.fmt.pix.bytesperline; in cal_ctx_wr_dma_config() local
396 stride / 16, CAL_WR_DMA_OFST_MASK); in cal_ctx_wr_dma_config()
408 cal_set_field(&val, stride / 8, CAL_WR_DMA_XSIZE_MASK); in cal_ctx_wr_dma_config()
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c165 * @stride: buffer stride/pitch in bytes
174 unsigned int stride; member
662 (unsigned long)buf_desc->stride + in g2d_check_buf_desc_is_valid()
1073 buf_desc->stride = cmdlist->data[index + 1]; in g2d_check_reg_offset()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_crtc.c889 uint32_t blendcfg, stride; in mdp5_crtc_restore_cursor() local
903 stride = width * info->cpp[0]; in mdp5_crtc_restore_cursor()
927 mdp5_write(mdp5_kms, REG_MDP5_LM_CURSOR_STRIDE(lm), stride); in mdp5_crtc_restore_cursor()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h533 uint32 stride; member
633 uint32 stride; member
1031 uint16 stride; member
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_binding.c1027 vbs->stride = 0; in vmw_collect_dirty_vbs()
1031 vbs->stride = biv->stride; in vmw_collect_dirty_vbs()
/third_party/ffmpeg/libavcodec/arm/
H A Dfft_vfp.S25 @ VFP is in RunFast mode, vector length 4, stride 1 thoroughout, and
168 ldr a3, =0x03030000 @ RunFast mode, vector length 4, stride 1
325 ldr a3, =0x03030000 @ RunFast mode, vector length 4, stride 1
505 ldr a3, =0x03030000 /* RunFast mode, vector length 4, stride 1 */
/third_party/ffmpeg/libavcodec/
H A Dhevc_cabac.c1054 ptrdiff_t stride = s->frame->linesize[c_idx]; in ff_hevc_hls_residual_coding() local
1057 uint8_t *dst = &s->frame->data[c_idx][(y0 >> vshift) * stride + in ff_hevc_hls_residual_coding()
1538 s->hevcdsp.add_residual[log2_trafo_size-2](dst, coeffs, stride); in ff_hevc_hls_residual_coding()
H A Dh264_mb.c622 void (*idct_add)(uint8_t *dst, int16_t *block, int stride); in hl_decode_mb_predict_luma()
623 void (*idct_dc_add)(uint8_t *dst, int16_t *block, int stride); in hl_decode_mb_predict_luma()
735 void (*idct_add)(uint8_t *dst, int16_t *block, int stride); in hl_decode_mb_idct_luma()
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9lpf_16bpp.asm221 cglobal vp9_loop_filter_%1_%2_%3, 5, %%num_gpr_regs, %%num_xmm_regs, %%stack_mem, dst, stride, E, I, H
253 DEFINE_ARGS dst8, stride, stride3, dst0, dst4, dst12
288 DEFINE_ARGS dst0, stride, stride3, dst4
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c858 unsigned *stride, in trace_screen_resource_get_info()
868 screen->resource_get_info(screen, resource, stride, offset); in trace_screen_resource_get_info()
870 trace_dump_arg(uint, *stride); in trace_screen_resource_get_info()
856 trace_screen_resource_get_info(struct pipe_screen *_screen, struct pipe_resource *resource, unsigned *stride, unsigned *offset) trace_screen_resource_get_info() argument
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_cs.c227 /* TODO: surface stride? */ in pan_prepare_zs()
279 ext->crc_row_stride = slice->crc.stride; in pan_prepare_crc()
888 cfg.crc_buffer.row_stride = slice->crc.stride; in pan_emit_fbd()
1005 payload.tile_enable_map_row_stride = fb->tile_map.stride; in pan_emit_fragment_job()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp253 get_subresource_id(enum pipe_texture_target target, unsigned subres, unsigned stride, in get_subresource_id() argument
257 subres += stride * z; in get_subresource_id()
261 return subres + plane_slice * array_size * stride; in get_subresource_id()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp351 const auto stride = static_cast<VkDeviceSize>(0); in bindVertexBuffers() local
356 vkd->cmdBindVertexBuffers2(cmdBuffer, 0u, 1u, &vertexBuffer->get(), &bufferOffset, &dataSize, &stride); in bindVertexBuffers()
358 vkd->cmdBindVertexBuffers2EXT(cmdBuffer, 0u, 1u, &vertexBuffer->get(), &bufferOffset, &dataSize, &stride); in bindVertexBuffers()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp349 const auto stride = static_cast<VkDeviceSize>(0); in bindVertexBuffers() local
354 vkd->cmdBindVertexBuffers2(cmdBuffer, 0u, 1u, &vertexBuffer->get(), &bufferOffset, &dataSize, &stride); in bindVertexBuffers()
356 vkd->cmdBindVertexBuffers2EXT(cmdBuffer, 0u, 1u, &vertexBuffer->get(), &bufferOffset, &dataSize, &stride); in bindVertexBuffers()

Completed in 62 milliseconds

1...<<71727374757677787980>>...105