| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuCompressedTexture.cpp | 2537 CompressedTexture::CompressedTexture (CompressedTexFormat format, int width, int height, int depth) in CompressedTexture() argument 2550 void CompressedTexture::setStorage (CompressedTexFormat format, int width, int height, int depth) in setStorage() argument
|
| H A D | tcuTexture.cpp | 985 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, const void* data) in ConstPixelBufferAccess() argument 1005 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, const void* data) in ConstPixelBufferAccess() argument 1046 PixelBufferAccess::PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, void* data) in PixelBufferAccess() argument 1056 PixelBufferAccess::PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, void* data) in PixelBufferAccess() argument 2043 int height = access.getHeight(); in sampleNearest2D() local 2062 int height = access.getHeight(); sampleNearest3D() local 2182 int height = access.getHeight(); sampleCubic2D() local 2302 int height = access.getHeight(); sampleLinear3D() local 2354 int height = access.getHeight(); sampleCubic3D() local 2577 TextureLevel(const TextureFormat& format, int width, int height, int depth) TextureLevel() argument 2588 setStorage(const TextureFormat& format, int width, int height, int depth) setStorage() argument 2594 setSize(int width, int height, int depth) setSize() argument [all...] |
| /third_party/vk-gl-cts/framework/opengl/simplereference/ |
| H A D | sglrReferenceContext.hpp | 614 virtual void viewport (int x, int y, int width, int height) { m_viewport = tcu::IVec4(x, y, width, height); } in viewport() argument [all...] |
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fUniformApiTests.cpp | 1201 const int height = 32; in setupTexture() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | hevcdec.c | 99 int height = sps->height; in pic_arrays_init() local 1810 hevc_await_progress(HEVCContext *s, HEVCFrame *ref, const Mv *mv, int y0, int height) hevc_await_progress() argument 3419 int height = s->avctx->coded_height; verify_md5() local [all...] |
| H A D | hevcdec.h | 480 int height; member
|
| H A D | mpegvideo.h | 84 int width, height;///< picture size. must be a multiple of 16 member
|
| H A D | vp3.c | 180 int width, height; member 1803 int height = s->fragment_height[!!plane]; in apply_loop_filter() local 2801 int height = s->height >> (i && s->chroma_y_shift); vp3_decode_frame() local [all...] |
| /third_party/ffmpeg/fftools/ |
| H A D | ffmpeg.h | 254 int width, height; member 277 int width, height; member
|
| /third_party/ffmpeg/libavutil/ |
| H A D | hwcontext_vulkan.c | 3479 get_req_buffer_size(VulkanDevicePriv *p, int *stride, int height) get_req_buffer_size() argument [all...] |
| /third_party/glfw/include/GLFW/ |
| H A D | glfw3.h | 2034 int height; member 2097 int height; global() member [all...] |
| /third_party/glfw/src/ |
| H A D | wl_platform.h | 142 uint32_t height; member 350 int width, height; member 367 int width, height; member 604 int width, height; member
|
| /third_party/backends/backend/ |
| H A D | canon_dr.h | 104 int height; member
|
| H A D | avision.c | 2130 static int write_pnm_header (FILE* f, color_mode m, int depth, int width, int height) in write_pnm_header() argument
|
| H A D | umax_pp_low.c | 9060 encodeHY (int height, int ypos, int *motor) in encodeHY() argument 9402 DumpNB (int width, int height, unsigne argument 9431 DumpRVB(int width, int height, unsigned char *data, char *name) DumpRVB() argument 9467 DumpRGB(int width, int height, unsigned char *data, char *name) DumpRGB() argument 9744 edgePosition(int width, int height, unsigned char *data) edgePosition() argument 10209 sanei_umax_pp_scan(int x, int y, int width, int height, int dpi, int color, int gain, int offset) sanei_umax_pp_scan() argument 10563 sanei_umax_pp_startScan(int x, int y, int width, int height, int dpi, int color, int gain, int offset, int *rbpp, int *rtw, int *rth) sanei_umax_pp_startScan() argument [all...] |
| H A D | hp3900_types.c | 408 SANE_Int height; member
|
| /third_party/mesa3d/include/drm-uapi/ |
| H A D | drm_mode.h | 655 __u32 height; member 669 __u32 height; member 773 __u32 height; member 784 __u32 height; member 978 __u32 height; member
|
| /third_party/mesa3d/include/CL/ |
| H A D | cl.hpp | 3923 Image2D( const Context& context, cl_mem_flags flags, ImageFormat format, ::size_t width, ::size_t height, ::size_t row_pitch = 0, void* host_ptr = NULL, cl_int* err = NULL) Image2D() argument 4139 Image2DArray( const Context& context, cl_mem_flags flags, ImageFormat format, ::size_t arraySize, ::size_t width, ::size_t height, ::size_t rowPitch, ::size_t slicePitch, void* host_ptr = NULL, cl_int* err = NULL) Image2DArray() argument 4232 Image3D( const Context& context, cl_mem_flags flags, ImageFormat format, ::size_t width, ::size_t height, ::size_t depth, ::size_t row_pitch = 0, ::size_t slice_pitch = 0, void* host_ptr = NULL, cl_int* err = NULL) Image3D() argument
|
| /third_party/libdrm/include/drm/ |
| H A D | drm_mode.h | 571 __u32 height; member 585 __u32 height; member 689 __u32 height; member 700 __u32 height; member 894 __u32 height; member
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_meta_copy.c | 408 const uint32_t height = DIV_ROUND_UP(region->imageExtent.height, block_h); in copy_image_to_buffer_tlb() local 827 uint32_t height = DIV_ROUND_UP(region->extent.height, block_ in copy_image_tfu() local 888 width, height, format); copy_image_tfu() local 949 const uint32_t height = DIV_ROUND_UP(region->extent.height, block_h); copy_image_tlb() local 1408 width, height, format); copy_buffer_to_image_tfu() local 1449 const uint32_t height = DIV_ROUND_UP(region->imageExtent.height, block_h); copy_buffer_to_image_tlb() local 4284 const uint32_t height = DIV_ROUND_UP(region->extent.height, block_h); resolve_image_tlb() local [all...] |
| H A D | v3dv_cmd_buffer.c | 354 job_compute_frame_tiling(struct v3dv_job *job, uint32_t width, uint32_t height, uint32_t layers, uint32_t render_target_count, uint8_t max_internal_bpp, bool msaa) job_compute_frame_tiling() argument 416 v3dv_job_start_frame(struct v3dv_job *job, uint32_t width, uint32_t height, uint32_t layers, bool allocate_tile_state_for_all_layers, uint32_t render_target_count, uint8_t max_internal_bpp, bool msaa) v3dv_job_start_frame() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 1347 const int height = u_minify(texture->height0, args->level); in img_filter_2d_nearest() local 1381 const int height = u_minify(texture->height0, args->level); in img_filter_2d_array_nearest() local 1416 const int height = u_minify(texture->height0, args->level); in img_filter_cube_nearest() local 1459 const int height = u_minify(texture->height0, args->level); img_filter_cube_array_nearest() local 1494 const int height = u_minify(texture->height0, args->level); img_filter_3d_nearest() local 1656 const int height = u_minify(texture->height0, args->level); img_filter_2d_linear() local 1701 const int height = u_minify(texture->height0, args->level); img_filter_2d_array_linear() local 1747 const int height = u_minify(texture->height0, args->level); img_filter_cube_linear() local 1812 const int height = u_minify(texture->height0, args->level); img_filter_cube_array_linear() local 1880 const int height = u_minify(texture->height0, args->level); img_filter_3d_linear() local 2359 const int height = u_minify(texture->height0, level0); img_filter_2d_ewa() local 3375 const int height = u_minify(texture->height0, level); sp_get_texels() local [all...] |
| /third_party/mesa3d/src/imgui/ |
| H A D | imstb_truetype.h | 683 int height; member [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_state.c | 4005 gfx10_make_texture_descriptor( struct si_screen *screen, struct si_texture *tex, bool sampler, enum pipe_texture_target target, enum pipe_format pipe_format, const unsigned char state_swizzle[4], unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned width, unsigned height, unsigned depth, uint32_t *state, uint32_t *fmask_state) gfx10_make_texture_descriptor() argument 4189 si_make_texture_descriptor(struct si_screen *screen, struct si_texture *tex, bool sampler, enum pipe_texture_target target, enum pipe_format pipe_format, const unsigned char state_swizzle[4], unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned width, unsigned height, unsigned depth, uint32_t *state, uint32_t *fmask_state) si_make_texture_descriptor() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/include/ |
| H A D | svga_reg.h | 1155 uint32 height; member 1182 uint32 height; member 1252 uint32 height; member 1357 uint32 height; member 1378 uint32 height; member 1401 uint32 height; member 1425 uint32 height; member 1454 uint32 height; member 1476 uint32 height; global() member 1502 uint32 height; global() member [all...] |