Searched refs:texture_depth (Results 1 – 10 of 10) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.cpp | 2108 glw::GLenum texture_target, glw::GLint texture_depth, in initTextureStorage() argument 2182 texture_height >> n_level, texture_depth >> n_level, 0, /* border */ in initTextureStorage() 2210 texture_depth >> n_level, GL_TRUE); /* fixedsamplelocations */ in initTextureStorage() 2295 texture_depth); in initTextureStorage() 2320 texture_internalformat, texture_width, texture_height, texture_depth, in initTextureStorage() 2705 const int texture_depth = 16; in initTestRuns() local 2749 int parent_texture_depth = texture_depth; in initTestRuns() 2873 new_test_run.expected_n_num_layers = texture_depth; in initTestRuns() 2898 new_test_run.expected_n_num_layers = texture_depth; in initTestRuns() 5941 unsigned int texture_depth = 0; in initTextureObject() local [all …]
|
D | gl4cTextureViewTests.hpp | 160 glw::GLint texture_depth, glw::GLint texture_height, glw::GLint texture_width,
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common_context.c | 183 radeon->texture_depth = driQueryOptioni (&radeon->optionCache, in radeonInitContext() 185 if (radeon->texture_depth == DRI_CONF_TEXTURE_DEPTH_FB) in radeonInitContext() 186 radeon->texture_depth = (glVisual == NULL || glVisual->rgbBits > 16) ? in radeonInitContext()
|
D | radeon_screen.h | 91 DRI_CONF_OPT_E(texture_depth, def, 0, 3, \
|
D | radeon_texture.c | 273 (rmesa->texture_depth == DRI_CONF_TEXTURE_DEPTH_32); in radeonChooseTextureFormat() 275 (rmesa->texture_depth == DRI_CONF_TEXTURE_DEPTH_FORCE_16); in radeonChooseTextureFormat()
|
D | radeon_common_context.h | 381 int texture_depth; member
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common_context.c | 183 radeon->texture_depth = driQueryOptioni (&radeon->optionCache, in radeonInitContext() 185 if (radeon->texture_depth == DRI_CONF_TEXTURE_DEPTH_FB) in radeonInitContext() 186 radeon->texture_depth = (glVisual == NULL || glVisual->rgbBits > 16) ? in radeonInitContext()
|
D | radeon_screen.h | 91 DRI_CONF_OPT_E(texture_depth, def, 0, 3, \
|
D | radeon_texture.c | 273 (rmesa->texture_depth == DRI_CONF_TEXTURE_DEPTH_32); in radeonChooseTextureFormat() 275 (rmesa->texture_depth == DRI_CONF_TEXTURE_DEPTH_FORCE_16); in radeonChooseTextureFormat()
|
D | radeon_common_context.h | 381 int texture_depth; member
|