Home
last modified time | relevance | path

Searched refs:max_textures (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp1845 GLint max_textures = 0; in iterate() local
1849 gl.getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &max_textures); in iterate()
1855 if (n_textures > max_textures) in iterate()
1857 count = max_textures; in iterate()
1858 validated_index = max_textures - 1; in iterate()
1882 if (n_textures <= max_textures) in iterate()
1884 t_first = max_textures - n_textures + 1; in iterate()
1888 t_count = max_textures + 1; in iterate()
2081 GLint max_textures = 0; in iterate() local
2085 gl.getIntegerv(GL_MAX_IMAGE_UNITS, &max_textures); in iterate()
2735 GLint max_textures = 0; iterate() local
3056 GLint max_textures = 0; iterate() local
3724 GLint max_textures = 0; iterate() local
3982 GLint max_textures = 0; iterate() local
4214 GLint max_textures = 0; iterate() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1855 const uint32_t max_textures = in anv_GetPhysicalDeviceProperties() local
1895 .maxPerStageDescriptorSampledImages = max_textures, in anv_GetPhysicalDeviceProperties()
1904 .maxDescriptorSetSampledImages = 6 * max_textures, /* number of stages * maxPerStageDescriptorSampledImages */ in anv_GetPhysicalDeviceProperties()

Completed in 14 milliseconds