| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
| H A D | vktWsiIncrementalPresentTests.cpp | 250 const deUint32 width = frameNdx == 0 in getRenderFrameRect() local 268 getUpdatedRects(size_t firstFrameNdx, size_t lastFrameNdx, deUint32 width, deUint32 height) getUpdatedRects() argument 425 createFramebuffer(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkRenderPass renderPass, vk::VkImageView imageView, deUint32 width, deUint32 height) createFramebuffer() argument 449 initFramebuffers(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkRenderPass renderPass, std::vector<vk::VkImageView> imageViews, deUint32 width, deUint32 height, std::vector<vk::VkFramebuffer>& framebuffers) initFramebuffers() argument 539 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 924 const deUint32 width = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.width; render() local [all...] |
| H A D | vktWsiSharedPresentableImageTests.cpp | 332 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 D | driver_nl80211_event.c | 508 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 D | gluTextureTestUtil.cpp | 296 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 D | sglrGLContext.cpp | 163 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 D | qpTestLog.c | 768 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 D | teglRenderTests.cpp | 421 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 D | es2fClippingTests.cpp | 123 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 D | es2fFboRenderTest.cpp | 409 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 D | es2fIntegerStateQueryTests.cpp | 891 GLsizei width = rnd.getInt(0, maxViewportDimensions[0]); in test() local 938 GLsizei width = rnd.getInt(0, 64000); in test() local
|
| H A D | es2fTextureUnitTests.cpp | 864 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 D | es3fClippingTests.cpp | 126 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 D | driver_nl80211_event.c | 931 static int calculate_chan_offset(int width, int freq, int cf1, int cf2) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/include/ |
| H A D | drv_tde_type.h | 114 hi_u32 width; /* <Bitmap width */ member 145 hi_u32 width; /* <Width */ member
|
| /device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
| H A D | hi_comm_sns_adapt.h | 438 hi_u16 width;
member
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/ |
| H A D | hi_comm_sns_adapt.h | 438 hi_u16 width;
member
|
| /device/soc/rockchip/common/sdk_linux/include/uapi/linux/ |
| H A D | rkispp-config.h | 103 int width; member
|
| /device/soc/rockchip/rk3588/hardware/rga/include/ |
| H A D | rga.h | 454 uint32_t width; member
|
| /device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/ |
| H A D | rga.h | 184 uint32_t width; member
|
| /device/soc/rockchip/rk3588/kernel/include/uapi/linux/ |
| H A D | rk-camera-module.h | 256 __u16 width; member 562 __u32 width[RKMODULE_MAX_VC_CH]; member 620 __u32 width; member
|
| H A D | rkispp-config.h | 110 int width; member
|
| /kernel/linux/linux-5.10/block/ |
| H A D | sed-opal.c | 56 enum opal_atom_width width; member [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
| H A D | dce_v11_0.c | 2451 dce_v11_0_crtc_cursor_set2(struct drm_crtc *crtc, struct drm_file *file_priv, uint32_t handle, uint32_t width, uint32_t height, int32_t hot_x, int32_t hot_y) dce_v11_0_crtc_cursor_set2() argument
|
| H A D | dce_v8_0.c | 2273 dce_v8_0_crtc_cursor_set2(struct drm_crtc *crtc, struct drm_file *file_priv, uint32_t handle, uint32_t width, uint32_t height, int32_t hot_x, int32_t hot_y) dce_v8_0_crtc_cursor_set2() argument
|
| H A D | dce_v10_0.c | 2372 dce_v10_0_crtc_cursor_set2(struct drm_crtc *crtc, struct drm_file *file_priv, uint32_t handle, uint32_t width, uint32_t height, int32_t hot_x, int32_t hot_y) dce_v10_0_crtc_cursor_set2() argument
|