Home
last modified time | relevance | path

Searched defs:stride (Results 651 - 675 of 1649) sorted by relevance

1...<<21222324252627282930>>...66

/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
/third_party/libdrm/tests/exynos/
H A Dexynos_fimg2d_test.c159 const unsigned int stride = num_tiles_x * tile_size; in create_checkerboard_pattern() local
[all...]
/third_party/libdrm/tests/util/
H A Dpattern.c159 fill_smpte_yuv_planar(const struct util_yuv_info *yuv, unsigned char *y_mem, unsigned char *u_mem, unsigned char *v_mem, unsigned int width, unsigned int height, unsigned int stride) fill_smpte_yuv_planar() argument
263 fill_smpte_yuv_packed(const struct util_yuv_info *yuv, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_smpte_yuv_packed() argument
362 fill_smpte_rgb16(const struct util_rgb_info *rgb, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_smpte_rgb16() argument
423 fill_smpte_rgb24(const struct util_rgb_info *rgb, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_smpte_rgb24() argument
486 fill_smpte_rgb32(const struct util_rgb_info *rgb, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_smpte_rgb32() argument
547 fill_smpte_rgb16fp(const struct util_rgb_info *rgb, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_smpte_rgb16fp() argument
608 fill_smpte_c8(void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_smpte_c8() argument
681 fill_smpte(const struct util_format_info *info, void *planes[3], unsigned int width, unsigned int height, unsigned int stride) fill_smpte() argument
772 make_pwetty(void *data, unsigned int width, unsigned int height, unsigned int stride, uint32_t format) make_pwetty() argument
842 fill_tiles_yuv_planar(const struct util_format_info *info, unsigned char *y_mem, unsigned char *u_mem, unsigned char *v_mem, unsigned int width, unsigned int height, unsigned int stride) fill_tiles_yuv_planar() argument
876 fill_tiles_yuv_packed(const struct util_format_info *info, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_tiles_yuv_packed() argument
908 fill_tiles_rgb16(const struct util_format_info *info, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_tiles_rgb16() argument
934 fill_tiles_rgb24(const struct util_format_info *info, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_tiles_rgb24() argument
956 fill_tiles_rgb32(const struct util_format_info *info, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_tiles_rgb32() argument
983 fill_tiles_rgb16fp(const struct util_format_info *info, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_tiles_rgb16fp() argument
1008 fill_tiles(const struct util_format_info *info, void *planes[3], unsigned int width, unsigned int height, unsigned int stride) fill_tiles() argument
1092 fill_plain(const struct util_format_info *info, void *planes[3], unsigned int height, unsigned int stride) fill_plain() argument
1110 fill_gradient_rgb32(const struct util_rgb_info *rgb, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_gradient_rgb32() argument
1138 fill_gradient_rgb16fp(const struct util_rgb_info *rgb, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_gradient_rgb16fp() argument
1191 fill_gradient(const struct util_format_info *info, void *planes[3], unsigned int width, unsigned int height, unsigned int stride) fill_gradient() argument
1236 util_fill_pattern(uint32_t format, enum util_fill_pattern pattern, void *planes[3], unsigned int width, unsigned int height, unsigned int stride) util_fill_pattern() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_texture.c894 i915_texture_subdata(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) i915_texture_subdata() argument
977 unsigned stride; i915_texture_from_handle() local
[all...]

Completed in 28 milliseconds

1...<<21222324252627282930>>...66