Home
last modified time | relevance | path

Searched defs:width (Results 3026 - 3050 of 3240) sorted by relevance

1...<<121122123124125126127128129130

/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp614 virtual void viewport (int x, int y, int width, in argument
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fUniformApiTests.cpp1200 const int width = 32; in setupTexture() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c1377 int freq, width; in wpas_dbus_get_scan_channels() local
/third_party/ffmpeg/libavcodec/
H A Dhevcdec.c98 int width = sps->width; in pic_arrays_init() local
3418 int width = s->avctx->coded_width; verify_md5() local
[all...]
H A Dhevcdec.h479 int width; member
H A Dmpegvideo.h84 int width, height;///< picture size. must be a multiple of 16 member
H A Dvp3.c180 int width, height; member
1802 int width = s->fragment_width[!!plane]; in apply_loop_filter() local
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg.h254 int width, height; member
277 int width, height; member
/third_party/glfw/include/GLFW/
H A Dglfw3.h2031 int width; member
2094 int width; global() member
[all...]
/third_party/glfw/src/
H A Dwl_platform.h141 uint32_t width; member
350 int width, height; member
367 int width, height; member
604 int width, height; member
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp282 Id Builder::makeIntegerType(int width, bool hasSign) in makeIntegerType() argument
323 Id Builder::makeFloatType(int width) in makeFloatType() argument
861 makeIntegerDebugType(int const width, bool const hasSign) makeIntegerDebugType() argument
901 makeFloatDebugType(int const width) makeFloatDebugType() argument
1713 const int width = getScalarTypeWidth(type); makeFpConstant() local
[all...]
/third_party/backends/backend/
H A Dcanon_dr.h103 int width; /*these are in pixels*/ member
H A Davision.c2130 static int write_pnm_header (FILE* f, color_mode m, int depth, int width, int height) in write_pnm_header() argument
[all...]
H A Davision.h676 uint8_t width [4]; member
H A Dbh.h219 double width, length; member
225 u_long top, left, width, length; member
785 SANE_Byte width[4]; member
H A Dumax_pp_low.c9079 encodeWX (int width, int xstart, int dpi, int color, int *ccd, int bytes) in encodeWX() argument
9402 DumpNB(int width, int height, unsigned char *data, char *name) DumpNB() 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
9544 computeCalibrationData(int color, int width, unsigned char *source, int *data) computeCalibrationData() argument
9744 edgePosition(int width, int height, unsigned char *data) edgePosition() argument
10036 int width = 5100; /* full usable CCD width */ shadingCalibration1220p() local
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 Dhp3900_config.c768 static void hp3800_offset(SANE_Int resolution, SANE_Int scantype, SANE_Int *left, SANE_Int *width) in hp3800_offset() argument
777 SANE_Int width; in hp3800_offset() member
816 hp3970_offset(SANE_Int sensor, SANE_Int resolution, SANE_Int scantype, SANE_Int *left, SANE_Int *width) hp3970_offset() argument
823 SANE_Int width; hp3970_offset() member
872 hp4370_offset(SANE_Int resolution, SANE_Int scantype, SANE_Int *left, SANE_Int *width) hp4370_offset() argument
879 SANE_Int width; hp4370_offset() member
919 ua4900_offset(SANE_Int resolution, SANE_Int scantype, SANE_Int *left, SANE_Int *width) ua4900_offset() argument
926 SANE_Int width; ua4900_offset() member
966 cfg_offset_get(SANE_Int sensortype, SANE_Int resolution, SANE_Int scantype, SANE_Int *left, SANE_Int *width) cfg_offset_get() argument
[all...]
H A Dhp3900_types.c406 SANE_Int width; member
/third_party/mesa3d/include/drm-uapi/
H A Ddrm_mode.h654 __u32 width; member
668 __u32 width; member
772 __u32 width; member
783 __u32 width; member
979 __u32 width; member
/third_party/mesa3d/include/CL/
H A Dcl.hpp3671 Image1D( const Context& context, cl_mem_flags flags, ImageFormat format, ::size_t width, void* host_ptr = NULL, cl_int* err = NULL) Image1D() argument
3756 Image1DBuffer( const Context& context, cl_mem_flags flags, ImageFormat format, ::size_t width, const Buffer &buffer, cl_int* err = NULL) Image1DBuffer() argument
3833 Image1DArray( const Context& context, cl_mem_flags flags, ImageFormat format, ::size_t arraySize, ::size_t width, ::size_t rowPitch, void* host_ptr = NULL, cl_int* err = NULL) Image1DArray() argument
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
[all...]
/third_party/libdrm/include/drm/
H A Ddrm_mode.h570 __u32 width; member
584 __u32 width; member
688 __u32 width; member
699 __u32 width; member
895 __u32 width; member
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c407 const uint32_t width = DIV_ROUND_UP(region->imageExtent.width, block_w); in copy_image_to_buffer_tlb() local
826 uint32_t width = DIV_ROUND_UP(region->extent.width, block_ in copy_image_tfu() local
888 width, height, format); copy_image_tfu() local
948 const uint32_t width = DIV_ROUND_UP(region->extent.width, block_w); copy_image_tlb() local
1406 width, copy_buffer_to_image_tfu() local
1408 width, height, format); copy_buffer_to_image_tfu() local
1448 const uint32_t width = DIV_ROUND_UP(region->imageExtent.width, block_w); copy_buffer_to_image_tlb() local
4283 const uint32_t width = DIV_ROUND_UP(region->extent.width, block_w); resolve_image_tlb() local
[all...]
H A Dv3dv_cmd_buffer.c354 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 Dsp_tex_sample.c1283 const int width = u_minify(texture->width0, args->level); in img_filter_1d_nearest() local
1314 const int width = u_minify(texture->width0, args->level); in img_filter_1d_array_nearest() local
1346 const int width = u_minify(texture->width0, args->level); in img_filter_2d_nearest() local
1380 const int width = u_minify(texture->width0, args->level); img_filter_2d_array_nearest() local
1415 const int width = u_minify(texture->width0, args->level); img_filter_cube_nearest() local
1458 const int width = u_minify(texture->width0, args->level); img_filter_cube_array_nearest() local
1493 const int width = u_minify(texture->width0, args->level); img_filter_3d_nearest() local
1525 const int width = u_minify(texture->width0, args->level); img_filter_1d_linear() local
1557 const int width = u_minify(texture->width0, args->level); img_filter_1d_array_linear() local
1655 const int width = u_minify(texture->width0, args->level); img_filter_2d_linear() local
1700 const int width = u_minify(texture->width0, args->level); img_filter_2d_array_linear() local
1746 const int width = u_minify(texture->width0, args->level); img_filter_cube_linear() local
1811 const int width = u_minify(texture->width0, args->level); img_filter_cube_array_linear() local
1879 const int width = u_minify(texture->width0, args->level); img_filter_3d_linear() local
2358 const int width = u_minify(texture->width0, level0); img_filter_2d_ewa() local
3374 const int width = u_minify(texture->width0, level); sp_get_texels() local
[all...]
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h682 int width; member
[all...]

Completed in 93 milliseconds

1...<<121122123124125126127128129130