/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pt_fetch.c | 157 draw->pt.vertex_buffer[i].stride, in draw_pt_fetch_run() 185 draw->pt.vertex_buffer[i].stride, in draw_pt_fetch_run_linear()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | BufferMtl.h | 64 // The conversion is identified by the triple of {format, stride, offset}. 66 GLuint stride; member 157 GLuint stride,
|
/third_party/skia/src/core/ |
H A D | SkBlitter_Sprite.cpp | 151 fSrcPtr.stride = fSource.rowBytesAsPixels(); 156 // which could wrap around with large enough fSrcPtr.stride and y. 159 - bpp * y * fSrcPtr.stride;
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | alpha_dec.c | 151 const int stride = io->width; in AllocateAlphaPlane() local 153 const uint64_t alpha_size = (uint64_t)stride * height; in AllocateAlphaPlane()
|
H A D | idec_dec.c | 711 idec->output_.u.RGBA.stride = output_stride; in WebPINewRGB() 855 int* width, int* height, int* stride) { in WebPIDecGetRGB() 865 if (stride != NULL) *stride = src->u.RGBA.stride; in WebPIDecGetRGB() 873 int* stride, int* uv_stride, int* a_stride) { in WebPIDecGetYUVA() 886 if (stride != NULL) *stride = src->u.YUVA.y_stride; in WebPIDecGetYUVA() 854 WebPIDecGetRGB(const WebPIDecoder* idec, int* last_y, int* width, int* height, int* stride) WebPIDecGetRGB() argument 870 WebPIDecGetYUVA(const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, uint8_t** a, int* width, int* height, int* stride, int* uv_stride, int* a_stride) WebPIDecGetYUVA() argument
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | alpha_processing_neon.c | 43 int w, int h, int stride) { in ApplyAlphaMultiply_NEON() 74 rgba += stride; in ApplyAlphaMultiply_NEON() 42 ApplyAlphaMultiply_NEON(uint8_t* rgba, int alpha_first, int w, int h, int stride) ApplyAlphaMultiply_NEON() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | VertexAttributeTest.cpp | 1358 // input data is GL_SHORTx3 (6 bytes) but stride=8 in TEST_P() 1385 glVertexAttribPointer(mTestAttrib, 3, GL_SHORT, GL_FALSE, /* stride */ 8, in TEST_P() 1414 // input data is GL_SHORTx3 (6 bytes) but stride=8 in TEST_P() 1441 glVertexAttribPointer(mTestAttrib, 3, GL_SHORT, GL_FALSE, /* stride */ 8, in TEST_P() 1641 // Test that draw with offset larger than vertex attribute's stride can work 1771 // This guards against a future code change that adjusts stride to 0 in TEST_P() 1798 // Verify green was drawn. If the stride isn't adjusted to 0 this corner will be green. If it is in TEST_P() 1997 void drawArraysWithStrideAndRelativeOffset(GLint stride, GLuint relativeOffset) in drawArraysWithStrideAndRelativeOffset() argument 2001 GLint floatStride = std::max(stride / kFloatStride, 1); in drawArraysWithStrideAndRelativeOffset() 2075 // Set the maximum value for stride an 2676 GLsizei stride; global() member 2810 GLsizei stride = TypeStride(data.type) * baseStride; TEST_P() local 2858 GLsizei stride = TypeStride(data.type) * baseStride; TEST_P() local 3244 uint32_t stride = sizeof(Vertex); TEST_P() local [all...] |
/kernel/linux/linux-5.10/samples/vfio-mdev/ |
H A D | mbochs.c | 144 u32 stride; member 276 mode->stride = virt_width * mode->bytepp; in mbochs_check_framebuffer() 277 mode->size = (u64)mode->stride * mode->height; in mbochs_check_framebuffer() 279 (u64)vbe[VBE_DISPI_INDEX_Y_OFFSET] * mode->stride); in mbochs_check_framebuffer() 824 dev_dbg(dev, "%s/%d: %c%c%c%c, %dx%d, stride %d, off 0x%llx, size 0x%llx, pages %ld\n", in mbochs_print_dmabuf() 830 dmabuf->mode.width, dmabuf->mode.height, dmabuf->mode.stride, in mbochs_print_dmabuf() 1111 plane->stride = 0; in mbochs_query_gfx_plane() 1128 plane->stride = dmabuf->mode.stride; in mbochs_query_gfx_plane()
|
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinctrl-ocelot.c | 158 u8 stride; member 553 #define REG_ALT(msb, info, p) (OCELOT_GPIO_ALT0 * (info)->stride + 4 * ((msb) + ((info)->stride * ((p) / 32)))) 583 #define REG(r, info, p) ((r) * (info)->stride + (4 * ((p) / 32))) 1096 unsigned int id_reg = OCELOT_GPIO_INTR_IDENT * info->stride; in ocelot_irq_handler() 1100 for (i = 0; i < info->stride; i++) { in ocelot_irq_handler() 1186 info->stride = 1 + (info->desc->npins - 1) / 32; in ocelot_pinctrl_probe() 1188 regmap_config.max_register = OCELOT_GPIO_SD_MAP * info->stride + 15 * 4; in ocelot_pinctrl_probe()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_compat_ioctl32.c | 315 assign_in_user(&kp->stride, &up->stride) || in get_atomisp_metadata_stat32() 335 assign_in_user(&up->stride, &kp->stride) || in put_atomisp_metadata_stat32() 357 assign_in_user(&up->stride, &kp->stride) || in put_atomisp_metadata_by_type_stat32() 380 assign_in_user(&kp->stride, &up->stride) || in get_atomisp_metadata_by_type_stat32()
|
/kernel/linux/linux-6.6/samples/vfio-mdev/ |
H A D | mbochs.c | 153 u32 stride; member 276 mode->stride = virt_width * mode->bytepp; in mbochs_check_framebuffer() 277 mode->size = (u64)mode->stride * mode->height; in mbochs_check_framebuffer() 279 (u64)vbe[VBE_DISPI_INDEX_Y_OFFSET] * mode->stride); in mbochs_check_framebuffer() 852 dev_dbg(dev, "%s/%d: %c%c%c%c, %dx%d, stride %d, off 0x%llx, size 0x%llx, pages %ld\n", in mbochs_print_dmabuf() 858 dmabuf->mode.width, dmabuf->mode.height, dmabuf->mode.stride, in mbochs_print_dmabuf() 1130 plane->stride = 0; in mbochs_query_gfx_plane() 1147 plane->stride = dmabuf->mode.stride; in mbochs_query_gfx_plane()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideo_motion.c | 408 static inline void put_obmc(uint8_t *dst, uint8_t *src[5], int stride) in put_obmc() argument 421 OBMC_FILTER(x +stride, t, l, m, r, b);\ in put_obmc() 422 OBMC_FILTER(x+1+stride, t, l, m, r, b); in put_obmc() 431 x += stride; in put_obmc() 436 x += stride; in put_obmc() 441 x += 2 * stride; in put_obmc() 446 x += 2*stride; in put_obmc() 453 x += stride; in put_obmc()
|
H A D | omx.c | 203 int stride, plane_size; member 474 s->stride = avctx->width; in omx_component_init() 476 // If specific codecs need to manually override the stride/plane_size, in omx_component_init() 478 in_port_params.format.video.nStride = s->stride; in omx_component_init() 491 s->stride = in_port_params.format.video.nStride; in omx_component_init() 747 buffer->nFilledLen = av_image_fill_arrays(dst, linesize, buffer->pBuffer, avctx->pix_fmt, s->stride, s->plane_size, 1); in omx_encode_frame() 752 av_image_fill_arrays(src, src_linesize, frame->data[0], avctx->pix_fmt, s->stride, s->plane_size, 1); in omx_encode_frame() 776 int image_buffer_size = av_image_get_buffer_size(avctx->pix_fmt, s->stride, s->plane_size, 1); in omx_encode_frame() 789 buffer->nFilledLen = av_image_fill_arrays(dst, linesize, buffer->pBuffer, avctx->pix_fmt, s->stride, s->plane_size, 1); in omx_encode_frame()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_visitor.cpp | 171 fs_reg(stride(suboffset(g1_uw, 4), 2, 4, 0)), in emit_interpolation_setup_gfx4() 174 fs_reg(stride(suboffset(g1_uw, 5), 2, 4, 0)), in emit_interpolation_setup_gfx4() 397 fs_reg(stride(suboffset(gi_uw, 4), 2, 8, 0)), in emit_interpolation_setup_gfx6() 400 fs_reg(stride(suboffset(gi_uw, 5), 2, 8, 0)), in emit_interpolation_setup_gfx6() 429 fs_reg(stride(suboffset(gi_uw, 4), 1, 4, 0)), in emit_interpolation_setup_gfx6() 449 fs_reg(stride(suboffset(gi_uw, 4), 2, 4, 0)), in emit_interpolation_setup_gfx6() 452 fs_reg(stride(suboffset(gi_uw, 5), 2, 4, 0)), in emit_interpolation_setup_gfx6() 1101 stride(suboffset(retype(brw_vec1_grf(0, 0), BRW_REGISTER_TYPE_UB), 11), in emit_barrier()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_descriptors_lazy.c | 97 entry->stride = sizeof(VkDescriptorBufferInfo); in init_template_entry() 101 entry->stride = sizeof(VkDescriptorImageInfo); in init_template_entry() 105 entry->stride = sizeof(VkBufferView); in init_template_entry() 109 entry->stride = sizeof(VkDescriptorBufferInfo); in init_template_entry() 113 entry->stride = sizeof(VkDescriptorImageInfo); in init_template_entry() 117 entry->stride = sizeof(VkBufferView); in init_template_entry() 750 entry->stride = sizeof(VkDescriptorBufferInfo); in init_push_template_entry() 774 entry->stride = sizeof(VkDescriptorImageInfo); in zink_descriptors_init_lazy()
|
/third_party/mesa3d/src/imagination/vulkan/pds/ |
H A D | pvr_xgl_pds.c | 127 pvr_debug_pds_note("DMA %d dwords, stride %d, offset %d, bindingIdx %d", in pvr_write_pds_const_map_entry_vertex_attribute_address() 129 DMA->stride, in pvr_write_pds_const_map_entry_vertex_attribute_address() 147 robust_attribute_entry->stride = DMA->stride; in pvr_write_pds_const_map_entry_vertex_attribute_address() 162 attribute_entry->stride = DMA->stride; in pvr_write_pds_const_map_entry_vertex_attribute_address() 406 * 2 | 2:3 | stride[32] 411 * Each DMA whose stride > 0 requires one entry, laid out as above. We stride 1017 literal_entry->literal_value = vertex_dma->stride; in pvr_pds_generate_vertex_primary_program() [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_render.c | 165 size = (vb->buffer_offset + velem[i].src_offset) / vb->stride; in r300_split_index_bias() 357 unsigned stride[PIPE_MAX_ATTRIBS]; in r300_draw_arrays_immediate() local 374 stride[i] = vbuf->stride / 4; in r300_draw_arrays_immediate() 381 map[vbi] += (vbuf->buffer_offset / 4) + stride[i] * draw->start; in r300_draw_arrays_immediate() 397 OUT_CS_TABLE(&mapelem[i][stride[i] * v], size[i]); in r300_draw_arrays_immediate() 754 !vb->stride || in r300_max_vertex_count() 783 max_count = 1 + size / vb->stride; in r300_max_vertex_count()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-algs.hh | 859 V* base, size_t nmemb, size_t stride, in hb_bsearch_impl() 871 V* p = (V*) (((const char *) base) + (mid * stride)); in hb_bsearch_impl() 891 size_t nmemb, size_t stride = sizeof (V), in hb_bsearch() 897 return hb_bsearch_impl (&pos, key, base, nmemb, stride, compar) ? in hb_bsearch() 898 (V*) (((const char *) base) + (pos * stride)) : nullptr; in hb_bsearch() 904 size_t nmemb, size_t stride, in hb_bsearch() 911 return hb_bsearch_impl (&pos, key, base, nmemb, stride, compar, ds...) ? in hb_bsearch() 912 (V*) (((const char *) base) + (pos * stride)) : nullptr; in hb_bsearch() 857 hb_bsearch_impl(unsigned *pos, const K& key, V* base, size_t nmemb, size_t stride, int (*compar)(const void *_key, const void *_item, Ts... _ds), Ts... ds) hb_bsearch_impl() argument 903 hb_bsearch(const K& key, V* base, size_t nmemb, size_t stride, int (*compar)(const void *_key, const void *_item, Ts... _ds), Ts... ds) hb_bsearch() argument
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | resample.c | 1172 EXPORT void speex_resampler_set_input_stride(SpeexResamplerState *st, spx_uint32_t stride) in speex_resampler_set_input_stride() argument 1174 st->in_stride = stride; in speex_resampler_set_input_stride() 1177 EXPORT void speex_resampler_get_input_stride(SpeexResamplerState *st, spx_uint32_t *stride) in speex_resampler_get_input_stride() argument 1179 *stride = st->in_stride; in speex_resampler_get_input_stride() 1182 EXPORT void speex_resampler_set_output_stride(SpeexResamplerState *st, spx_uint32_t stride) in speex_resampler_set_output_stride() argument 1184 st->out_stride = stride; in speex_resampler_set_output_stride() 1187 EXPORT void speex_resampler_get_output_stride(SpeexResamplerState *st, spx_uint32_t *stride) in speex_resampler_get_output_stride() argument 1189 *stride = st->out_stride; in speex_resampler_get_output_stride()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp8dsp.asm | 857 ; void ff_vp8_idct_dc_add_<opt>(uint8_t *dst, int16_t block[16], ptrdiff_t stride); 880 cglobal vp8_idct_dc_add, 3, 3, 6, dst, block, stride 888 DEFINE_ARGS dst1, dst2, stride 926 ; void ff_vp8_idct_dc_add4y_<opt>(uint8_t *dst, int16_t block[4][16], ptrdiff_t stride); 930 cglobal vp8_idct_dc_add4y, 3, 3, 6, dst, block, stride 955 DEFINE_ARGS dst1, dst2, stride 961 ; void ff_vp8_idct_dc_add4uv_<opt>(uint8_t *dst, int16_t block[4][16], ptrdiff_t stride); 965 cglobal vp8_idct_dc_add4uv, 3, 3, 0, dst, block, stride 994 DEFINE_ARGS dst1, dst2, stride 1003 ; void ff_vp8_idct_add_<opt>(uint8_t *dst, int16_t block[16], ptrdiff_t stride); [all...] |
H A D | h264_deblock.asm | 40 %define PASS8ROWS(base, base3, stride, stride3, offset) \ 41 PASS8ROWS(base+offset, base3+offset, stride, stride3) 281 ; void ff_deblock_v_luma(uint8_t *pix, int stride, int alpha, int beta, 291 add base3_q, pix_q ; pix-3*stride 327 ; void ff_deblock_h_luma(uint8_t *pix, int stride, int alpha, int beta, 480 ; void ff_deblock_v8_luma(uint8_t *pix, int stride, int alpha, int beta, 488 add r4, r0 ; pix-3*stride 529 ; void ff_deblock_h_luma(uint8_t *pix, int stride, int alpha, int beta, 728 ; void ff_deblock_v_luma_intra(uint8_t *pix, int stride, int alpha, int beta) 736 lea r5, [r1*3] ; 3*stride [all...] |
H A D | hevc_deblock.asm | 628 cglobal hevc_v_loop_filter_chroma_8, 3, 5, 7, pix, stride, tc, pix0, r3stride 638 cglobal hevc_v_loop_filter_chroma_10, 3, 5, 7, pix, stride, tc, pix0, r3stride 648 cglobal hevc_v_loop_filter_chroma_12, 3, 5, 7, pix, stride, tc, pix0, r3stride 662 cglobal hevc_h_loop_filter_chroma_8, 3, 4, 7, pix, stride, tc, pix0 681 cglobal hevc_h_loop_filter_chroma_10, 3, 4, 7, pix, stride, tc, pix0 697 cglobal hevc_h_loop_filter_chroma_12, 3, 4, 7, pix, stride, tc, pix0 725 cglobal hevc_v_loop_filter_luma_8, 4, 14, 16, pix, stride, beta, tc, pix0, src3stride 737 cglobal hevc_v_loop_filter_luma_10, 4, 14, 16, pix, stride, beta, tc, pix0, src3stride 749 cglobal hevc_v_loop_filter_luma_12, 4, 14, 16, pix, stride, beta, tc, pix0, src3stride 765 cglobal hevc_h_loop_filter_luma_8, 4, 14, 16, pix, stride, bet [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_1_0_autogen.cpp | 190 GLsizei stride, in CaptureColorPointer() 197 paramBuffer.addValueParam("stride", ParamType::TGLsizei, stride); in CaptureColorPointer() 203 CaptureColorPointer_pointer(glState, isCallValid, size, typePacked, stride, pointer, in CaptureColorPointer() 1119 GLsizei stride, in CaptureNormalPointer() 1125 paramBuffer.addValueParam("stride", ParamType::TGLsizei, stride); in CaptureNormalPointer() 1131 CaptureNormalPointer_pointer(glState, isCallValid, typePacked, stride, pointer, in CaptureNormalPointer() 1395 GLsizei stride, in CaptureTexCoordPointer() 1402 paramBuffer.addValueParam("stride", ParamTyp in CaptureTexCoordPointer() 186 CaptureColorPointer(const State &glState, bool isCallValid, GLint size, VertexAttribType typePacked, GLsizei stride, const void *pointer) CaptureColorPointer() argument 1116 CaptureNormalPointer(const State &glState, bool isCallValid, VertexAttribType typePacked, GLsizei stride, const void *pointer) CaptureNormalPointer() argument 1391 CaptureTexCoordPointer(const State &glState, bool isCallValid, GLint size, VertexAttribType typePacked, GLsizei stride, const void *pointer) CaptureTexCoordPointer() argument 1633 CaptureVertexPointer(const State &glState, bool isCallValid, GLint size, VertexAttribType typePacked, GLsizei stride, const void *pointer) CaptureVertexPointer() argument [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid10.h | 45 sector_t stride; /* distance between far copies. member
|
/kernel/linux/linux-5.10/sound/usb/usx2y/ |
H A D | usbusx2y.h | 29 int stride; member
|