| /third_party/mesa3d/src/glx/apple/ |
| H A D | apple_glx_pbuffer.c | 289 int width, height; in apple_glx_pbuffer_query() local 123 apple_glx_pbuffer_create(Display * dpy, GLXFBConfig config, int width, int height, int *errorcode, GLXPbuffer * result) apple_glx_pbuffer_create() argument
|
| /third_party/mesa3d/src/imagination/csbgen/ |
| H A D | pvr_packet_helpers.h | 75 const int width = end - start + 1; in __pvr_uint() local 88 const int width = end - start + 1; in __pvr_uint_unpack() local 97 const int width = end - start + 1; in __pvr_sint() local 117 const int width = end - start + 1; __pvr_sint_unpack() local [all...] |
| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_image.c | 100 const uint32_t width = u_minify(image->physical_extent.width, i); in pvr_image_setup_mip_levels() local [all...] |
| H A D | pvr_job_common.h | 97 uint32_t width; member
|
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| H A D | memory.cpp | 224 image::width() const { in width() function in image 170 image(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t height, size_t depth, size_t array_size, size_t row_pitch, size_t slice_pitch, size_t size, void *host_ptr, cl_mem buffer) image() argument 263 image1d(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t row_pitch, void *host_ptr) image1d() argument 273 image1d_buffer(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t row_pitch, void *host_ptr, cl_mem buffer) image1d_buffer() argument 283 image1d_array(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t array_size, size_t slice_pitch, void *host_ptr) image1d_array() argument 294 image2d(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t height, size_t row_pitch, void *host_ptr) image2d() argument 304 image2d_array(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t height, size_t array_size, size_t row_pitch, size_t slice_pitch, void *host_ptr) image2d_array() argument 315 image3d(clover::context &ctx, std::vector<cl_mem_properties> properties, cl_mem_flags flags, const cl_image_format *format, size_t width, size_t height, size_t depth, size_t row_pitch, size_t slice_pitch, void *host_ptr) image3d() argument [all...] |
| /third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
| H A D | GalliumContext.cpp | 379 GalliumContext::Validate(uint32 width, uint32 height) in Validate() argument 396 GalliumContext::Invalidate(uint32 width, uint32 height) in Invalidate() argument
|
| /third_party/mesa3d/src/gallium/tests/graw/ |
| H A D | occlusion-query.c | 10 static int width = 300; variable
|
| H A D | tri-gs.c | 52 set_viewport( float x, float y, float width, float height, float zNear, float zFar) set_viewport() argument
|
| /third_party/mesa3d/src/gallium/frontends/xvmc/ |
| H A D | context.c | 45 Validate(Display *dpy, XvPortID port, int surface_type_id, unsigned int width, unsigned int height, int flags, bool *found_port, int *screen, int *chroma_format, int *mc_type, int *surface_flags, unsigned short *subpic_max_w, unsigned short *subpic_max_h) Validate() argument 181 XvMCCreateContext(Display *dpy, XvPortID port, int surface_type_id, int width, int height, int flags, XvMCContext *context) XvMCCreateContext() argument [all...] |
| /third_party/node/src/ |
| H A D | node_report_utils.cc | 195 int height, width, rc; in WalkHandle() local
|
| /third_party/musl/src/stdio/ |
| H A D | vfwscanf.c | 88 int width; in vfwscanf() local [all...] |
| H A D | vfscanf.c | 67 int width; in vfscanf() local [all...] |
| /third_party/musl/porting/linux/user/src/stdio/ |
| H A D | vfscanf.c | 67 int width; in vfscanf() local [all...] |
| /third_party/mesa3d/src/intel/isl/tests/ |
| H A D | isl_surf_get_image_offset_test.c | 45 t_assert_extent4d(const struct isl_extent4d *e, uint32_t width, in t_assert_extent4d() argument 97 t_assert_phys_level0_sa(const struct isl_surf *surf, uint32_t width, in t_assert_phys_level0_sa() argument
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | accum.c | 65 GLuint x, y, width, height; in _mesa_clear_accum_buffer() local 129 accum_scale_or_bias(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height, GLboolean bias) accum_scale_or_bias() argument 188 accum_or_load(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height, GLboolean load) accum_or_load() argument 284 accum_return(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height) accum_return() argument 399 GLint xpos, ypos, width, height; accum() local [all...] |
| H A D | scissor.c | 67 scissor(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height) in scissor() argument 91 _mesa_Scissor_no_error(GLint x, GLint y, GLsizei width, GLsizei height) in _mesa_Scissor_no_error() argument 98 _mesa_Scissor(GLint x, GLint y, GLsizei width, GLsizei height) in _mesa_Scissor() argument 45 set_scissor_no_notify(struct gl_context *ctx, unsigned idx, GLint x, GLint y, GLsizei width, GLsizei height) set_scissor_no_notify() argument 128 _mesa_set_scissor(struct gl_context *ctx, unsigned idx, GLint x, GLint y, GLsizei width, GLsizei height) _mesa_set_scissor() argument 202 scissor_indexed_err(struct gl_context *ctx, GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height, const char *function) scissor_indexed_err() argument 228 _mesa_ScissorIndexed_no_error(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) _mesa_ScissorIndexed_no_error() argument 236 _mesa_ScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) _mesa_ScissorIndexed() argument [all...] |
| H A D | texcompress_cpal.c | 109 _mesa_cpal_compressed_size(int level, GLenum internalFormat, unsigned width, unsigned height) _mesa_cpal_compressed_size() argument 149 _mesa_cpal_compressed_teximage2d(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei imageSize, const void *palette) _mesa_cpal_compressed_teximage2d() argument
|
| H A D | pbo.c | 66 _mesa_validate_pbo_access(GLuint dimensions, const struct gl_pixelstore_attrib *pack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr) _mesa_validate_pbo_access() argument 178 _mesa_validate_pbo_source(struct gl_context *ctx, GLuint dimensions, const struct gl_pixelstore_attrib *unpack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr, const char *where) _mesa_validate_pbo_source() argument 258 _mesa_map_validate_pbo_source(struct gl_context *ctx, GLuint dimensions, const struct gl_pixelstore_attrib *unpack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr, const char *where) _mesa_map_validate_pbo_source() argument 336 _mesa_map_validate_pbo_dest(struct gl_context *ctx, GLuint dimensions, const struct gl_pixelstore_attrib *unpack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, GLvoid *ptr, const char *where) _mesa_map_validate_pbo_dest() argument 395 _mesa_validate_pbo_teximage(struct gl_context *ctx, GLuint dimensions, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *unpack, const char *funcName) _mesa_validate_pbo_teximage() argument [all...] |
| H A D | texcompress_etc_tmp.h | 139 etc1_unpack_rgba8888(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) etc1_unpack_rgba8888() argument
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_cb_eglimage.c | 377 uint32_t width = u_minify(stimg->texture->width0, stimg->level); in st_bind_egl_image() local
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_vec4_cse.cpp | 213 const unsigned width = entry->generator->exec_size; in opt_cse_local() local 234 const unsigned width = inst->exec_size; in opt_cse_local() local
|
| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_tiler.c | 230 pan_tile_count(unsigned width, unsigned height, unsigned tile_width, unsigned tile_height) in pan_tile_count() argument 287 panfrost_flat_size(unsigned width, unsigned height, unsigned dim, unsigned bytes_per_tile) in panfrost_flat_size() argument 304 panfrost_tiler_header_size(unsigned width, unsigned height, unsigned mask, bool hierarchy) in panfrost_tiler_header_size() argument 249 panfrost_hierarchy_size( unsigned width, unsigned height, unsigned mask, unsigned bytes_per_tile) panfrost_hierarchy_size() argument 318 panfrost_tiler_full_size(unsigned width, unsigned height, unsigned mask, bool hierarchy) panfrost_tiler_full_size() argument 330 panfrost_choose_tile_size( unsigned width, unsigned height, unsigned vertex_count) panfrost_choose_tile_size() argument 359 panfrost_choose_hierarchy_mask( unsigned width, unsigned height, unsigned vertex_count, bool hierarchy) panfrost_choose_hierarchy_mask() argument [all...] |
| /third_party/mesa3d/src/util/format/ |
| H A D | u_format_yuv.c | 42 util_format_r8g8_b8g8_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_r8g8_b8g8_unorm_unpack_rgba_float() argument 96 util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() argument 150 util_format_r8g8_b8g8_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_r8g8_b8g8_unorm_pack_rgba_float() argument 199 util_format_r8g8_b8g8_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_r8g8_b8g8_unorm_pack_rgba_8unorm() argument 264 util_format_g8r8_g8b8_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_g8r8_g8b8_unorm_unpack_rgba_float() argument 318 util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm() argument 372 util_format_g8r8_g8b8_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_g8r8_g8b8_unorm_pack_rgba_float() argument 421 util_format_g8r8_g8b8_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_g8r8_g8b8_unorm_pack_rgba_8unorm() argument 486 util_format_uyvy_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_uyvy_unpack_rgba_float() argument 534 util_format_uyvy_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_uyvy_unpack_rgba_8unorm() argument 582 util_format_uyvy_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_uyvy_pack_rgba_float() argument 635 util_format_uyvy_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_uyvy_pack_rgba_8unorm() argument 708 util_format_yuyv_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_yuyv_unpack_rgba_float() argument 756 util_format_yuyv_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_yuyv_unpack_rgba_8unorm() argument 804 util_format_yuyv_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_yuyv_pack_rgba_float() argument 857 util_format_yuyv_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_yuyv_pack_rgba_8unorm() argument [all...] |
| H A D | u_format_latc.c | 46 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_unorm_unpack_rgba_8unorm() argument 59 util_format_latc1_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_unorm_unpack_rgba_float() argument 85 util_format_latc1_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_unorm_pack_rgba_float() argument 52 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc1_unorm_pack_rgba_8unorm() argument 111 util_format_latc1_snorm_unpack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_latc1_snorm_unpack_rgba_8unorm() argument 119 util_format_latc1_snorm_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_latc1_snorm_pack_rgba_8unorm() argument 127 util_format_latc1_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc1_snorm_pack_rgba_float() argument 133 util_format_latc1_snorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc1_snorm_unpack_rgba_float() argument 182 util_format_latc2_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc2_unorm_unpack_rgba_8unorm() argument 188 util_format_latc2_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc2_unorm_pack_rgba_8unorm() argument 194 util_format_latc2_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc2_unorm_pack_rgba_float() argument 200 util_format_latc2_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc2_unorm_unpack_rgba_float() argument 249 util_format_latc2_snorm_unpack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_latc2_snorm_unpack_rgba_8unorm() argument 257 util_format_latc2_snorm_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, UNUSED unsigned width, UNUSED unsigned height) util_format_latc2_snorm_pack_rgba_8unorm() argument 265 util_format_latc2_snorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc2_snorm_unpack_rgba_float() argument 292 util_format_latc2_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_latc2_snorm_pack_rgba_float() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_linear.c | 52 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
|