/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsSizeControlTests.cpp | 214 const deUint32 width = globalSizeX * globalSizeY * globalSizeZ; in checkCompute() local 258 const deUint32 width = globalSizeX * globalSizeY * globalSizeZ; in checkComputeRequireFull() local 118 checkVertexPipelineStages(const void* internalData, vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument 155 checkFragmentPipelineStages(const void* internalData, vector<const void*> datas, deUint32 width, deUint32 height, deUint32) checkFragmentPipelineStages() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureFilteringTests.cpp | 1154 const int width; in populateTextureFilteringTests() member 1180 const int width; in populateTextureFilteringTests() member 1194 const int width; in populateTextureFilteringTests() member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
H A D | vktExternalMemoryUtil.cpp | 1561 vk::pt::AndroidHardwareBufferPtr AndroidHardwareBufferExternalApi26::allocate( deUint32 width, in allocate() argument 1368 createExternalImage(const vk::DeviceInterface& vkd, vk::VkDevice device, deUint32 queueFamilyIndex, vk::VkExternalMemoryHandleTypeFlagBits externalType, vk::VkFormat format, deUint32 width, deUint32 height, vk::VkImageTiling tiling, vk::VkImageCreateFlags createFlags, vk::VkImageUsageFlags usageFlags, deUint32 mipLevels, deUint32 arrayLayers) createExternalImage() argument 1594 describe( const vk::pt::AndroidHardwareBufferPtr buffer, deUint32* width, deUint32* height, deUint32* layers, deUint32* format, deUint64* usage, deUint32* stride) describe() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoTestUtils.cpp | 718 de::MovePtr<StdVideoH264SequenceParameterSet> getStdVideoH264SequenceParameterSet (uint32_t width, in getStdVideoH264SequenceParameterSet() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ap.c | 1394 wpas_ap_ch_switch(struct wpa_supplicant *wpa_s, int freq, int ht, int offset, int width, int cf1, int cf2, int finished) wpas_ap_ch_switch() argument
|
H A D | hs20_supplicant.c | 39 u16 width; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | drv_callbacks.c | 884 hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht, int offset, int width, int cf1, int cf2, int finished) hostapd_event_ch_switch() argument [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestLog.cpp | 253 int width = access.getWidth(); in writeImage() local 374 void TestLog::writeImage (const char* name, const char* description, qpImageCompressionMode compressionMode, qpImageFormat format, int width, int height, int stride, const void* data) in writeImage() argument
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrContextWrapper.cpp | 59 void ContextWrapper::glViewport (int x, int y, int width, int height) in glViewport() argument 119 void ContextWrapper::glTexImage1D (deUint32 target, int level, int internalFormat, int width, int border, deUint32 format, deUint32 type, const void* data) in glTexImage1D() argument 124 void ContextWrapper::glTexImage2D (deUint32 target, int level, int internalFormat, int width, int height, int border, deUint32 format, deUint32 type, const void* data) in glTexImage2D() argument 129 void ContextWrapper::glTexImage3D (deUint32 target, int level, int internalFormat, int width, int height, int depth, int border, deUint32 format, deUint32 type, const void* data) in glTexImage3D() argument 134 void ContextWrapper::glTexSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data) in glTexSubImage1D() argument 139 glTexSubImage2D(deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data) glTexSubImage2D() argument 144 glTexSubImage3D(deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data) glTexSubImage3D() argument 149 glCopyTexImage1D(deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int border) glCopyTexImage1D() argument 154 glCopyTexImage2D(deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border) glCopyTexImage2D() argument 159 glCopyTexSubImage1D(deUint32 target, int level, int xoffset, int x, int y, int width) glCopyTexSubImage1D() argument 164 glCopyTexSubImage2D(deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height) glCopyTexSubImage2D() argument 169 glTexStorage2D(deUint32 target, int levels, deUint32 internalFormat, int width, int height) glTexStorage2D() argument 174 glTexStorage3D(deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth) glTexStorage3D() argument 214 glRenderbufferStorage(deUint32 target, deUint32 internalformat, int width, int height) glRenderbufferStorage() argument 219 glRenderbufferStorageMultisample(deUint32 target, int samples, deUint32 internalformat, int width, int height) glRenderbufferStorageMultisample() argument 289 glScissor(int x, int y, int width, int height) glScissor() argument 364 glInvalidateSubFramebuffer(deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height) glInvalidateSubFramebuffer() argument 374 glReadPixels(int x, int y, int width, int height, deUint32 format, deUint32 type, void* data) glReadPixels() argument [all...] |
H A D | sglrReferenceContext.cpp | 102 inline int getNumMipLevels2D (int width, int height) in getNumMipLevels2D() argument 107 inline int getNumMipLevels3D (int width, int height, int depth) in getNumMipLevels3D() argument 306 ReferenceContextBuffers::ReferenceContextBuffers (const tcu::PixelFormat& colorBits, int depthBits, int stencilBits, int width, int height, int samples) in ReferenceContextBuffers() argument 308 m_colorbuffer.setStorage(toTextureFormat(colorBits), samples, width, height); in ReferenceContextBuffers() local 311 m_depthbuffer.setStorage(getDepthFormat(depthBits), samples, width, height); in ReferenceContextBuffers() local 314 m_stencilbuffer.setStorage(getStencilFormat(stencilBits), samples, width, height); in ReferenceContextBuffers() local 1297 texSubImage1D(deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data) texSubImage1D() argument 1302 texSubImage2D(deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data) texSubImage2D() argument 1307 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 1444 copyTexImage1D(deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int border) copyTexImage1D() argument [all...] |
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11GlxPlatform.cpp | 434 int width = 0; in getWidth() local 455 void GlxWindow::getDimensions (int* width, int* height) in getDimensions() argument [all...] |
/third_party/vk-gl-cts/framework/platform/null/ |
H A D | tcuNullRenderContext.cpp | 654 GLW_APICALL void GLW_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels) in glReadPixels() argument 746 const int width = getValueOrDefault(renderCfg, &RenderConfig::width, 256); in toRenderTarget() local
|
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/ |
H A D | rosen_context_impl.cpp | 451 uint64_t RosenContextImpl::CreateWindow(uint32_t x, uint32_t y, uint32_t width, uint32_t height) in CreateWindow() argument
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrRenderState.hpp | 225 int width; member
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglBufferAgeTests.cpp | 159 int width; member 258 void GLES2Renderer::render (int width, int height, const Frame& frame) const in render() argument 497 const int width in iterate() local [all...] |
H A D | teglPartialUpdateTests.cpp | 147 int width; member 246 void GLES2Renderer::render (int width, int height, const Frame& frame) const in render() argument 497 const int width in iterate() local 689 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH); iterate() local 751 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH); iterate() local [all...] |
H A D | teglSwapBuffersWithDamageTests.cpp | 115 int width; member 188 void GLES2Renderer::render (int width, int height, const Frame& frame) const in render() argument 401 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH); in iterate() local 481 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH); iterate() local 569 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH); iterate() local 642 generateFrameSequence(const vector<DrawType>& frameDrawType, de::Random& rnd, int numFrames, int width, int height) generateFrameSequence() argument [all...] |
H A D | teglWideColorTests.cpp | 195 GLES2Renderer::GLES2Renderer (const glw::Functions& gl, int width, int height) in GLES2Renderer() argument
|
/third_party/vk-gl-cts/modules/gles2/accuracy/ |
H A D | es2aTextureMipmapTests.cpp | 495 static void randomPartition (vector<IVec4>& dst, de::Random& rnd, int x, int y, int width, int height) in randomPartition() argument 117 Texture2DMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) Texture2DMipmapCase() argument 520 computeGridLayout(vector<IVec4>& dst, int width, int height) computeGridLayout() argument [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDepthStencilTests.cpp | 207 int width; member [all...] |
H A D | es2fShaderTextureFunctionTests.cpp | 129 int width; member [all...] |
H A D | es2fTextureMipmapTests.cpp | 117 Texture2DMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) Texture2DMipmapCase() argument 551 randomPartition(vector<IVec4>& dst, de::Random& rnd, int x, int y, int width, int height) randomPartition() argument 576 computeGridLayout(vector<IVec4>& dst, int width, int height) computeGridLayout() argument 781 Texture2DGenMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int width, int height) Texture2DGenMipmapCase() argument 1121 int width; init() member [all...] |
H A D | es2fTextureSpecificationTests.cpp | 394 TextureSpecCase::TextureSpecCase (Context& context, const char* name, const char* desc, const TextureType type, const tcu::TextureFormat format, const deUint32 flags, int width, int height) in TextureSpecCase() argument 428 int width = deMin32(renderTarget.getWidth(), 256); in iterate() local 566 renderTex2D(tcu::Surface& dst, int width, int height) renderTex2D() argument 583 renderTexCube(tcu::Surface& dst, int width, int height, tcu::CubeFace face) renderTexCube() argument 610 readPixels(tcu::Surface& dst, int x, int y, int width, int height) readPixels() argument 620 BasicTexImage2DCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) BasicTexImage2DCase() argument 665 BasicTexImageCubeCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) BasicTexImageCubeCase() argument 717 RandomOrderTexImage2DCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) RandomOrderTexImage2DCase() argument 769 RandomOrderTexImageCubeCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) RandomOrderTexImageCubeCase() argument 833 TexImage2DAlignCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height, int alignment) TexImage2DAlignCase() argument 881 TexImageCubeAlignCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height, int alignment) TexImageCubeAlignCase() argument 932 BasicTexSubImage2DCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) BasicTexSubImage2DCase() argument 999 BasicTexSubImageCubeCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) BasicTexSubImageCubeCase() argument 1075 TexSubImage2DEmptyTexCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) TexSubImage2DEmptyTexCase() argument 1130 TexSubImageCubeEmptyTexCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) TexSubImageCubeEmptyTexCase() argument 1193 TexSubImage2DAlignCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height, int subX, int subY, int subW, int subH, int alignment) TexSubImage2DAlignCase() argument 1247 TexSubImageCubeAlignCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, int width, int height, int subX, int subY, int subW, int subH, int alignment) TexSubImageCubeAlignCase() argument 1307 BasicCopyTexImage2DCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, deUint32 flags, int width, int height) BasicCopyTexImage2DCase() argument 1355 BasicCopyTexImageCubeCase(Context& context, const char* name, const char* desc, deUint32 internalFormat, deUint32 flags, int width, int height) BasicCopyTexImageCubeCase() argument 1411 BasicCopyTexSubImage2DCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) BasicCopyTexSubImage2DCase() argument 1489 BasicCopyTexSubImageCubeCase(Context& context, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 flags, int width, int height) BasicCopyTexSubImageCubeCase() argument 1632 int width = 1 << rnd.getInt(2, 8); init() local [all...] |
/third_party/vk-gl-cts/modules/gles3/accuracy/ |
H A D | es3aTextureMipmapTests.cpp | 482 static void randomPartition (vector<IVec4>& dst, de::Random& rnd, int x, int y, int width, int height) in randomPartition() argument 113 Texture2DMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) Texture2DMipmapCase() argument 507 computeGridLayout(vector<IVec4>& dst, int width, int height) computeGridLayout() argument [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDepthStencilTests.cpp | 207 int width; member [all...] |