Home
last modified time | relevance | path

Searched defs:n_elements (Results 1 – 14 of 14) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dshmasyncq.h30 unsigned n_elements; member
38 #define PA_SHMASYNCQ_SIZE(n_elements, element_size) (PA_ALIGN(sizeof(pa_shmasyncq_data)) + (((n_ele… argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp1608 const GLint n_elements = configuration.m_n_elements[i]; in calculateAttributeLocation() local
1619 const GLint n_elements = configuration.m_n_elements[n_type]; in calculateAttributeLocation() local
1662 const GLint n_elements = configuration.m_n_elements[n_type]; in configureAttribute() local
1887 const GLint n_elements = configuration.m_n_elements[n_type]; in getProgramDetails() local
2045 static const GLint n_elements[] = { n_elements_per_scalar, n_elements_per_vec2 }; in getVertexArrayConfiguration() local
2065 static const GLint n_elements[] = { n_elements_per_vec3, n_elements_per_vec4 }; in getVertexArrayConfiguration() local
2085 static const GLint n_elements[] = { n_elements_per_mat2 }; in getVertexArrayConfiguration() local
2103 static const GLint n_elements[] = { n_elements_per_mat3x2, n_elements_per_mat4x2 }; in getVertexArrayConfiguration() local
2121 static const GLint n_elements[] = { n_elements_per_mat2x3, n_elements_per_mat2x4 }; in getVertexArrayConfiguration() local
2139 static const GLint n_elements[] = { n_elements_per_mat3, n_elements_per_mat3x4 }; in getVertexArrayConfiguration() local
[all …]
Dgl4cShaderImageLoadStoreTests.cpp7639 …GLenum CreateRGBA8DestinationTexture(GLuint edge, GLuint n_elements, GLenum target, GLuint& out_te… in CreateRGBA8DestinationTexture()
7670 …GLenum CreateRGBA8SourceTexture(GLuint edge, GLuint n_elements, GLenum target, GLuint& out_texture… in CreateRGBA8SourceTexture()
7866 GLuint GetTotalNumberOfLayers(GLuint n_elements, GLenum target) in GetTotalNumberOfLayers()
9700 static const GLuint n_elements = sizeof(GLint) / sizeof(T); /* 1, 2, 4 */ in verifyFloat() local
9753 static const GLuint n_elements = sizeof(GLint) / sizeof(T); /* 1, 2, 4 */ in verifyFloatSignedNorm() local
Dgl4cGPUShaderFP64Tests.cpp4130 const glw::GLuint n_elements = n_columns * n_rows; in prepareUniforms() local
4213 const glw::GLuint n_elements = n_columns * n_rows; in prepareUniformVerification() local
5180 const glw::GLuint n_elements = it_uniform_details->m_n_elements; in prepareUniformBuffer() local
Dgl4cEnhancedLayoutsTests.cpp246 const GLuint n_elements = m_n_columns * m_n_rows; in GenerateDataPacked() local
538 const GLuint n_elements = m_n_columns * m_n_rows; in GetSize() local
5387 const GLuint n_elements = (0 == member.m_n_array_elements) ? 1 : member.m_n_array_elements; in generateData() local
6742 const GLuint n_elements = (0 == variable.m_n_array_elements) ? 1 : variable.m_n_array_elements; in test() local
/third_party/gstreamer/gstreamer/tests/benchmarks/
Dcomplexity.c32 guint complexity_order, n_elements, i, j, max_this_level; in main() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp364 glw::GLint n_elements, glw::GLint n_mipmap_levels, glw::GLfloat* out_data) in getColorFloatComponents()
405 glw::GLint n_elements, glw::GLint n_mipmap_levels, glw::GLubyte* out_data) in getCompressedColorUByteComponents()
461 …ent(glw::GLint cube_face, glw::GLint element_index, glw::GLint mipmap_level, glw::GLint n_elements, in getDepthComponent()
645 …ent(glw::GLint cube_face, glw::GLint element_index, glw::GLint mipmap_level, glw::GLint n_elements, in getStencilComponent()
907 glw::GLint mipmap_level, glw::GLint n_elements, glw::GLint n_mipmap_levels, in prepareDataForColorFloatTexture()
935 glw::GLint mipmap_level, glw::GLint n_elements, glw::GLint n_mipmap_levels, in prepareDataForColorIntTexture()
960 glw::GLint mipmap_level, glw::GLint n_elements, glw::GLint n_mipmap_levels, in prepareDataForDepthFloatTexture()
985 glw::GLint mipmap_level, glw::GLint n_elements, glw::GLint n_mipmap_levels, in prepareDataForStencilUIntTexture()
1010 glw::GLint mipmap_level, glw::GLint n_elements, glw::GLint n_mipmap_levels, in prepareDepthTextureFace()
1224 glw::GLint mipmap_level, glw::GLint n_elements, glw::GLint n_mipmap_levels, in prepareRGBAIntegerTextureFace()
[all …]
DesextcTextureCubeMapArraySubImage3D.cpp437 glw::GLuint n_elements = width * height * depth * m_n_components; in checkResults() local
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c4045 ialloc(mstate m, size_t n_elements, size_t * sizes, int opts, void *chunks[]) in ialloc()
4402 dlcalloc(size_t n_elements, size_t elem_size) in dlcalloc()
4450 dlindependent_calloc(size_t n_elements, size_t elem_size, void *chunks[]) in dlindependent_calloc()
4457 dlindependent_comalloc(size_t n_elements, size_t sizes[], void *chunks[]) in dlindependent_comalloc()
4833 mspace_calloc(mspace msp, size_t n_elements, size_t elem_size) in mspace_calloc()
4892 mspace_independent_calloc(mspace msp, size_t n_elements, in mspace_independent_calloc()
4905 mspace_independent_comalloc(mspace msp, size_t n_elements, in mspace_independent_comalloc()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Damf.c783 guint32 n_elements, n_read; in parse_ecma_array() local
811 guint32 n_elements, i; in parse_strict_array() local
/third_party/libffi/src/
Ddlmalloc.c3998 size_t n_elements, in ialloc()
4360 void* dlcalloc(size_t n_elements, size_t elem_size) { in dlcalloc()
4402 void** dlindependent_calloc(size_t n_elements, size_t elem_size, in dlindependent_calloc()
4408 void** dlindependent_comalloc(size_t n_elements, size_t sizes[], in dlindependent_comalloc()
4758 void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size) { in mspace_calloc()
4811 void** mspace_independent_calloc(mspace msp, size_t n_elements, in mspace_independent_calloc()
4822 void** mspace_independent_comalloc(mspace msp, size_t n_elements, in mspace_independent_comalloc()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgltestsrc.c99 guint n_elements; member
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderRendering.cpp664 unsigned int n_elements = getAmountOfElementsPerInstance(); in executeTest() local
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h50112 u32 n_elements; member