Home
last modified time | relevance | path

Searched defs:stride (Results 276 - 300 of 1649) sorted by relevance

1...<<11121314151617181920>>...66

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_memcpy.c95 unsigned stride = glsl_get_explicit_stride(type); in type_is_tightly_packed() local
H A Dnir_opt_offsets.c154 unsigned stride = (nir_intrinsic_st64(intrin) ? 64 : 1) * comp_size; in try_fold_shared2() local
/third_party/mesa3d/src/egl/wayland/wayland-drm/
H A Dwayland-drm.c109 drm_create_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, uint32_t name, int32_t width, int32_t height, uint32_t stride, uint32_t format) drm_create_buffer() argument
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_resource.h40 uint32_t stride; member
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_lower_regioning.cpp409 const unsigned stride = lower_dst_modifiers() local
452 const unsigned stride = type_sz(inst->dst.type) * inst->dst.stride / lower_src_region() local
501 const unsigned stride = required_dst_byte_stride(inst) / lower_dst_region() local
[all...]
/third_party/mesa3d/src/gallium/winsys/sw/wrapper/
H A Dwrapper_sw_winsys.c65 unsigned stride; /**< because we get stride at create */ member
101 wsw_dt_get_stride(struct wrapper_sw_displaytarget *wdt, unsigned *stride) in wsw_dt_get_stride() argument
123 wsw_dt_wrap_texture(struct wrapper_sw_winsys *wsw, struct pipe_resource *tex, unsigned *stride) wsw_dt_wrap_texture() argument
146 wsw_dt_create(struct sw_winsys *ws, unsigned bind, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) wsw_dt_create() argument
180 wsw_dt_from_handle(struct sw_winsys *ws, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned *stride) wsw_dt_from_handle() argument
[all...]
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_winsys.h64 uint32_t stride; member
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_regalloc.c112 size_t stride = reg_data->stride; in rogue_ra_init() local
/third_party/mesa3d/src/gallium/winsys/sw/hgl/
H A Dhgl_sw_winsys.cpp62 unsigned stride; member
109 hgl_winsys_displaytarget_create(struct sw_winsys* winsys, unsigned textureUsage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned* stride) hgl_winsys_displaytarget_create() argument
172 hgl_winsys_displaytarget_from_handle(struct sw_winsys* winsys, const struct pipe_resource* templat, struct winsys_handle* whandle, unsigned* stride) hgl_winsys_displaytarget_from_handle() argument
/third_party/mesa3d/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c54 unsigned stride; member
122 gdi_sw_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) gdi_sw_displaytarget_create() argument
175 gdi_sw_displaytarget_from_handle(struct sw_winsys *winsys, const struct pipe_resource *templet, struct winsys_handle *whandle, unsigned *stride) gdi_sw_displaytarget_from_handle() argument
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_job_common.h91 uint32_t stride; member
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_dri.c325 vmw_drm_surface_get_handle(struct svga_winsys_screen *sws, struct svga_winsys_surface *surface, unsigned stride, struct winsys_handle *whandle) vmw_drm_surface_get_handle() argument
/third_party/node/deps/brotli/c/enc/
H A Dblock_splitter_inc.h12 InitialEntropyCodes(const DataType* data, size_t length, size_t stride, size_t num_histograms, HistogramType* histograms) InitialEntropyCodes() argument
32 RandomSample(uint32_t* seed, const DataType* data, size_t length, size_t stride, HistogramType* sample) RandomSample() argument
46 RefineEntropyCodes(const DataType* data, size_t length, size_t stride, size_t num_histograms, HistogramType* histograms) RefineEntropyCodes() argument
[all...]
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_save_loopback.c180 const GLuint stride = _vbo_save_get_stride(node); in _vbo_loopback_vertex_list() local
188 &prims[i], wrap_count, stride, la, nr); in _vbo_loopback_vertex_list() local
95 loopback_prim(struct gl_context *ctx, const GLubyte *buffer, const struct _mesa_prim *prim, GLuint wrap_count, GLuint stride, const struct loopback_attr *la, GLuint nr) loopback_prim() argument
H A Dvbo_exec_draw.c118 const GLuint stride = exec->vtx.vertex_size*sizeof(GLfloat); in vbo_exec_bind_arrays() local
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_query_pool.c103 vn_GetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void *pData, VkDeviceSize stride, VkQueryResultFlags flags) vn_GetQueryPoolResults() argument
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_cmd_enqueue.c33 vk_cmd_enqueue_CmdDrawMultiEXT(VkCommandBuffer commandBuffer, uint32_t drawCount, const VkMultiDrawInfoEXT *pVertexInfo, uint32_t instanceCount, uint32_t firstInstance, uint32_t stride) vk_cmd_enqueue_CmdDrawMultiEXT() argument
70 vk_cmd_enqueue_CmdDrawMultiIndexedEXT(VkCommandBuffer commandBuffer, uint32_t drawCount, const VkMultiDrawIndexedInfoEXT *pIndexInfo, uint32_t instanceCount, uint32_t firstInstance, uint32_t stride, const int32_t *pVertexOffset) vk_cmd_enqueue_CmdDrawMultiIndexedEXT() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_query.c252 dzn_GetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void *pData, VkDeviceSize stride, VkQueryResultFlags flags) dzn_GetQueryPoolResults() argument
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_varyings.h56 unsigned stride; member
/third_party/mesa3d/include/vulkan/
H A Dvk_android_native_buffer.h69 int stride; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear.c52 linear_fallback(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, uint8_t *color, unsigned stride) linear_fallback() argument
77 lp_fs_linear_run(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) lp_fs_linear_run() argument
H A Dlp_rast_linear_fallback.c99 const unsigned stride = scene->cbufs[0].stride; in shade_quads() local
H A Dlp_state_fs_fastpath.c127 unsigned stride = strides[0] / sizeof *cbuf; in opaque_color() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_stateobj.h74 unsigned stride; member
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.h39 uint32_t stride; member

Completed in 21 milliseconds

1...<<11121314151617181920>>...66