Home
last modified time | relevance | path

Searched defs:n_layers (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp482 glw::GLint element_index, glw::GLint n_layers, in getExpectedColorFloatComponentsForTexture()
498 glw::GLint element_index, glw::GLint n_layers, in getExpectedColorFloatComponentsForTextureLod()
524 … glw::GLint element_index, glw::GLint n_layers, glw::GLint n_mipmap_levels, in getExpectedColorIntComponentsForTexture()
543glw::GLint n_layers, glw::GLint n_mipmap_levels, T *out_components) in getExpectedColorIntComponentsForTextureLod()
565 glw::GLint element_index, glw::GLint n_layers, in getExpectedCompressedComponentsForTexture()
582 glw::GLint element_index, glw::GLint n_layers, in getExpectedCompressedComponentsForTextureLod()
666 … glw::GLint element_index, glw::GLint n_layers, glw::GLint n_mipmap_levels, in getExpectedStencilComponentsForTexture()
686 glw::GLint n_layers, glw::GLint n_mipmap_levels, in getExpectedStencilComponentsForTextureLod()
1138 glw::GLuint n_layers) in preparePositionForFace()
1184 glw::GLuint n_layers) in prepareRefZForFace()
[all …]
H A DesextcTextureCubeMapArrayStencilAttachments.cpp638const std::string &n_layers) in getGeometryShaderCode()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp2705 const GLuint n_layers = (true == is_multi_layer) ? FUNCTIONAL_TEST_N_LAYERS : 1; in calculateDimmensions() local
2754 GLuint n_layers = 1; in copyAndVerify() local
3153 const GLuint n_layers = depths[i]; in prepareDstPxls() local
3212 const GLuint n_layers = depths[lvl]; in prepareSrcPxls() local
3998 const GLuint n_layers = (GL_TEXTURE_CUBE_MAP_ARRAY != test_case.m_target) ? m_depth : 6; in prepareDstPxls() local
4033 const GLuint n_layers = (GL_TEXTURE_CUBE_MAP_ARRAY != test_case.m_target) ? m_depth : 6; in prepareSrcPxls() local
4092 const GLuint n_layers = (GL_TEXTURE_CUBE_MAP_ARRAY != test_case.m_target) ? m_depth : 6; in prepareTexture() local
4113 const GLuint n_layers = (GL_TEXTURE_CUBE_MAP_ARRAY != test_case.m_target) ? m_depth : 6; in verify() local
H A Dgl4cShaderImageLoadStoreTests.cpp7456 const GLuint n_layers = GetTotalNumberOfLayers(it->m_n_elements, it->m_type); in Run() local
7559 …CompareRGBA8Textures(GLuint left_texture_id, GLuint right_texture_id, GLuint edge, GLuint n_layers, in CompareRGBA8Textures()
7582 void CopyRGBA8Texture(GLuint destination_texture_id, GLuint source_texture_id, GLuint n_layers) in CopyRGBA8Texture()
7661 const GLuint n_layers = GetTotalNumberOfLayers(n_elements, target); in CreateRGBA8DestinationTexture() local
7692 const GLuint n_layers = GetTotalNumberOfLayers(n_elements, target); in CreateRGBA8SourceTexture() local
7742 …GLenum CreateRGBA8Texture(GLuint edge, GLenum target, GLuint n_layers, const std::vector<GLubyte> … in CreateRGBA8Texture()
7822 void ExtractTextureData(GLuint texture_id, GLuint edge, GLuint n_layers, GLenum target, in ExtractTextureData()
H A Dgl4cTextureViewTests.hpp520 unsigned int n_layers; member
H A Dgl4cTextureViewTests.cpp6387 void TextureViewTestViewSampling::resetReferenceColorStorage(unsigned int n_layers, unsigned int n_… in resetReferenceColorStorage()
/aosp_15_r20/external/executorch/examples/models/llama/params/
H A Ddemo_config.json1 {"dim": 64, "multiple_of": 4, "n_heads": 8, "n_layers": 5, "norm_eps": 1e-05, "vocab_size": 512} number
/aosp_15_r20/external/executorch/examples/models/llama3_2_vision/text_decoder/params/
H A Ddemo_config.json9 "n_layers": 32, number
/aosp_15_r20/external/pytorch/test/distributed/pipelining/
H A Dtest_transformer.py9 n_layers = 8 variable
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRendering.hpp158 unsigned int n_layers; member
/aosp_15_r20/external/pytorch/test/distributed/_tensor/
H A Dtest_api.py22 def __init__(self, n_features, n_layers, device): argument
/aosp_15_r20/external/executorch/examples/models/llama/
H A Dllama_transformer.py83 n_layers: int = 32 variable in ModelArgs
/aosp_15_r20/external/pytorch/test/distributed/_composable/fsdp/
H A Dtest_fully_shard_compile.py459 def __init__(self, n_layers): argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/_tensor/
H A Dcommon_dtensor.py93 n_layers: int = 2 variable in ModelArgs
/aosp_15_r20/external/libopus/dnn/torch/osce/models/
H A Dfd_discriminator.py516 def process_dimension(n_layers, stretch, down): argument
/aosp_15_r20/external/libhevc/encoder/
H A Dhme_interface.c691 S32 n_layers = ps_prms->num_simulcast_layers; in hme_validate_init_prms() local
4745 S32 hme_get_blk_size(S32 use_4x4, S32 layer_id, S32 n_layers, S32 encode) in hme_get_blk_size()
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_models.py436 n_layers = 2 variable in TestModels._test_snli.Config
/aosp_15_r20/external/virglrenderer/src/
H A Dvrend_renderer.c10134 int n_layers = info->b.src.box.depth == info->b.dst.box.depth ? info->b.dst.box.depth : 1; in vrend_renderer_blit_fbo() local
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h87998 unsigned int n_layers; member
H A Dvmlinux_600.h87998 unsigned int n_layers; member
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h113537 unsigned int n_layers; member
H A Dvmlinux_518.h113537 unsigned int n_layers; member
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h105021 unsigned int n_layers; member
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h54444 unsigned int n_layers; member
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h111342 unsigned int n_layers; member

12