Home
last modified time | relevance | path

Searched refs:stride (Results 1676 - 1700 of 2927) sorted by relevance

1...<<61626364656667686970>>...118

/third_party/ltp/lib/
H A Dtlibio.c48 * int stride_bounds(int offset, int stride, int nstrides,
158 {"l", LIO_IO_SLISTIO | LIO_WAIT_RECALL, "single stride sync listio"},
160 "single stride async listio using recall"},
162 "single stride async listio using pause"},
173 {"slistio", LIO_IO_SLISTIO, "single stride sync listio"},
174 {"alistio", LIO_IO_ALISTIO, "single stride async listio"},
215 int stride_bounds(int offset, int stride, int nstrides, int bytes_per_stride, in stride_bounds() argument
228 if (stride == 0) { in stride_bounds()
229 stride = bytes_per_stride; in stride_bounds()
238 nbytes = abs(stride) * (nstride in stride_bounds()
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Dkopper.c351 int stride, offset; in dri3_create_image() local
357 stride = bp_reply->stride; in dri3_create_image()
370 &stride, &offset, loaderPrivate); in dri3_create_image()
829 memmove(&map[line * transfer->stride], in kopper_update_tex_buffer()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_kopper.c355 const void *loader_private, unsigned *stride) in zink_kopper_displaytarget_create()
385 *stride = cdt->stride; in zink_kopper_displaytarget_create()
445 *stride = cdt->stride; in zink_kopper_displaytarget_create()
352 zink_kopper_displaytarget_create(struct zink_screen *screen, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *loader_private, unsigned *stride) zink_kopper_displaytarget_create() argument
/third_party/openGLES/api/GLES/
H A Dgl.h439 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const void *pointer);
496 GL_API void GL_APIENTRY glNormalPointer (GLenum type, GLsizei stride, const void *pointer);
515 GL_API void GL_APIENTRY glTexCoordPointer (GLint size, GLenum type, GLsizei stride, const void *pointer);
527 GL_API void GL_APIENTRY glVertexPointer (GLint size, GLenum type, GLsizei stride, const void *pointer);
552 GL_API void GL_APIENTRY glPointSizePointerOES (GLenum type, GLsizei stride, const void *pointer);
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_pipe.c184 /* Align stride to presumed cache line */ in agx_resource_create()
303 transfer->base.stride = box->width * blocksize; in agx_transfer_map()
304 transfer->base.layer_stride = transfer->base.stride * box->height; in agx_transfer_map()
315 transfer->base.stride / blocksize, in agx_transfer_map()
325 transfer->base.stride = rsrc->slices[level].line_stride; in agx_transfer_map()
367 transfer->stride / blocksize, in agx_transfer_unmap()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_dump_state.c476 util_dump_array(stream, uint, state->stride, in util_dump_stream_output_info()
477 ARRAY_SIZE(state->stride)); in util_dump_stream_output_info()
823 util_dump_member(stream, uint, state, stride); in util_dump_transfer()
860 util_dump_member(stream, uint, state, stride); in util_dump_vertex_buffer()
962 util_dump_member(stream, uint, state, stride); in util_dump_draw_indirect_info()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_ext_autogen.h30 void matrixIndexPointer(GLint size, GLenum type, GLsizei stride, const void *pointer); \
31 void weightPointer(GLint size, GLenum type, GLsizei stride, const void *pointer); \
33 void pointSizePointer(VertexAttribType typePacked, GLsizei stride, const void *pointer); \
146 GLsizei stride); \
148 GLsizei drawcount, GLsizei stride); \
H A DState.h485 GLsizei stride, in setVertexAttribPointer()
489 normalized, stride, pointer); in setVertexAttribPointer()
498 GLsizei stride, in setVertexAttribIPointer()
501 mVertexArray->setVertexAttribIPointer(context, attribNum, boundBuffer, size, type, stride, in setVertexAttribIPointer()
524 GLsizei stride);
479 setVertexAttribPointer(const Context *context, unsigned int attribNum, Buffer *boundBuffer, GLint size, VertexAttribType type, bool normalized, GLsizei stride, const void *pointer) setVertexAttribPointer() argument
493 setVertexAttribIPointer(const Context *context, unsigned int attribNum, Buffer *boundBuffer, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) setVertexAttribIPointer() argument
/third_party/skia/third_party/externals/swiftshader/include/GLES/
H A Dgl.h458 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const void *pointer);
515 GL_API void GL_APIENTRY glNormalPointer (GLenum type, GLsizei stride, const void *pointer);
534 GL_API void GL_APIENTRY glTexCoordPointer (GLint size, GLenum type, GLsizei stride, const void *pointer);
546 GL_API void GL_APIENTRY glVertexPointer (GLint size, GLenum type, GLsizei stride, const void *pointer);
571 GL_API void GL_APIENTRY glPointSizePointerOES (GLenum type, GLsizei stride, const void *pointer);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DBufferVk.cpp202 stride(strideIn), in VertexConversionBuffer()
1142 GLuint stride, in getVertexConversionBuffer()
1148 if (buffer.formatID == formatID && buffer.stride == stride && buffer.offset == offset) in getVertexConversionBuffer()
1154 mVertexConversionBuffers.emplace_back(renderer, formatID, stride, offset, hostVisible); in getVertexConversionBuffer()
1140 getVertexConversionBuffer(RendererVk *renderer, angle::FormatID formatID, GLuint stride, size_t offset, bool hostVisible) getVertexConversionBuffer() argument
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DVertexProcessor.cpp71 stride = 0; in TransformFeedbackInfo()
203 void VertexProcessor::setTransformFeedbackBuffer(int index, sw::Resource* buffer, int offset, unsigned int reg, unsigned int row, unsigned int col, unsigned int stride) in setTransformFeedbackBuffer() argument
210 transformFeedbackInfo[index].stride = stride; in setTransformFeedbackBuffer()
222 s[i] = transformFeedbackInfo[i].stride; in lockTransformFeedbackBuffers()
/third_party/skia/third_party/externals/opengl-registry/api/GLES/
H A Dgl.h458 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const void *pointer);
515 GL_API void GL_APIENTRY glNormalPointer (GLenum type, GLsizei stride, const void *pointer);
534 GL_API void GL_APIENTRY glTexCoordPointer (GLint size, GLenum type, GLsizei stride, const void *pointer);
546 GL_API void GL_APIENTRY glVertexPointer (GLint size, GLenum type, GLsizei stride, const void *pointer);
571 GL_API void GL_APIENTRY glPointSizePointerOES (GLenum type, GLsizei stride, const void *pointer);
/third_party/ffmpeg/libavcodec/arm/
H A Dvp8dsp_armv6.S195 @ void vp8_idct_add(uint8_t *dst, int16_t block[16], ptrdiff_t stride)
317 @ void vp8_idct_dc_add(uint8_t *dst, int16_t block[16], ptrdiff_t stride)
358 @ void vp8_idct_dc_add4uv(uint8_t *dst, int16_t block[4][16], ptrdiff_t stride)
374 @ void vp8_idct_dc_add4y(uint8_t *dst, int16_t block[4][16], ptrdiff_t stride)
458 @ void vp8_v_loop_filter16_simple(uint8_t *dst, ptrdiff_t stride, int flim)
869 @ void vp8_h_loop_filter16_simple(uint8_t *dst, ptrdiff_t stride, int flim)
1362 add r1, r3, r3, lsl #1 @ stride * 3
1363 ldr_nreg r5, r2, r3 @ src[0,1,2,3 + stride * 1]
1364 ldr r6, [r2, r3] @ src[0,1,2,3 + stride * 3]
1365 ldr r7, [r2, r3, lsl #1] @ src[0,1,2,3 + stride *
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawTests.cpp204 spec.attribs[0].stride = 0; in genBasicSpec()
215 spec.attribs[1].stride = 0; in genBasicSpec()
287 spec.attribs[0].stride = 0; in init()
324 spec.attribs[0].stride = 0; in init()
335 spec.attribs[1].stride = 0; in init()
372 spec.attribs[0].stride = 0; in init()
384 spec.attribs[1].stride = 0; in init()
397 spec.attribs[2].stride = 0; in init()
434 spec.attribs[0].stride = 0; in init()
462 spec.attribs[1].stride in init()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/include/
H A Ddrv_tde_ioctl.h40 hi_u32 stride; /* <Stride of a bitmap or the Y component */ member
/device/qemu/riscv32_virt/liteos_m/board/ui/
H A Dfbdev.cpp160 g_devSurfaceData.stride = g_display.buffer.pitch; in FbdevInit()
/foundation/graphic/graphic_utils_lite/frameworks/hals/
H A Dhi_fbdev.cpp160 g_devSurfaceData.stride = g_display.buffer.pitch; in HiFbdevInit()
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dvertex_input_declaration_loader.cpp42 SafeGetJsonValue(jsonData, "stride", context.error, context.data.stride); in FromJson()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dnative_buffer.h331 int32_t stride; ///< the stride of memory in bytes member
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/
H A Dheif_hw_decoder.h50 uint32_t stride = 0; member
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_buffer.h171 std::vector<uint32_t> stride {};
/kernel/linux/linux-5.10/arch/mips/crypto/
H A Dchacha-glue.c44 nbytes = round_down(nbytes, walk.stride); in chacha_mips_stream_xor()
/kernel/linux/linux-6.6/arch/mips/crypto/
H A Dchacha-glue.c44 nbytes = round_down(nbytes, walk.stride); in chacha_mips_stream_xor()
/kernel/linux/linux-5.10/drivers/video/fbdev/vermilion/
H A Dvermilion.h58 /* Graphics plane stride register. */
208 u32 stride; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dvirtio_gpu.h230 __le32 stride; member

Completed in 44 milliseconds

1...<<61626364656667686970>>...118