Home
last modified time | relevance | path

Searched refs:stride (Results 1326 - 1350 of 2813) sorted by relevance

1...<<51525354555657585960>>...113

/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dexternal_interface.h103 size_t stride; member
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
H A DVulkanBackend.h99 uint32_t stride; // Stride of the buffer in bytes member
/third_party/skia/tools/sk_app/android/
H A DRasterWindowContext_android.cpp83 info, fBuffer.bits, fBuffer.stride * bytePerPixel, nullptr); in getBackbufferSurface()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fMultisampleShaderRenderCase.hpp106 int stride; member
/kernel/linux/linux-5.10/include/video/
H A Dimx-ipu-v3.h257 void ipu_cpmem_set_stride(struct ipuv3_channel *ch, int stride);
261 void ipu_cpmem_interlaced_scan(struct ipuv3_channel *ch, int stride,
350 unsigned int height, unsigned int stride,
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H A Dipu-prg.c275 unsigned int height, unsigned int stride, in ipu_prg_channel_configure()
299 width, height, stride, format, modifier, *eba); in ipu_prg_channel_configure()
304 val = (stride - 1) & IPU_PRG_STRIDE_STRIDE_MASK; in ipu_prg_channel_configure()
273 ipu_prg_channel_configure(struct ipuv3_channel *ipu_chan, unsigned int axi_id, unsigned int width, unsigned int height, unsigned int stride, u32 format, uint64_t modifier, unsigned long *eba) ipu_prg_channel_configure() argument
/kernel/linux/linux-6.6/include/video/
H A Dimx-ipu-v3.h258 void ipu_cpmem_set_stride(struct ipuv3_channel *ch, int stride);
262 void ipu_cpmem_interlaced_scan(struct ipuv3_channel *ch, int stride,
352 unsigned int height, unsigned int stride,
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H A Dipu-prg.c275 unsigned int height, unsigned int stride, in ipu_prg_channel_configure()
299 width, height, stride, format, modifier, *eba); in ipu_prg_channel_configure()
304 val = (stride - 1) & IPU_PRG_STRIDE_STRIDE_MASK; in ipu_prg_channel_configure()
273 ipu_prg_channel_configure(struct ipuv3_channel *ipu_chan, unsigned int axi_id, unsigned int width, unsigned int height, unsigned int stride, u32 format, uint64_t modifier, unsigned long *eba) ipu_prg_channel_configure() argument
/third_party/ffmpeg/libavcodec/arm/
H A Dfmtconvert_vfp.S39 ldr ip, =0x03070000 @ RunFast mode, short vectors of length 8, stride 1
161 ldr lr, =0x03070000 @ RunFast mode, short vectors of length 8, stride 1
198 ldr tmp, =0x03070000 @ RunFast mode, short vectors of length 8, stride 1
/third_party/ffmpeg/libavcodec/
H A Dsmc.c72 row_ptr += stride * 4; \
87 int stride = s->frame->linesize[0]; in smc_decode_stream() local
104 int row_inc = stride - 4; in smc_decode_stream()
/third_party/benchmark/src/
H A Dbenchmark_register.cc454 int stride) { in DenseThreadRange()
457 BM_CHECK_GE(stride, 1); in DenseThreadRange()
459 for (auto i = min_threads; i < max_threads; i += stride) { in DenseThreadRange()
453 DenseThreadRange(int min_threads, int max_threads, int stride) DenseThreadRange() argument
/third_party/libuv/test/
H A Dtest-threadpool-cancel.c33 (ci)->stride = sizeof((what)[0]); \
40 unsigned stride; member
171 req = (uv_req_t*) ((char*) ci->reqs + i * ci->stride); in timer_cb()
/third_party/mesa3d/src/freedreno/registers/
H A Dgen_header.py243 self.stride = int(attrs["stride"], 0)
247 print("#define REG_%s_%s(i0) (0x%08x + 0x%x*(i0))\n" % (self.domain, self.name, self.offset, self.stride))
269 print("static inline uint32_t REG_%s(uint32_t i0) { return 0x%08x + 0x%x*i0; }" % (self.full_name, offset, self.array.stride))
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.h503 unsigned stride, unsigned num_records, bool add_tid, bool swizzle,
664 unsigned stride = util_format_get_blocksize(format); in si_clamp_texture_texel_count() local
665 return MIN2(max_texel_buffer_elements, size / stride); in si_clamp_texture_texel_count()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_image.c289 info.stride = image->physical_extent.width; in pvr_CreateImageView()
334 info.stride = u_minify(image->physical_extent.width, info.base_level); in pvr_CreateImageView()
406 info.stride = info.extent.width; in pvr_CreateBufferView()
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress.c901 * \param srcRowStride stride in bytes between rows of blocks in the
912 GLint stride; in _mesa_decompress_image() local
923 stride = srcRowStride * bh / bytes; in _mesa_decompress_image()
927 fetch(src, stride, i, j, dest); in _mesa_decompress_image()
/third_party/mesa3d/src/intel/tools/
H A Dintel_noop_drm_shim.c50 uint32_t stride; member
74 bo->stride = tiling_arg->stride; in i915_ioctl_gem_set_tiling()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c163 ssurf->stride = 0; in init_scene_texture()
172 ssurf->stride = llvmpipe_resource_stride(psurf->texture, in init_scene_texture()
188 ssurf->stride = psurf->texture->width0; in init_scene_texture()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_push.c279 data += (ptrdiff_t)(info->index_size ? draw->index_bias : 0) * vb->stride; in nv50_push_vbo()
281 ctx.translate->set_buffer(ctx.translate, i, data, vb->stride, ~0); in nv50_push_vbo()
306 vert_count /= targ->stride; in nv50_push_vbo()
/third_party/mesa3d/src/gbm/main/
H A Dgbm.c170 /** Get the stride of the buffer object
176 * \return The stride of the allocated buffer object in bytes
184 /** Get the stride for the given plane
187 * \param plane for which you want the stride
415 * according to the width, height, stride and format of the buffer object.
605 * \param stride Ptr for returned stride in bytes of the mapped region
618 uint32_t flags, uint32_t *stride, void **map_data) in gbm_bo_map()
620 if (!bo || width == 0 || height == 0 || !stride || !map_data) { in gbm_bo_map()
626 flags, stride, map_dat in gbm_bo_map()
615 gbm_bo_map(struct gbm_bo *bo, uint32_t x, uint32_t y, uint32_t width, uint32_t height, uint32_t flags, uint32_t *stride, void **map_data) gbm_bo_map() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.hpp75 GraphicsPipelineBuilder& setVertexInputSingleAttribute (const vk::VkFormat vertexFormat, const deUint32 stride);
413 //! 'offset' is the offset of first object in memory, and 'stride' is the distance between consecutive objects.
415 std::vector<T> readInterleavedData (const int count, const void* memory, const int offset, const int stride) in readInterleavedData() argument
423 pData += stride; in readInterleavedData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_state_cache.h142 return stepFunction == rhs.stepFunction && stepRate == rhs.stepRate && stride == rhs.stride; in operator ==()
147 uint32_t stride; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUtil.hpp75 GraphicsPipelineBuilder& setVertexInputSingleAttribute (const vk::VkFormat vertexFormat, const deUint32 stride);
414 //! 'offset' is the offset of first object in memory, and 'stride' is the distance between consecutive objects.
416 std::vector<T> readInterleavedData (const int count, const void* memory, const int offset, const int stride) in readInterleavedData() argument
424 pData += stride; in readInterleavedData()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pTextureUploadTests.cpp219 int stride = deAlign32(pixelSize*m_texSize, m_alignment); in init() local
221 m_texData.resize(stride*m_texSize); in init()
223 tcu::PixelBufferAccess access (texFmt, m_texSize, m_texSize, 1, stride, 0, &m_texData[0]); in init()
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/
H A Dvpe.c883 * stride, we need to do the same for the motion vector buffer in set_srcdst_params()
884 * by aligning it's stride to the next 16 byte boundary. this in set_srcdst_params()
1028 u32 stride; in add_out_dtd() local
1035 stride = ALIGN((pix->width * vpdma_fmt->depth) >> 3, in add_out_dtd()
1064 stride = pix->plane_fmt[VPE_LUMA].bytesperline; in add_out_dtd()
1076 stride, &q_data->c_rect, in add_out_dtd()
1096 u32 stride; in add_in_dtd() local
1102 stride = ALIGN((pix->width * vpdma_fmt->depth) >> 3, in add_in_dtd()
1130 stride = pix->plane_fmt[VPE_LUMA].bytesperline; in add_in_dtd()
1179 vpdma_add_in_dtd(&ctx->desc_list, pix->width, stride, in add_in_dtd()
1603 unsigned int stride = 0; __vpe_try_fmt() local
[all...]

Completed in 25 milliseconds

1...<<51525354555657585960>>...113