Home
last modified time | relevance | path

Searched defs:levels (Results 101 - 125 of 349) sorted by relevance

12345678910>>...14

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.h401 d3dmultisample_type_check(struct pipe_screen *screen, D3DFORMAT format, D3DMULTISAMPLE_TYPE *multisample, DWORD multisamplequality, DWORD *levels) d3dmultisample_type_check() argument
/third_party/node/tools/gyp/tools/emacs/
H A Dgyp.el
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsls.c216 int levels = 0; in parse_options() local
/third_party/node/deps/icu-small/source/common/
H A Dubidiln.cpp96 UBiDiLevel *levels in setTrailingWSStart() local
191 const UBiDiLevel *levels=pLineBiDi->levels; ubidi_setLine() local
285 UBiDiLevel *levels=pBiDi->levelsMemory; ubidi_getLevels() local
439 UBiDiLevel *levels; reorderLine() local
564 UBiDiLevel *levels=pBiDi->levels; ubidi_getRuns() local
710 prepareReorder(const UBiDiLevel *levels, int32_t length, int32_t *indexMap, UBiDiLevel *pMinLevel, UBiDiLevel *pMaxLevel) prepareReorder() argument
750 ubidi_reorderLogical(const UBiDiLevel *levels, int32_t length, int32_t *indexMap) ubidi_reorderLogical() argument
813 ubidi_reorderVisual(const UBiDiLevel *levels, int32_t length, int32_t *indexMap) ubidi_reorderVisual() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationkeys.cpp236 uint32_t levels = levelMasks[CollationSettings::getStrength(options)]; in writeSortKeyUpToQuaternary() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtexstorage.c141 initialize_texture_fields(struct gl_context *ctx, struct gl_texture_object *texObj, GLint levels, GLsizei width, GLsizei height, GLsizei depth, GLenum internalFormat, mesa_format texFormat) initialize_texture_fields() argument
271 tex_storage_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool dsa) tex_storage_error_check() argument
353 _mesa_sparse_texture_error_check(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, mesa_format format, GLenum target, GLsizei levels, GLsizei width, GLsizei height, GLsizei depth, const char *func) _mesa_sparse_texture_error_check() argument
436 texture_storage(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLuint64 offset, bool dsa, bool no_error) texture_storage() argument
548 texture_storage_error(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool dsa) texture_storage_error() argument
560 texture_storage_no_error(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool dsa) texture_storage_no_error() argument
575 texstorage_error(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, const char *caller) texstorage_error() argument
616 texstorage_no_error(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) texstorage_no_error() argument
632 texturestorage_error(GLuint dims, GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, const char *caller) texturestorage_error() argument
673 texturestorage_no_error(GLuint dims, GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) texturestorage_no_error() argument
686 _mesa_TexStorage1D_no_error(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TexStorage1D_no_error() argument
694 _mesa_TexStorage1D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TexStorage1D() argument
703 _mesa_TexStorage2D_no_error(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TexStorage2D_no_error() argument
712 _mesa_TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TexStorage2D() argument
721 _mesa_TexStorage3D_no_error(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TexStorage3D_no_error() argument
730 _mesa_TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TexStorage3D() argument
739 _mesa_TextureStorage1D_no_error(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TextureStorage1D_no_error() argument
747 _mesa_TextureStorage1D(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TextureStorage1D() argument
756 _mesa_TextureStorage2D_no_error(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TextureStorage2D_no_error() argument
765 _mesa_TextureStorage2D(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TextureStorage2D() argument
775 _mesa_TextureStorage3D_no_error(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TextureStorage3D_no_error() argument
785 _mesa_TextureStorage3D(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TextureStorage3D() argument
794 _mesa_TextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TextureStorage1DEXT() argument
811 _mesa_TextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TextureStorage2DEXT() argument
828 _mesa_TextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TextureStorage3DEXT() argument
845 _mesa_texture_storage_memory(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLuint64 offset, bool dsa) _mesa_texture_storage_memory() argument
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_texture.c151 unsigned levels = 1 + last_level - first_level; in panfrost_texture_num_elements() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp69 deUint32 levels; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp69 deUint32 levels; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp274 int levels = getLevelCount(); in copyToStorage() local
557 int levels in copyToStorage() local
127 TextureStorage9_2D(Renderer9 *renderer, GLenum internalformat, bool renderTarget, GLsizei width, GLsizei height, int levels, const std::string &label) TextureStorage9_2D() argument
401 TextureStorage9_Cube(Renderer9 *renderer, GLenum internalformat, bool renderTarget, int size, int levels, bool hintLevelZeroOnly, const std::string &label) TextureStorage9_Cube() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DTextureNULL.cpp154 setStorage(const gl::Context *context, gl::TextureType type, size_t levels, GLenum internalFormat, const gl::Extents &size) setStorage() argument
163 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
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMipmapTest.cpp882 GLubyte *levels[] = {mLevelZeroBlueInitData.data(), mLevelOneGreenInitData.data(), in TEST_P() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationkeys.cpp236 uint32_t levels = levelMasks[CollationSettings::getStrength(options)]; in writeSortKeyUpToQuaternary() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DTextureGL.cpp135 uint32_t levels = GetNumMipLevels(); in Texture() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dubidiln.cpp96 UBiDiLevel *levels in setTrailingWSStart() local
191 const UBiDiLevel *levels=pLineBiDi->levels; ubidi_setLine() local
285 UBiDiLevel *levels=pBiDi->levelsMemory; ubidi_getLevels() local
439 UBiDiLevel *levels; reorderLine() local
564 UBiDiLevel *levels=pBiDi->levels; ubidi_getRuns() local
710 prepareReorder(const UBiDiLevel *levels, int32_t length, int32_t *indexMap, UBiDiLevel *pMinLevel, UBiDiLevel *pMaxLevel) prepareReorder() argument
750 ubidi_reorderLogical(const UBiDiLevel *levels, int32_t length, int32_t *indexMap) ubidi_reorderLogical() argument
813 ubidi_reorderVisual(const UBiDiLevel *levels, int32_t length, int32_t *indexMap) ubidi_reorderVisual() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dlow_level_alloc.cc96 int levels; member
[all...]
/third_party/spirv-tools/test/opt/
H A Dlocal_ssa_elim_test.cpp4325 int2 texDim; int elements; int levels; in TEST_F() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboApiTests.cpp161 const int levels[] = { 2, 1, 0, -1, 0x7fffffff, 0, log2MaxTexSize-2, log2MaxTexSize-1, log2MaxTexSize, log2MaxTexSize+1, log2MaxTexSize+2, 1 }; in textureLevelsTest() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboApiTest.cpp166 static int levels[] = { 2, 1, 0, -1, 0x7fffffff, 0, 1 }; in textureLevelsTest() local
186 static int levels[] = { 2, 1, 0, -1, 0x7fffffff, 0, 1 }; in textureLevelsWithRenderToMipmapTest() local
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/microcode/
H A Dcore.c93 u32 *levels; in amd_check_current_patch_level() local
/kernel/linux/linux-5.10/tools/usb/
H A Dffs-test.c67 static const char levels[8][6] = { in _msg() local
/kernel/linux/linux-5.10/drivers/vfio/
H A Dvfio_iommu_spapr_tce.c606 tce_iommu_create_table(struct tce_container *container, struct iommu_table_group *table_group, int num, __u32 page_shift, __u64 window_size, __u32 levels, struct iommu_table **ptbl) tce_iommu_create_table() argument
643 tce_iommu_create_window(struct tce_container *container, __u32 page_shift, __u64 window_size, __u32 levels, __u64 *start_addr) tce_iommu_create_window() argument
/kernel/linux/linux-5.10/sound/pci/lx6464es/
H A Dlx6464es.c897 u32 levels[64]; in lx_proc_levels_read() local
/kernel/linux/linux-5.10/drivers/opp/
H A Dof.c429 unsigned int levels = opp_table->supported_hw_count; in _opp_is_supported() local
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Drv770_smc.h135 RV770_SMC_HW_PERFORMANCE_LEVEL levels[RV770_SMC_PERFORMANCE_LEVELS_PER_SWSTATE]; member

Completed in 34 milliseconds

12345678910>>...14