/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES1.cpp | 85 GLsizei stride, in ValidateBuiltinVertexAttributeCommon() 90 if (stride < 0) in ValidateBuiltinVertexAttributeCommon() 785 GLsizei stride, in ValidateColorPointer() 789 size, type, stride, pointer); in ValidateColorPointer() 1274 GLsizei stride, in ValidateNormalPointer() 1278 3, type, stride, pointer); in ValidateNormalPointer() 1484 GLsizei stride, in ValidateTexCoordPointer() 1488 context, entryPoint, ClientVertexArrayType::TextureCoord, size, type, stride, pointer); in ValidateTexCoordPointer() 1627 GLsizei stride, in ValidateVertexPointer() 1631 size, type, stride, pointe in ValidateVertexPointer() 80 ValidateBuiltinVertexAttributeCommon(const Context *context, angle::EntryPoint entryPoint, ClientVertexArrayType arrayType, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateBuiltinVertexAttributeCommon() argument 781 ValidateColorPointer(const Context *context, angle::EntryPoint entryPoint, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateColorPointer() argument 1271 ValidateNormalPointer(const Context *context, angle::EntryPoint entryPoint, VertexAttribType type, GLsizei stride, const void *pointer) ValidateNormalPointer() argument 1480 ValidateTexCoordPointer(const Context *context, angle::EntryPoint entryPoint, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateTexCoordPointer() argument 1623 ValidateVertexPointer(const Context *context, angle::EntryPoint entryPoint, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateVertexPointer() argument 1724 ValidateMatrixIndexPointerOES(const Context *context, angle::EntryPoint entryPoint, GLint size, GLenum type, GLsizei stride, const void *pointer) ValidateMatrixIndexPointerOES() argument 1735 ValidateWeightPointerOES(const Context *context, angle::EntryPoint entryPoint, GLint size, GLenum type, GLsizei stride, const void *pointer) ValidateWeightPointerOES() argument 1746 ValidatePointSizePointerOES(const Context *context, angle::EntryPoint entryPoint, VertexAttribType type, GLsizei stride, const void *pointer) ValidatePointSizePointerOES() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_texture.c | 177 unsigned *stride, in r600_texture_get_offset() 180 *stride = rtex->surface.u.legacy.level[level].nblk_x * in r600_texture_get_offset() 289 metadata->u.legacy.stride = surface->u.legacy.level[0].nblk_x * surface->bpe; in r600_texture_init_metadata() 451 unsigned stride = 0; in r600_texture_get_info() local 459 stride = rtex->surface.u.legacy.level[0].nblk_x * in r600_texture_get_info() 464 *pstride = stride; in r600_texture_get_info() 482 unsigned stride, offset, slice_size; in r600_texture_get_handle() local 557 r600_texture_get_info(screen, resource, &stride, &offset); in r600_texture_get_handle() 571 whandle->stride = stride; in r600_texture_get_handle() 174 r600_texture_get_offset(struct r600_common_screen *rscreen, struct r600_texture *rtex, unsigned level, const struct pipe_box *box, unsigned *stride, unsigned *layer_stride) r600_texture_get_offset() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_diag.h | 20 u32 stride; /* bytes between each element */ member
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp6dsp_init.c | 28 void ff_vp6_filter_diag4_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
|
H A D | simple_idct10.asm | 116 %define PASS4ROWS(base, stride, stride3) \ 117 [base], [base + stride], [base + 2*stride], [base + stride3]
|
/third_party/libdrm/tests/util/ |
H A D | pattern.h | 40 unsigned int height, unsigned int stride);
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_etc2.h | 43 etna_etc2_calculate_blocks(uint8_t *buffer, unsigned stride,
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | sysfb_efi.c | 53 /* 11" Macbook Air 3,1 passes the wrong stride */ 78 si->lfb_linelength = efifb_dmi_list[i].stride; in efifb_setup_from_dmi() 99 info->stride == 0) in efifb_set_system() 150 screen_info.lfb_linelength = choose_value(info->stride, in efifb_set_system() 170 "(%dx%d, stride %d)\n", id->ident, in efifb_set_system()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/ |
H A D | vrfb.c | 95 unsigned long stride = width * bytespp; in get_image_width_roundup() local 96 unsigned long ceil_pages_per_stride = (stride / VRFB_PAGE_WIDTH) + in get_image_width_roundup() 97 (stride % VRFB_PAGE_WIDTH != 0); in get_image_width_roundup()
|
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/ |
H A D | ipu-pre.c | 166 unsigned int height, unsigned int stride, u32 format, in ipu_pre_configure() 194 val = IPU_PRE_PREFETCH_ENG_PITCH_Y(stride); in ipu_pre_configure() 206 val = IPU_PRE_STORE_ENG_PITCH_OUT_PITCH(stride); in ipu_pre_configure() 165 ipu_pre_configure(struct ipu_pre *pre, unsigned int width, unsigned int height, unsigned int stride, u32 format, uint64_t modifier, unsigned int bufaddr) ipu_pre_configure() argument
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/ |
H A D | vrfb.c | 95 unsigned long stride = width * bytespp; in get_image_width_roundup() local 96 unsigned long ceil_pages_per_stride = (stride / VRFB_PAGE_WIDTH) + in get_image_width_roundup() 97 (stride % VRFB_PAGE_WIDTH != 0); in get_image_width_roundup()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | sysfb_efi.c | 53 /* 11" Macbook Air 3,1 passes the wrong stride */ 78 si->lfb_linelength = efifb_dmi_list[i].stride; in efifb_setup_from_dmi() 99 info->stride == 0) in efifb_set_system() 150 screen_info.lfb_linelength = choose_value(info->stride, in efifb_set_system() 170 "(%dx%d, stride %d)\n", id->ident, in efifb_set_system()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/ |
H A D | qxl_draw.c | 147 int stride = fb->pitches[0]; in qxl_draw_dirty_fb() local 187 height, stride); in qxl_draw_dirty_fb() 213 top, width, height, depth, stride); in qxl_draw_dirty_fb()
|
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/ |
H A D | ipu-pre.c | 166 unsigned int height, unsigned int stride, u32 format, in ipu_pre_configure() 194 val = IPU_PRE_PREFETCH_ENG_PITCH_Y(stride); in ipu_pre_configure() 206 val = IPU_PRE_STORE_ENG_PITCH_OUT_PITCH(stride); in ipu_pre_configure() 165 ipu_pre_configure(struct ipu_pre *pre, unsigned int width, unsigned int height, unsigned int stride, u32 format, uint64_t modifier, unsigned int bufaddr) ipu_pre_configure() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | fraps.c | 90 static int fraps2_decode_plane(FrapsContext *s, uint8_t *dst, int stride, int w, in fraps2_decode_plane() argument 122 dst[i] += dst[i - stride]; in fraps2_decode_plane() 130 dst += stride; in fraps2_decode_plane()
|
H A D | libxavs2.c | 156 int stride; in xavs2_copy_frame() local 161 stride = pic->img.i_width[plane] * pic->img.in_sample_size; in xavs2_copy_frame() 163 memcpy(p_plane, p_buffer, stride); in xavs2_copy_frame()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_split_64bit_vec3_and_vec4.c | 116 int stride = glsl_array_size((*p)->type); in get_linear_array_offset() local 117 if (stride >= 0) in get_linear_array_offset() 118 offset = nir_iadd(b, offset, nir_amul_imm(b, index, stride)); in get_linear_array_offset()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_android.c | 153 *out_stride = native_buffer->stride /*in pixels*/ * in v3dv_gralloc_info_other() 170 int stride[4]; member 188 *out_stride = info.stride[0]; in v3dv_gralloc_info_cros()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_gem.c | 282 uint32_t gem_handle, uint32_t stride, uint32_t tiling) in anv_gem_set_tiling() 299 .stride = stride, in anv_gem_set_tiling() 281 anv_gem_set_tiling(struct anv_device *device, uint32_t gem_handle, uint32_t stride, uint32_t tiling) anv_gem_set_tiling() argument
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_tile.c | 60 util_copy_rect(dst, pt->resource->format, dst_stride, 0, 0, w, h, src, pt->stride, x, y); in pipe_get_tile_raw() 81 util_copy_rect(dst, format, pt->stride, x, y, w, h, src, src_stride, 0, 0); in pipe_put_tile_raw() 376 dst, pt->stride, in pipe_put_tile_rgba()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pt_so_emit.c | 166 buffer_total_bytes[ob] += state->stride[ob] * sizeof(float); in so_emit_prim() 222 target->internal_offset += state->stride[ob] * sizeof(float); in so_emit_prim() 307 emit->input_vertex_stride = input_verts[stream].stride; in draw_pt_so_emit()
|
/third_party/mesa3d/src/gbm/main/ |
H A D | gbm_abi_check.c | 79 uint32_t flags, uint32_t *stride, 118 uint32_t stride; member 377 CHECK_MEMBER_CURRENT(gbm_bo_v0, _abi0, stride); in main()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_transfer.c | 188 /* Set the stride. */ in r300_texture_transfer_map() 189 trans->transfer.stride = in r300_texture_transfer_map() 204 trans->transfer.stride = tex->tex.stride_in_bytes[level]; in r300_texture_transfer_map() 238 box->y / util_format_get_blockheight(format) * trans->transfer.stride + in r300_texture_transfer_map()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | VertexBuffer.cpp | 240 : formatID(angle::FormatID::NONE), stride(0), offset(0) in AttributeSignature() 249 if (formatID != attrib.format->id || static_cast<GLuint>(stride) != attribStride) in matchesAttribute() 263 offset = stride = static_cast<GLuint>(ComputeVertexAttributeStride(attrib, binding)); in set()
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | FrameBufferDD.cpp | 355 int stride = DDSD.lPitch; in screenshot() local 363 (char*&)sourceBuffer += stride; in screenshot() 426 stride = DDSD.lPitch; in lock()
|