Home
last modified time | relevance | path

Searched defs:width (Results 2676 - 2700 of 3006) sorted by relevance

1...<<101102103104105106107108109110>>...121

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiSharedPresentableImageTests.cpp332 createFramebuffer(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkRenderPass renderPass, vk::VkImageView imageView, deUint32 width, deUint32 height) createFramebuffer() argument
453 createPipeline(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkRenderPass renderPass, vk::VkPipelineLayout layout, vk::VkShaderModule vertexShaderModule, vk::VkShaderModule fragmentShaderModule, deUint32 width, deUint32 height) createPipeline() argument
888 const deUint32 width = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.width; render() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_event.c508 static int calculate_chan_offset(int width, int freq, int cf1, int cf2) in calculate_chan_offset() argument
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.cpp296 static inline float triDerivateX (const tcu::Vec3& s, const tcu::Vec3& w, float wx, float width, float ny) in triDerivateX() argument
309 static float computeProjectedTriLod (LodMode mode, const tcu::Vec3& u, const tcu::Vec3& projection, float wx, float wy, float width, float height) in computeProjectedTriLod() argument
319 static float computeProjectedTriLod (LodMode mode, const tcu::Vec3& u, const tcu::Vec3& v, const tcu::Vec3& projection, float wx, float wy, float width, float height) in computeProjectedTriLod() argument
331 computeProjectedTriLod(LodMode mode, const tcu::Vec3& u, const tcu::Vec3& v, const tcu::Vec3& w, const tcu::Vec3& projection, float wx, float wy, float width, float height) computeProjectedTriLod() argument
[all...]
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrGLContext.cpp163 void GLContext::viewport (int x, int y, int width, int height) in viewport() argument
265 void GLContext::texImage1D (deUint32 target, int level, deUint32 internalFormat, int width, int border, deUint32 format, deUint32 type, const void* data) in texImage1D() argument
270 void GLContext::texImage2D (deUint32 target, int level, deUint32 internalFormat, int width, int height, int border, deUint32 format, deUint32 type, const void* data) in texImage2D() argument
275 void GLContext::texImage3D (deUint32 target, int level, deUint32 internalFormat, int width, int height, int depth, int border, deUint32 format, deUint32 type, const void* data) in texImage3D() argument
280 texSubImage1D(deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data) texSubImage1D() argument
285 texSubImage2D(deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data) texSubImage2D() argument
290 texSubImage3D(deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data) texSubImage3D() argument
295 copyTexImage1D(deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int border) copyTexImage1D() argument
311 copyTexImage2D(deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border) copyTexImage2D() argument
328 copyTexSubImage1D(deUint32 target, int level, int xoffset, int x, int y, int width) copyTexSubImage1D() argument
343 copyTexSubImage2D(deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height) copyTexSubImage2D() argument
358 copyTexSubImage3D(deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) copyTexSubImage3D() argument
373 texStorage2D(deUint32 target, int levels, deUint32 internalFormat, int width, int height) texStorage2D() argument
378 texStorage3D(deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth) texStorage3D() argument
403 renderbufferStorage(deUint32 target, deUint32 internalformat, int width, int height) renderbufferStorage() argument
408 renderbufferStorageMultisample(deUint32 target, int samples, deUint32 internalFormat, int width, int height) renderbufferStorageMultisample() argument
483 scissor(int x, int y, int width, int height) scissor() argument
618 invalidateSubFramebuffer(deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height) invalidateSubFramebuffer() argument
898 readPixels(int x, int y, int width, int height, deUint32 format, deUint32 type, void* data) readPixels() argument
[all...]
/third_party/vk-gl-cts/framework/qphelper/
H A DqpTestLog.c768 static deBool writeCompressedPNG (png_structp png, png_infop info, png_byte** rowPointers, int width, int height, int colorFormat) in writeCompressedPNG() argument
789 static deBool compressImagePNG (Buffer* buffer, qpImageFormat imageFormat, int width, int height, int rowStride, const void* data) in compressImagePNG() argument
905 qpTestLog_writeImage( qpTestLog* log, const char* name, const char* description, qpImageCompressionMode compressionMode, qpImageFormat imageFormat, int width, int height, int stride, const void* data) qpTestLog_writeImage() argument
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglRenderTests.cpp421 const int width = dst.getWidth(); in renderReference() local
443 colorBuffer.setStorage(getColorFormat(colorBits), numSamples, width, height); in renderReference() local
448 depthBuffer.setStorage(getDepthFormat(depthBits), numSamples, width, height); in renderReference() local
454 stencilBuffer.setStorage(getStencilFormat(stencilBits), numSamples, width, height); in renderReference() local
734 const int width = eglu::querySurfaceInt(egl, display, surface, EGL_WIDTH); in executeForContexts() local
939 const int width = eglu::querySurfaceInt(egl, display, surface, EGL_WIDTH); executeForContexts() local
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fClippingTests.cpp123 const int width = src.getWidth(); in blitImageOnBlackSurface() local
150 const int width = test.getWidth(); in compareImages() local
273 const int width = image.getWidth(); in checkHalfFilledImageOverdraw() local
467 const int width = m_context.getRenderTarget().getWidth(); in iterate() local
[all...]
H A Des2fFboRenderTest.cpp409 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo, deUint32 colorbuffer, deUint32 depthbuffer, deUint32 stencilbuffer) in Framebuffer() argument
493 void Framebuffer::createRbo (deUint32& name, GLenum format, int width, int height) in createRbo() argument
511 createMetaballsTex2D(sglr::Context& context, deUint32 name, GLenum format, GLenum dataType, int width, int height) createMetaballsTex2D() argument
523 createQuadsTex2D(sglr::Context& context, deUint32 name, GLenum format, GLenum dataType, int width, int height) createQuadsTex2D() argument
570 int width = deMin32(renderTarget.getWidth(), 128); iterate() local
608 sglr::ReferenceContextBuffers buffers (tcu::PixelFormat(8,8,8,renderTarget.getPixelFormat().alphaBits?8:0), renderTarget.getDepthBits(), renderTarget.getStencilBits(), width, height); iterate() local
661 int width = 128; render() local
781 int width = m_fboWidth; render() local
961 int width = m_fboWidth; render() local
1016 int width = 128; render() local
1133 int width = m_fboWidth; render() local
1212 int width = 128; render() local
1344 int width = 128; render() local
1453 int width = 128; render() local
1878 int width = 128; render() local
[all...]
H A Des2fIntegerStateQueryTests.cpp891 GLsizei width = rnd.getInt(0, maxViewportDimensions[0]); in test() local
938 GLsizei width = rnd.getInt(0, 64000); in test() local
H A Des2fTextureUnitTests.cpp864 int width = access.getWidth(); in render() local
888 int width = access.getWidth(); in render() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fClippingTests.cpp126 const int width = src.getWidth(); in blitImageOnBlackSurface() local
153 const int width = test.getWidth(); in compareImages() local
276 const int width = image.getWidth(); in checkHalfFilledImageOverdraw() local
470 const int width = m_context.getRenderTarget().getWidth(); in iterate() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_event.c931 static int calculate_chan_offset(int width, int freq, int cf1, int cf2) argument
/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_protocol.c1068 static int32_t EmmcCheckExtCsd(struct MmcCntlr *cntlr, enum MmcBusWidth width) in EmmcCheckExtCsd() argument
1096 enum MmcBusWidth width = BUS_WIDTH1; in EmmcSelectHighSpeedBusWidth() local
1416 EmmcSwitchDdrMode(struct MmcCntlr *cntlr, uint32_t ddrMode, enum MmcBusWidth width, uint32_t widthBit) EmmcSwitchDdrMode() argument
1446 enum MmcBusWidth width; EmmcSelectSwitchDdrMode() local
1816 SdAcmdSetBusWidth(struct MmcCntlr *cntlr, uint32_t width) SdAcmdSetBusWidth() argument
3470 SdioSetBusWidth(struct MmcCntlr *cntlr, uint8_t width) SdioSetBusWidth() argument
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_mc_biw_msa.c1697 hevc_vt_biwgt_8t_16multx2mult_msa(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight0, int32_t weight1, int32_t offset0, int32_t offset1, int32_t rnd_val, int32_t width) hevc_vt_biwgt_8t_16multx2mult_msa() argument
5408 hevc_hv_biwgt_4t_8multx4mult_msa(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight0, int32_t weight1, int32_t offset0, int32_t offset1, int32_t rnd_val, int32_t width) hevc_hv_biwgt_4t_8multx4mult_msa() argument
[all...]
H A Dhevc_mc_uniw_msa.c1882 hevc_hv_uniwgt_8t_8multx2mult_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val, int32_t width) hevc_hv_uniwgt_8t_8multx2mult_msa() argument
H A Dhevc_mc_bi_msa.c1446 hevc_vt_bi_8t_16multx2mult_msa(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t width) hevc_vt_bi_8t_16multx2mult_msa() argument
1744 hevc_hv_bi_8t_8multx1mult_msa(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t width) hevc_hv_bi_8t_8multx1mult_msa() argument
4506 hevc_hv_bi_4t_8multx4mult_msa(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t width) hevc_hv_bi_4t_8multx4mult_msa() argument
[all...]
H A Dhevc_mc_uni_msa.c1211 common_vt_8t_16w_mult_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t width) common_vt_8t_16w_mult_msa() argument
1469 hevc_hv_uni_8t_8multx2mult_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t width) hevc_hv_uni_8t_8multx2mult_msa() argument
[all...]
H A Dhevcdsp_msa.c1210 hevc_vt_8t_16multx4mult_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t width) hevc_vt_8t_16multx4mult_msa() argument
1467 hevc_hv_8t_8multx1mult_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t width) hevc_hv_8t_8multx1mult_msa() argument
[all...]
H A Dvp9_mc_msa.c656 common_vt_8t_16w_mult_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t width) common_vt_8t_16w_mult_msa() argument
1421 common_vt_8t_and_aver_dst_16w_mult_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t width) common_vt_8t_and_aver_dst_16w_mult_msa() argument
/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c96 int width; member
111 int width; member
185 unsigned width; member
1810 select_dsp_funcs(DiracContext *s, int width, int height, int xblen, int yblen) select_dsp_funcs() argument
1830 interpolate_refplane(DiracContext *s, DiracFrame *ref, int plane, int width, int height) interpolate_refplane() argument
[all...]
H A Dh264dec.h353 int width, height; member
H A Dmpegvideo_enc.c1220 int width = s->width >> scale; estimate_best_b_count() local
[all...]
H A Dvp8.c192 int update_dimensions(VP8Context *s, int width, int height, int is_vp7) in update_dimensions() argument
256 static int vp7_update_dimensions(VP8Context *s, int width, int height) in vp7_update_dimensions() argument
261 static int vp8_update_dimensions(VP8Context *s, int width, int height) in vp8_update_dimensions() argument
485 static void copy_chroma(AVFrame *dst, AVFrame *src, int width, in argument
496 fade(uint8_t *dst, ptrdiff_t dst_linesize, const uint8_t *src, ptrdiff_t src_linesize, int width, int height, int alpha, int beta) fade() argument
517 int width = s->mb_width * 16; vp7_fade_frame() local
553 int width = s->avctx->width; vp7_decode_frame_header() local
717 int width = s->avctx->width; vp8_decode_frame_header() local
1813 vp8_mc_luma(VP8Context *s, VP8ThreadData *td, uint8_t *dst, ThreadFrame *ref, const VP56mv *mv, int x_off, int y_off, int block_w, int block_h, int width, int height, ptrdiff_t linesize, vp8_mc_func mc_func[3][3]) vp8_mc_luma() argument
1871 vp8_mc_chroma(VP8Context *s, VP8ThreadData *td, uint8_t *dst1, uint8_t *dst2, ThreadFrame *ref, const VP56mv *mv, int x_off, int y_off, int block_w, int block_h, int width, int height, ptrdiff_t linesize, vp8_mc_func mc_func[3][3]) vp8_mc_chroma() argument
1921 vp8_mc_part(VP8Context *s, VP8ThreadData *td, uint8_t *dst[3], ThreadFrame *ref_frame, int x_off, int y_off, int bx_off, int by_off, int block_w, int block_h, int width, int height, VP56mv *mv) vp8_mc_part() argument
1986 int width = 16 * s->mb_width, height = 16 * s->mb_height; inter_predict() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvsrc_testsrc.c567 int width = frame->width; in test_fill_picture() local
[all...]
H A Dvf_v360.c1409 cube3x2_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) cube3x2_to_xyz() argument
1448 xyz_to_cube3x2(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_cube3x2() argument
1537 cube1x6_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) cube1x6_to_xyz() argument
1570 cube6x1_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) cube6x1_to_xyz() argument
1605 xyz_to_cube1x6(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_cube1x6() argument
1685 xyz_to_cube6x1(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_cube6x1() argument
1780 equirect_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) equirect_to_xyz() argument
1809 hequirect_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) hequirect_to_xyz() argument
1855 stereographic_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) stereographic_to_xyz() argument
1901 xyz_to_stereographic(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_stereographic() argument
1959 equisolid_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) equisolid_to_xyz() argument
2005 xyz_to_equisolid(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_equisolid() argument
2063 orthographic_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) orthographic_to_xyz() argument
2116 xyz_to_orthographic(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_orthographic() argument
2176 xyz_to_equirect(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_equirect() argument
2217 xyz_to_hequirect(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_hequirect() argument
2274 xyz_to_flat(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_flat() argument
2321 xyz_to_mercator(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_mercator() argument
2357 mercator_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) mercator_to_xyz() argument
2389 xyz_to_ball(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_ball() argument
2426 ball_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) ball_to_xyz() argument
2460 hammer_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) hammer_to_xyz() argument
2499 xyz_to_hammer(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_hammer() argument
2538 sinusoidal_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) sinusoidal_to_xyz() argument
2569 xyz_to_sinusoidal(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_sinusoidal() argument
2661 eac_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) eac_to_xyz() argument
2764 xyz_to_eac(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_eac() argument
2839 flat_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) flat_to_xyz() argument
2880 fisheye_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) fisheye_to_xyz() argument
2931 xyz_to_fisheye(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_fisheye() argument
2974 pannini_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) pannini_to_xyz() argument
3008 xyz_to_pannini(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_pannini() argument
3069 cylindrical_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) cylindrical_to_xyz() argument
3120 xyz_to_cylindrical(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_cylindrical() argument
3194 cylindricalea_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) cylindricalea_to_xyz() argument
3228 xyz_to_cylindricalea(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_cylindricalea() argument
3268 perspective_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) perspective_to_xyz() argument
3314 tetrahedron_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) tetrahedron_to_xyz() argument
3340 xyz_to_tetrahedron(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_tetrahedron() argument
3412 dfisheye_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) dfisheye_to_xyz() argument
3451 xyz_to_dfisheye(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_dfisheye() argument
3501 barrel_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) barrel_to_xyz() argument
3573 xyz_to_barrel(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_barrel() argument
3645 xyz_to_barrelsplit(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_barrelsplit() argument
3741 barrelsplit_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) barrelsplit_to_xyz() argument
3814 tspyramid_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) tspyramid_to_xyz() argument
3872 xyz_to_tspyramid(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_tspyramid() argument
3940 octahedron_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) octahedron_to_xyz() argument
3973 xyz_to_octahedron(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_octahedron() argument
4237 const int width = s->pr_width[p]; v360_slice() local
[all...]

Completed in 147 milliseconds

1...<<101102103104105106107108109110>>...121