Home
last modified time | relevance | path

Searched defs:width (Results 901 - 925 of 3357) sorted by relevance

1...<<31323334353637383940>>...135

/third_party/lzma/CPP/Windows/Control/
H A DListView.cpp41 int CListView::InsertColumn(unsigned columnIndex, LPCTSTR text, int width) in InsertColumn() argument
74 int CListView::InsertColumn(unsigned columnIndex, LPCWSTR text, int width) in InsertColumn() argument
14 CreateEx(DWORD exStyle, DWORD style, int x, int y, int width, int height, HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance, LPVOID createParam) CreateEx() argument
/third_party/mesa3d/src/freedreno/fdl/
H A Dfd6_layout.c44 uint8_t width; in fdl6_get_ubwc_blockwidth() member
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_ohos.h98 int width; member
/third_party/mesa3d/src/egl/wayland/wayland-drm/
H A Dwayland-drm.c59 create_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, uint32_t name, int fd, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) create_buffer() argument
109 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
135 drm_create_planar_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, uint32_t name, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) drm_create_planar_buffer() argument
164 drm_create_prime_buffer(struct wl_client *client, struct wl_resource *resource, uint32_t id, int fd, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2) drm_create_prime_buffer() argument
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_register_allocate.c117 unsigned width = agx_size_align_16(I->src[0].size); in agx_ra_assign_local() local
307 unsigned width = agx_size_align_16(ins->dest[0].size); in agx_ra() local
342 unsigned width = agx_size_align_16(ins->src[0].size); in agx_ra() local
/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_packet_helpers.h74 const int width = end - start + 1; in __gen_uint() local
87 const int width = end - start + 1; in __gen_sint() local
165 const int width = end - start + 1; in __gen_unpack_uint() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_misc.c136 int width = 0, height = 0; in svga_set_framebuffer_state() local
[all...]
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_codec.h54 unsigned width; member
132 unsigned width; member
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_blit.c430 zink_blit_region_fills(struct u_rect region, unsigned width, unsigned height) in zink_blit_region_fills() argument
[all...]
/third_party/mesa3d/src/gallium/winsys/sw/wrapper/
H A Dwrapper_sw_winsys.c146 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
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DRasterizer.cpp66 float width = pViewport->Width; in SetViewports() local
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_framebuffer.h107 unsigned width; member
/third_party/mesa3d/src/glx/apple/
H A Dappledri.c308 XAppleDRICreateSharedBuffer(Display * dpy, int screen, Drawable drawable, Bool doubleSwap, char *path, size_t pathlen, int *width, int *height) XAppleDRICreateSharedBuffer() argument
377 XAppleDRICreatePixmap(Display * dpy, int screen, Drawable drawable, int *width, int *height, int *pitch, int *bpp, size_t * size, char *bufname, size_t bufnamesize) XAppleDRICreatePixmap() argument
H A Dglx_empty.c138 glXCopySubBufferMESA(Display * dpy, GLXDrawable drawable, int x, int y, int width, int height) glXCopySubBufferMESA() argument
161 glXCreateGLXPbufferSGIX(Display * dpy, GLXFBConfig config, unsigned int width, unsigned int height, int *attrib_list) glXCreateGLXPbufferSGIX() argument
H A Dapple_glx_pbuffer.c289 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/gallium/drivers/svga/include/
H A Dsvga_overlay.h137 VMwareVideoGetAttributes(const SVGAOverlayFormat format, uint32 *width, uint32 *height, uint32 *size, uint32 *pitches, uint32 *offsets) VMwareVideoGetAttributes() argument
/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/
H A Dwgl_tests.cpp52 window::window(uint32_t width, uint32_t height) in window() argument
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_winsys.h65 uint32_t width; member
/third_party/mesa3d/src/gallium/winsys/sw/hgl/
H A Dhgl_sw_winsys.cpp60 unsigned width; 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
/third_party/mesa3d/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c52 unsigned width; 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
/third_party/mesa3d/src/imagination/csbgen/
H A Dpvr_packet_helpers.h75 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 Dpvr_image.c100 const uint32_t width = u_minify(image->physical_extent.width, i); in pvr_image_setup_mip_levels() local
[all...]
H A Dpvr_job_common.h97 uint32_t width; member
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dmemory.cpp224 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 DGalliumContext.cpp379 GalliumContext::Validate(uint32 width, uint32 height) in Validate() argument
396 GalliumContext::Invalidate(uint32 width, uint32 height) in Invalidate() argument

Completed in 15 milliseconds

1...<<31323334353637383940>>...135