/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp | 98 , max_texture_size(0) in InvalidTextureSizesAreRejectedValidAreAcceptedTest() 142 max_texture_size = 0; in deinit() 167 gl.getIntegerv(GL_MAX_TEXTURE_SIZE, &max_texture_size); in initInternals() 200 TCU_CHECK_MSG(max_texture_size >= 2048, "Invalid GL_MAX_TEXTURE_SIZE was returned."); in iterate() 273 max_texture_size + 1, /* Invalid width argument value. */ in iterate() 274 max_texture_size, 2, GL_TRUE); in iterate() 284 gl.texStorage3DMultisample(GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES, 2, GL_RGBA8, max_texture_size, in iterate() 285 max_texture_size + 1, /* Invalid height argument value. */ in iterate()
|
D | es31cTextureStorageMultisampleTexStorage3DMultisampleTests.hpp | 54 glw::GLint max_texture_size; member in glcts::InvalidTextureSizesAreRejectedValidAreAcceptedTest
|
/third_party/ffmpeg/libavdevice/ |
D | opengl_enc.c | 188 GLint max_texture_size; ///< Maximum texture size member 609 glGetIntegerv(GL_MAX_TEXTURE_SIZE, &opengl->max_texture_size); in opengl_read_limits() 620 …(h, AV_LOG_DEBUG, "Max texture size: %dx%d\n", opengl->max_texture_size, opengl->max_texture_size); in opengl_read_limits() 699 int max = FFMIN(FFMAX(in_width, in_height), opengl->max_texture_size); in opengl_get_texture_size() 1086 if (opengl->width > opengl->max_texture_size || opengl->height > opengl->max_texture_size) { in opengl_write_header() 1088 opengl->width, opengl->height, opengl->max_texture_size, opengl->max_texture_size); in opengl_write_header()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_screen.c | 217 return screen->specs.max_texture_size; in etna_screen_get_param() 221 int log2_max_tex_size = util_last_bit(screen->specs.max_texture_size); in etna_screen_get_param() 314 return util_last_bit(screen->specs.max_texture_size); in etna_screen_get_paramf() 905 screen->specs.max_texture_size = in etna_get_specs()
|
D | etnaviv_internal.h | 135 unsigned max_texture_size; member
|
D | etnaviv_resource.c | 153 MIN2(screen->specs.max_rendertarget_size, screen->specs.max_texture_size); in etna_screen_can_create_resource()
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen.h | 76 uint64_t max_texture_size; member
|
D | vmw_screen_ioctl.c | 1072 vws->ioctl.max_texture_size = VMW_MAX_DEFAULT_TEXTURE_SIZE; in vmw_ioctl_init() 1074 vws->ioctl.max_texture_size = gp_arg.value; in vmw_ioctl_init() 1163 vws->ioctl.max_texture_size = VMW_MAX_DEFAULT_TEXTURE_SIZE; in vmw_ioctl_init()
|
D | vmw_screen_svga.c | 533 if (buffer_size > vws->ioctl.max_texture_size) { in vmw_svga_winsys_surface_create() 649 if (buffer_size > vws->ioctl.max_texture_size) { in vmw_svga_winsys_surface_can_create()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fImplementationLimitTests.cpp | 195 LIMIT_CASE(max_texture_size, GL_MAX_TEXTURE_SIZE, GLint, 64); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 699 glw::GLint max_texture_size = 1024 /* Specification default. */; in MaxTextureLevels() local 708 gl.getIntegerv(GL_MAX_TEXTURE_SIZE, &max_texture_size); in MaxTextureLevels() 711 return (glw::GLuint)std::log((double)max_texture_size); in MaxTextureLevels() 714 gl.getIntegerv(GL_MAX_CUBE_MAP_TEXTURE_SIZE, &max_texture_size); in MaxTextureLevels() 717 return (glw::GLuint)std::log((double)max_texture_size); in MaxTextureLevels() 1193 glw::GLint max_texture_size = 1024 /* Specification default. */; in MaxTextureLevels() local 1202 gl.getIntegerv(GL_MAX_TEXTURE_SIZE, &max_texture_size); in MaxTextureLevels() 1205 return (glw::GLuint)std::log((double)max_texture_size); in MaxTextureLevels() 1209 gl.getIntegerv(GL_MAX_CUBE_MAP_TEXTURE_SIZE , &max_texture_size); in MaxTextureLevels() 1212 return (glw::GLuint)std::log((double)max_texture_size); in MaxTextureLevels() [all …]
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fImplementationLimitTests.cpp | 441 LIMIT_CASE(max_texture_size, GL_MAX_TEXTURE_SIZE, GLint, 2048); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5TextureGatherOffset.cpp | 920 glw::GLint max_texture_size = 0; in prepareTexture() local 922 gl.getIntegerv(GL_MAX_TEXTURE_SIZE, &max_texture_size); in prepareTexture() 925 if (m_texture_size > (glw::GLuint)max_texture_size) in prepareTexture()
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/src/ |
D | gl46-master.txt | 7249 KHR-GL46.limits.max_texture_size
|
D | gl45-master.txt | 7249 KHR-GL45.limits.max_texture_size
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/ |
D | gl46-master.txt | 7249 KHR-GL46.limits.max_texture_size
|
D | gl45-master.txt | 7249 KHR-GL45.limits.max_texture_size
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.1.x/ |
D | gl46-master.txt | 8844 KHR-GL46.limits.max_texture_size
|
D | gl45-master.txt | 8844 KHR-GL45.limits.max_texture_size
|
/third_party/vk-gl-cts/android/cts/master/ |
D | gles2-master-2020-03-01.txt | 11 dEQP-GLES2.functional.implementation_limits.max_texture_size
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/ |
D | gles2-master.txt | 11 dEQP-GLES2.functional.implementation_limits.max_texture_size
|
/third_party/vk-gl-cts/android/cts/master/src/ |
D | gles2-master-2020-03-01.txt | 11 dEQP-GLES2.functional.implementation_limits.max_texture_size
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/ |
D | gles2-master.txt | 11 dEQP-GLES2.functional.implementation_limits.max_texture_size
|
D | gles2-master-PASS.txt | 2575 dEQP-GLES2.functional.implementation_limits.max_texture_size
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/src/ |
D | gles2-master.txt | 11 dEQP-GLES2.functional.implementation_limits.max_texture_size
|