/external/mesa3d/src/mesa/state_tracker/ |
D | st_gen_mipmap.c | 74 uint baseLevel, uint lastLevel) in st_render_mipmap() 147 const uint baseLevel = texObj->BaseLevel; in st_generate_mipmap() local
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 221 const tcu::ConstPixelBufferAccess baseLevel = texture.getLevel(subresource.baseMipLevel); in createRefProgram() local 261 const tcu::ConstPixelBufferAccess baseLevel = texture.getLevel(subresource.baseMipLevel); in createRefProgram() local 284 const tcu::ConstPixelBufferAccess baseLevel = texture.getLevel(subresource.baseMipLevel); in createRefProgram() local 307 const tcu::ConstPixelBufferAccess baseLevel = texture.getLevel(subresource.baseMipLevel); in createRefProgram() local
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_mipmap_tree.h | 71 GLuint baseLevel; /** gl_texture_object->baseLevel it was created for */ member
|
D | radeon_mipmap_tree.c | 189 GLenum target, gl_format mesaFormat, GLuint baseLevel, GLuint numLevels, in radeon_miptree_create()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_mipmap_tree.h | 71 GLuint baseLevel; /** gl_texture_object->baseLevel it was created for */ member
|
D | radeon_mipmap_tree.c | 189 GLenum target, gl_format mesaFormat, GLuint baseLevel, GLuint numLevels, in radeon_miptree_create()
|
/external/mesa3d/src/mesa/main/ |
D | texobj.c | 444 const GLint baseLevel = t->BaseLevel; in _mesa_test_texobj_completeness() local 663 const GLint baseLevel = texObj->BaseLevel; in _mesa_cube_complete() local
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_gen_mipmap.c | 1104 uint layer, uint baseLevel, uint lastLevel) in make_1d_mipmap() 1142 uint layer, uint baseLevel, uint lastLevel) in make_2d_mipmap() 1186 uint face, uint baseLevel, uint lastLevel) in make_3d_mipmap() 1238 uint layer, uint baseLevel, uint lastLevel) in fallback_gen_mipmap() 1517 uint face, uint baseLevel, uint lastLevel, uint filter) in util_gen_mipmap()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 1032 int baseLevel, in TextureGatherCase() 1631 int baseLevel, in TextureGather2DCase() 1721 int baseLevel, in TextureGather2DArrayCase() 1853 int baseLevel, in TextureGatherCubeCase() 1993 int baseLevel, in makeTextureGatherCase() 2259 for (int baseLevel = 1; baseLevel <= 2; baseLevel++) in init() local
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 4746 const int baseLevel = getBaseLevel(); in isComplete() local 4811 const int baseLevel = getBaseLevel(); in updateView() local 4843 const int baseLevel = getBaseLevel(); in isComplete() local 4883 const int baseLevel = getBaseLevel(); in updateView() local 4952 const int baseLevel = getBaseLevel(); in isComplete() local 4995 const int baseLevel = getBaseLevel(); in updateView() local 5075 const int baseLevel = getBaseLevel(); in isComplete() local 5117 const int baseLevel = getBaseLevel(); in updateView() local 5181 const int baseLevel = getBaseLevel(); in isComplete() local 5223 const int baseLevel = getBaseLevel(); in updateView() local [all …]
|
D | sglrReferenceContext.hpp | 97 void setBaseLevel (int baseLevel) { m_baseLevel = baseLevel; } in setBaseLevel()
|
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.hpp | 343 int baseLevel; member
|
D | glsTextureTestUtil.cpp | 110 static tcu::Texture1DView getSubView (const tcu::Texture1DView& view, int baseLevel, int maxLevel) in getSubView() 118 static tcu::Texture2DView getSubView (const tcu::Texture2DView& view, int baseLevel, int maxLevel) in getSubView() 126 static tcu::TextureCubeView getSubView (const tcu::TextureCubeView& view, int baseLevel, int maxLev… in getSubView() 139 static tcu::Texture3DView getSubView (const tcu::Texture3DView& view, int baseLevel, int maxLevel) in getSubView() 147 static tcu::TextureCubeArrayView getSubView (const tcu::TextureCubeArrayView& view, int baseLevel, … in getSubView()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureMipmapTests.cpp | 1671 const int baseLevel = (deInt32Hash(cellNdx) ^ deStringHash(getName()) ^ 0xac2f274a) % numLevels; in getBaseLevel() local 1986 const int baseLevel = (deInt32Hash(cellNdx) ^ deStringHash(getName()) ^ 0x23fae13) % numLevels; in getBaseLevel() local 2303 const int baseLevel = (deInt32Hash(cellNdx) ^ deStringHash(getName()) ^ 0x7347e9) % numLevels; in getBaseLevel() local
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 2875 const tcu::ConstPixelBufferAccess baseLevel = sourceImage.getLevel(0); in createImage() local 2927 const tcu::ConstPixelBufferAccess baseLevel = sourceImage.getLevel(0); in createImageView() local
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 3241 const GLuint baseLevel = texObj->BaseLevel; in _mesa_meta_GenerateMipmap() local
|