Home
last modified time | relevance | path

Searched defs:stride (Results 376 - 400 of 994) sorted by relevance

1...<<11121314151617181920>>...40

/third_party/ffmpeg/tests/checkasm/
H A Dvp8dsp.c175 ptrdiff_t stride in check_idct_dc4() local
369 fill_loopfilter_buffers(uint8_t *buf, ptrdiff_t stride, int w, int h) fill_loopfilter_buffers() argument
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_image.cpp283 unsigned int stride = img.dim_stride; in load_image_block_fast_ldr() local
/third_party/libdrm/intel/
H A Dintel_bufmgr.c63 drm_intel_bo_alloc_userptr(drm_intel_bufmgr *bufmgr, const char *name, void *addr, uint32_t tiling_mode, uint32_t stride, unsigned long size, unsigned long flags) drm_intel_bo_alloc_userptr() argument
239 drm_intel_bo_set_tiling(drm_intel_bo *bo, uint32_t * tiling_mode, uint32_t stride) drm_intel_bo_set_tiling() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader_info.c275 unsigned stride = glsl_count_attribute_slots(glsl_get_array_element(type), false); in mark_16bit_ps_input() local
H A Dradv_nir_apply_pipeline_layout.c76 unsigned stride; in visit_vulkan_resource_index() local
127 nir_ssa_def *stride = nir_channel(b, intrin->src[0].ssa, 2); in visit_vulkan_resource_reindex() local
/third_party/ltp/lib/
H A Dtlibio.c215 int stride_bounds(int offset, int stride, int nstrides, int bytes_per_stride, in stride_bounds() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddrisw.c111 get_image2(__DRIdrawable *dPriv, int x, int y, int width, int height, int stride, void *data) in get_image2() argument
69 put_image2(__DRIdrawable *dPriv, void *data, int x, int y, unsigned width, unsigned height, unsigned stride) put_image2() argument
81 put_image_shm(__DRIdrawable *dPriv, int shmid, char *shmaddr, unsigned offset, unsigned offset_x, int x, int y, unsigned width, unsigned height, unsigned stride) put_image_shm() argument
158 drisw_get_image(struct dri_drawable *drawable, int x, int y, unsigned width, unsigned height, unsigned stride, void *data) drisw_get_image() argument
179 drisw_put_image2(struct dri_drawable *drawable, void *data, int x, int y, unsigned width, unsigned height, unsigned stride) drisw_put_image2() argument
189 drisw_put_image_shm(struct dri_drawable *drawable, int shmid, char *shmaddr, unsigned offset, unsigned offset_x, int x, int y, unsigned width, unsigned height, unsigned stride) drisw_put_image_shm() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.h810 unsigned stride = util_format_get_stride(format, width); in nine_format_get_stride() local
H A Dsurface9.c416 NineSurface9_GetSystemMemOffset(enum pipe_format format, unsigned stride, in NineSurface9_GetSystemMemOffset() argument
498 unsigned stride = This->stride; in NineSurface9_LockRect() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_copy_propagation.cpp371 can_take_stride(fs_inst *inst, brw_reg_type dst_type, unsigned arg, unsigned stride, const struct brw_compiler *compiler) can_take_stride() argument
[all...]
H A Dtest_eu_validate.cpp2104 unsigned stride; in TEST_P() member
H A Dbrw_nir_lower_storage_image.c108 nir_ssa_def *stride = load_image_param(b, deref, STRIDE); in image_address() local
422 nir_ssa_def *stride in lower_image_load_instr() local
573 nir_ssa_def *stride = load_image_param(b, deref, STRIDE); lower_image_store_instr() local
[all...]
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_socket.c391 virgl_vtest_send_transfer_cmd(struct virgl_vtest_winsys *vws, uint32_t vcmd, uint32_t handle, uint32_t level, uint32_t stride, uint32_t layer_stride, const struct pipe_box *box, uint32_t data_size) virgl_vtest_send_transfer_cmd() argument
460 virgl_vtest_send_transfer_get(struct virgl_vtest_winsys *vws, uint32_t handle, uint32_t level, uint32_t stride, uint32_t layer_stride, const struct pipe_box *box, uint32_t data_size, uint32_t offset) virgl_vtest_send_transfer_get() argument
477 virgl_vtest_send_transfer_put(struct virgl_vtest_winsys *vws, uint32_t handle, uint32_t level, uint32_t stride, uint32_t layer_stride, const struct pipe_box *box, uint32_t data_size, uint32_t offset) virgl_vtest_send_transfer_put() argument
501 virgl_vtest_recv_transfer_get_data(struct virgl_vtest_winsys *vws, void *data, uint32_t data_size, uint32_t stride, const struct pipe_box *box, uint32_t format) virgl_vtest_recv_transfer_get_data() argument
[all...]
/third_party/musl/src/malloc/mallocng/
H A Dmeta.h213 size_t stride = get_stride(g); in enframe() local
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmeta.h213 size_t stride = get_stride(g); in enframe() local
/third_party/node/deps/brotli/c/enc/
H A Dentropy_encode.c247 size_t stride; in BrotliOptimizeHuffmanCountsForRle() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_draw.c236 st_indirect_draw_vbo(struct gl_context *ctx, GLuint mode, struct gl_buffer_object *indirect_data, GLsizeiptr indirect_offset, unsigned draw_count, unsigned stride, struct gl_buffer_object *indirect_draw_count, GLsizeiptr indirect_draw_count_offset, const struct _mesa_index_buffer *ib, bool primitive_restart, unsigned restart_index) st_indirect_draw_vbo() argument
/third_party/mesa3d/src/mesa/main/
H A Dglthread_varray.c345 attrib_pointer(struct glthread_state *glthread, struct glthread_vao *vao, GLuint buffer, gl_vert_attrib attrib, GLint size, GLenum type, GLsizei stride, const void *pointer) attrib_pointer() argument
369 _mesa_glthread_AttribPointer(struct gl_context *ctx, gl_vert_attrib attrib, GLint size, GLenum type, GLsizei stride, const void *pointer) _mesa_glthread_AttribPointer() argument
381 _mesa_glthread_DSAAttribPointer(struct gl_context *ctx, GLuint vaobj, GLuint buffer, gl_vert_attrib attrib, GLint size, GLenum type, GLsizei stride, GLintptr offset) _mesa_glthread_DSAAttribPointer() argument
435 bind_vertex_buffer(struct glthread_state *glthread, struct glthread_vao *vao, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride) bind_vertex_buffer() argument
453 _mesa_glthread_VertexBuffer(struct gl_context *ctx, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride) _mesa_glthread_VertexBuffer() argument
463 _mesa_glthread_DSAVertexBuffer(struct gl_context *ctx, GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride) _mesa_glthread_DSAVertexBuffer() argument
660 _mesa_glthread_InterleavedArrays(struct gl_context *ctx, GLenum format, GLsizei stride, const GLvoid *pointer) _mesa_glthread_InterleavedArrays() argument
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_gem.c281 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/include/android_stub/android/
H A Dhardware_buffer.h307 uint32_t stride; ///< Row stride in pixels, ignored for AHardwareBuffer_allocate() member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.h125 unsigned stride; member
H A Dlp_test_blend.c449 const unsigned stride = lp_type_width(type)/8; in test_one() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_miptree.c60 unsigned stride; in nv30_miptree_get_handle() local
512 unsigned stride; in nv30_miptree_from_handle() local
H A Dnv30_transfer.c156 u32 format, stride; in nv30_transfer_rect_blit() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.h45 uint16_t stride[4]; member

Completed in 23 milliseconds

1...<<11121314151617181920>>...40