/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | fs-fragcoord.c | 71 vbuf.stride = sizeof(struct vertex); in set_vertices()
|
H A D | fs-write-z.c | 97 vbuf.stride = sizeof(struct vertex); in set_vertices()
|
H A D | fs-frontface.c | 93 vbuf.stride = sizeof(struct vertex); in set_vertices()
|
H A D | tri-large.c | 60 vbuf.stride = sizeof( struct vertex ); in set_vertices()
|
H A D | tri.c | 57 vbuf.stride = sizeof( struct vertex ); in set_vertices()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_dead_code_eliminate.cpp | 102 inst->dst.stride)); in dead_code_eliminate()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_resource.h | 47 unsigned stride[VR_MAX_TEXTURE_2D_LEVELS]; member
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | surface9.h | 53 unsigned stride; /* for system memory backing */ member
|
/third_party/mesa3d/src/mesa/main/ |
H A D | varray.h | 38 int defstride; /* default stride */ 125 GLintptr offset, GLsizei stride,
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_gem_stubs.c | 109 uint32_t gem_handle, uint32_t stride, uint32_t tiling) in anv_gem_set_tiling() 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/panfrost/lib/ |
H A D | pan_texture.h | 57 * For linear images, this will equal the logical stride. For 59 * the logical stride. 82 * is its offset/stride? */ 85 unsigned stride; member
|
/third_party/mesa3d/include/android_stub/android/ |
H A D | hardware_buffer.h | 307 uint32_t stride; ///< Row stride in pixels, ignored for AHardwareBuffer_allocate() member 446 * stride and the pixel stride for each plane. 512 * description, except stride, which is always ignored. For example, 527 * additional information about the bytes per pixel and the bytes per stride 528 * of the locked buffer. If the bytes per pixel or bytes per stride are unknown
|
/third_party/mesa3d/include/vulkan/ |
H A D | vk_android_native_buffer.h | 67 // Buffer handle and stride returned from gralloc alloc() 69 int stride; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_screen.h | 146 unsigned stride,
|
/third_party/libdrm/tests/tegra/ |
H A D | vic.h | 163 unsigned int stride; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_screen.h | 196 unsigned stride, struct winsys_handle *whandle);
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_dump.h | 93 unsigned stride,
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_linear.c | 99 t->stride = t->cols * t->tiles_x * t->block.size; in pipe_linear_fill_info()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_resource.h | 48 uint32_t stride; /* row stride */ member 49 uint32_t layer_stride; /* layer stride */
|
/third_party/mesa3d/src/gbm/backends/dri/ |
H A D | gbm_driint.h | 111 int stride,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | VertexDataManager.h | 54 // Computes the correct offset from baseOffset, usesFirstVertexOffset, stride and startVertex. 67 unsigned int stride; // 0 means not to advance the read pointer at all member
|
/third_party/skia/src/images/ |
H A D | SkWebpEncoder.cpp | 42 using WebPPictureImportProc = int (*) (WebPPicture* picture, const uint8_t* pixels, int stride);
|
/third_party/skia/third_party/externals/libwebp/extras/ |
H A D | webp_to_sdl.c | 83 output->u.RGBA.stride = surface->pitch; in WebpToSDL()
|
/vendor/hisilicon/hispark_pegasus/demo/robot_demo/robot_car/ssd1306/ |
H A D | ssd1306.h | 166 uint8_t h, const uint8_t* data, uint32_t size, uint32_t stride);
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | root_view.cpp | 602 dc_.mapBufferInfo->stride = in Render() 610 dc_.mapBufferInfo->stride = in Render() 840 dc_.mapBufferInfo->stride = dc_.mapBufferInfo->width * (DrawUtils::GetPxSizeByColorMode(dc_.mapBufferInfo->mode) >> in Render() 845 uint32_t bufferSize = dc_.mapBufferInfo->stride * dc_.mapBufferInfo->height; in Render()
|