/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_ir_vec4.h | 109 const unsigned stride = (reg.file == UNIFORM ? 0 : 4); in offset() local 190 const unsigned stride = (reg.file == UNIFORM ? 0 : 4); in offset() local
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | volume9.c | 239 NineVolume9_GetSystemMemOffset(enum pipe_format format, unsigned stride, in NineVolume9_GetSystemMemOffset() argument 323 unsigned stride = This->stride; in NineVolume9_LockBox() local [all...] |
/third_party/mesa3d/src/gallium/winsys/sw/dri/ |
H A D | dri_sw_winsys.c | 57 unsigned stride; member 118 dri_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) dri_sw_displaytarget_create() argument 215 dri_sw_displaytarget_from_handle(struct sw_winsys *winsys, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned *stride) dri_sw_displaytarget_from_handle() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_tracker.c | 407 xa_surface_from_handle(struct xa_tracker *xa, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int flags, uint32_t handle, uint32_t stride) xa_surface_from_handle() argument 421 xa_surface_from_handle2(struct xa_tracker *xa, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int flags, enum xa_handle_type type, uint32_t handle, uint32_t stride) xa_surface_from_handle2() argument 551 xa_surface_handle(struct xa_surface *srf, enum xa_handle_type type, uint32_t * handle, unsigned int *stride) xa_surface_handle() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | renderbuffer.c | 466 GLint stride = _mesa_format_row_stride(rb->Format, in _mesa_map_renderbuffer() local
|
H A D | eval.c | 370 _mesa_Map1f( GLenum target, GLfloat u1, GLfloat u2, GLint stride, in _mesa_Map1f() argument 378 _mesa_Map1d( GLenum target, GLdouble u1, GLdouble u2, GLint stride, in _mesa_Map1d() argument 381 map1(target, (GLfloat) u1, (GLfloat) u2, stride, order, points, GL_DOUBLE); in _mesa_Map1d() local
|
/third_party/mesa3d/src/mesa/math/ |
H A D | m_debug_clip.c | 73 const GLuint stride = clip_vec->stride; in ref_cliptest_points4() local 131 const GLuint stride = clip_vec->stride; in ref_cliptest_points3() local 166 const GLuint stride = clip_vec->stride; in ref_cliptest_points2() local [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_acceleration_structure.c | 181 anv_WriteAccelerationStructuresPropertiesKHR( VkDevice _device, uint32_t accelerationStructureCount, const VkAccelerationStructureKHR* pAccelerationStructures, VkQueryType queryType, size_t dataSize, void* pData, size_t stride) anv_WriteAccelerationStructuresPropertiesKHR() argument
|
H A D | anv_gem_stubs.c | 108 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/intel/tools/ |
H A D | intel_noop_drm_shim.c | 50 uint32_t stride; member
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_texture.h | 85 unsigned stride; member
|
H A D | pan_cs.h | 113 unsigned stride; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_query_pool.h | 197 static inline size_t vn_sizeof_vkGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags) in vn_sizeof_vkGetQueryPoolResults() argument 215 static inline void vn_encode_vkGetQueryPoolResults(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags) in vn_encode_vkGetQueryPoolResults() argument 232 static inline size_t vn_sizeof_vkGetQueryPoolResults_reply(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags) in vn_sizeof_vkGetQueryPoolResults_reply() argument 256 static inline VkResult vn_decode_vkGetQueryPoolResults_reply(struct vn_cs_decoder *dec, VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags) in vn_decode_vkGetQueryPoolResults_reply() argument 376 static inline void vn_submit_vkGetQueryPoolResults(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags, struct vn_instance_submit_command *submit) in vn_submit_vkGetQueryPoolResults() argument 459 vn_call_vkGetQueryPoolResults(struct vn_instance *vn_instance, VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags) vn_call_vkGetQueryPoolResults() argument 475 vn_async_vkGetQueryPoolResults(struct vn_instance *vn_instance, VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void* pData, VkDeviceSize stride, VkQueryResultFlags flags) vn_async_vkGetQueryPoolResults() argument [all...] |
/third_party/mesa3d/src/util/format/ |
H A D | u_format_parse.py | 329 def stride(self): member in Format
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_descriptor_set.h | 106 size_t stride; member
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_rast_priv.h | 233 unsigned stride[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_quads_all() local
|
H A D | lp_setup_vbuf.c | 168 const unsigned stride = setup->vertex_info->size * sizeof(float); in lp_setup_draw_elements() local 383 const unsigned stride = setup->vertex_info->size * sizeof(float); lp_setup_draw_arrays() local [all...] |
H A D | lp_setup_analysis.c | 50 const_float4_ptr get_vert(const void *vertex_buffer, int index, int stride) in get_vert() argument 215 check_elts24(struct lp_setup_context *setup, const void *vb, int stride) in check_elts24() argument 320 lp_setup_analyse_triangles(struct lp_setup_context *setup, const void *vb, int stride, int nr) lp_setup_analyse_triangles() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_screen.c | 135 nouveau_screen_bo_get_handle(struct pipe_screen *pscreen, struct nouveau_bo *bo, unsigned stride, struct winsys_handle *whandle) nouveau_screen_bo_get_handle() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_miptree.c | 192 unsigned stride; in nv50_miptree_get_handle() local 409 unsigned stride; in nv50_miptree_from_handle() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_gmem.c | 57 uint32_t stride = 0; in emit_mrt() local 141 uint32_t stride = 0; in emit_zs() local 512 uint32_t stride, size; emit_mem2gmem_surf() local [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_screen.c | 830 fd_screen_bo_get_handle(struct pipe_screen *pscreen, struct fd_bo *bo, struct renderonly_scanout *scanout, unsigned stride, struct winsys_handle *whandle) fd_screen_bo_get_handle() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_gallium.c | 619 unsigned stride = info->stride[i] * 4; /* convert dwords->bytes */ ir3_update_max_tf_vtx() local [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_texture.h | 49 uint32_t stride: 15; member
|
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
H A D | SoftwareRenderer.cpp | 45 int32 width, height, stride; member [all...] |