| /kernel/linux/linux-6.6/drivers/iommu/amd/ |
| H A D | iommu.c | 2528 int levels; in domain_enable_v2() local
|
| /kernel/linux/linux-6.6/sound/usb/ |
| H A D | mixer_scarlett_gen2.c | 1702 scarlett2_usb_get_meter_levels(struct usb_mixer_interface *mixer, u16 num_meters, u16 *levels) scarlett2_usb_get_meter_levels() argument
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | Bidi.java | 1056 byte[] levels; field in Bidi 5168 reorderLogical(byte[] levels) reorderLogical() argument 5191 reorderVisual(byte[] levels) reorderVisual() argument 5679 reorderVisually(byte[] levels, int levelStart, Object[] objects, int objectStart, int count) reorderVisually() argument [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cbiditst.c | 455 const UBiDiLevel *levels; in printCaseInfo() local 851 UBiDiLevel levels[UBIDI_MAX_EXPLICIT_LEVEL]={1,2,3,4,5,6,7,8,9,10}; in testReorder() local 885 UBiDiLevel levels[UBIDI_MAX_EXPLICIT_LEVEL]={1,2,3,4,5,6,7,8,9,10}; in testReorder() local 1045 const UBiDiLevel *levels in doTest() local 1156 const UBiDiLevel *levels; _testReordering() local 3605 printUnicode(const UChar *s, int32_t length, const UBiDiLevel *levels) printUnicode() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | Bidi.java | 1032 byte[] levels; field in Bidi 5100 reorderLogical(byte[] levels) reorderLogical() argument 5121 reorderVisual(byte[] levels) reorderVisual() argument 5585 reorderVisually(byte[] levels, int levelStart, Object[] objects, int objectStart, int count) reorderVisually() argument [all...] |
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | ntfssecaudit.c | 1876 u8 levels; in local_build_mapping() member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| H A D | vktImageCompressionTranscodingSupport.cpp | 1971 makeCreateImageInfo(const VkFormat format, const ImageType type, const UVec3& size, const VkImageUsageFlags usageFlags, const VkImageCreateFlags* createFlags, const deUint32 levels, const deUint32 layers) makeCreateImageInfo() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| H A D | vktMeshShaderMiscTestsEXT.cpp | 1747 const std::vector<tcu::TextureLevel*> levels = { m_referenceLevel.get(), m_referenceLevel2.get() }; in verifyResult() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
| H A D | vktImageCompressionTranscodingSupport.cpp | 1956 makeCreateImageInfo(const VkFormat format, const ImageType type, const UVec3& size, const VkImageUsageFlags usageFlags, const VkImageCreateFlags* createFlags, const deUint32 levels, const deUint32 layers) makeCreateImageInfo() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| H A D | vktMeshShaderMiscTestsEXT.cpp | 1729 const std::vector<tcu::TextureLevel*> levels = { m_referenceLevel.get(), m_referenceLevel2.get() }; in verifyResult() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | Renderer9.cpp | 2899 createTextureStorage2D(GLenum internalformat, bool renderTarget, GLsizei width, GLsizei height, int levels, const std::string &label, bool hintLevelZeroOnly) createTextureStorage2D() argument 2910 createTextureStorageCube(GLenum internalformat, bool renderTarget, int size, int levels, bool hintLevelZeroOnly, const std::string &label) createTextureStorageCube() argument 2921 createTextureStorage3D(GLenum internalformat, bool renderTarget, GLsizei width, GLsizei height, GLsizei depth, int levels, const std::string &label) createTextureStorage3D() argument 2935 createTextureStorage2DArray(GLenum internalformat, bool renderTarget, GLsizei width, GLsizei height, GLsizei depth, int levels, const std::string &label) createTextureStorage2DArray() argument 2949 createTextureStorage2DMultisample(GLenum internalformat, GLsizei width, GLsizei height, int levels, int samples, bool fixedSampleLocations, const std::string &label) createTextureStorage2DMultisample() argument 2963 createTextureStorage2DMultisampleArray(GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, int levels, int samples, bool fixedSampleLocations, const std::string &label) createTextureStorage2DMultisampleArray() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cDirectStateAccessTexturesTests.cpp | 1746 bool StorageAndSubImageTest<T, S, N, D, I>::TextureStorage(glw::GLenum target, glw::GLuint texture, glw::GLsizei levels, in TextureStorage() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationES3.cpp | 1307 ValidateES3TexStorageParametersBase(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) ValidateES3TexStorageParametersBase() argument 1525 ValidateES3TexStorage2DParameters(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) ValidateES3TexStorage2DParameters() argument 1544 ValidateES3TexStorage3DParameters(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) ValidateES3TexStorage3DParameters() argument 4788 ValidateTexStorage2D(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) ValidateTexStorage2D() argument 4811 ValidateTexStorage3D(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) ValidateTexStorage3D() argument [all...] |
| H A D | validationGL4.cpp | 748 ValidateTexStorage1D(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) ValidateTexStorage1D() argument 1969 ValidateTextureStorage1D(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLsizei levels, GLenum internalformat, GLsizei width) ValidateTextureStorage1D() argument 1979 ValidateTextureStorage2D(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) ValidateTextureStorage2D() argument 2002 ValidateTextureStorage3D(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) ValidateTextureStorage3D() argument
|
| H A D | validationES2.cpp | 1561 ValidateES2TexStorageParametersBase(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) ValidateES2TexStorageParametersBase() argument 6047 ValidateTexStorage2DEXT(const Context *context, angle::EntryPoint entryPoint, TextureType type, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) ValidateTexStorage2DEXT() argument 6156 ValidateTexStorage1DEXT(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) ValidateTexStorage1DEXT() argument 6168 ValidateTexStorage3DEXT(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) ValidateTexStorage3DEXT() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | TextureVk.cpp | 1265 setStorage(const gl::Context *context, gl::TextureType type, size_t levels, GLenum internalFormat, const gl::Extents &size) setStorage() argument 1316 setStorageExternalMemory(const gl::Context *context, gl::TextureType type, size_t levels, GLenum internalFormat, const gl::Extents &size, gl::MemoryObject *memoryObject, GLuint64 offset, GLbitfield createFlags, GLbitfield usageFlags, const void *imageCreateInfoPNext) setStorageExternalMemory() argument [all...] |
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLGpu.cpp | 1009 SkSTArray<16, GrMipLevel> levels; in uploadColorToTex() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | entry_points.cpp | 1520 GL_APICALL void GL_APIENTRY glTexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) in glTexStorage2D() argument 1525 GL_APICALL void GL_APIENTRY glTexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) in glTexStorage3D() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/ |
| H A D | si_dpm.c | 3845 u32 levels = ps->performance_level_count; si_dpm_force_performance_level() local [all...] |
| H A D | si_dpm.h | 458 RV770_SMC_HW_PERFORMANCE_LEVEL levels[RV770_SMC_PERFORMANCE_LEVELS_PER_SWSTATE]; member 784 NISLANDS_SMC_HW_PERFORMANCE_LEVEL levels[]; member
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| H A D | soundcard.h | 960 int levels[32]; member
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| H A D | intel_pm.c | 5383 skl_compute_wm_levels(const struct intel_crtc_state *crtc_state, const struct skl_wm_params *wm_params, struct skl_wm_level *levels) skl_compute_wm_levels() argument 5408 struct skl_wm_level *levels = plane_wm->wm; tgl_compute_sagv_wm() local [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
| H A D | si_dpm.c | 3389 u32 levels = ps->performance_level_count; si_dpm_force_performance_level() local [all...] |
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| H A D | soundcard.h | 960 int levels[32]; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/ |
| H A D | si_dpm.c | 3860 u32 levels = ps->performance_level_count; si_dpm_force_performance_level() local [all...] |