Home
last modified time | relevance | path

Searched defs:baseLevel (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_gen_mipmap.c74 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/
DvktPipelineImageSamplingInstance.cpp221 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/
Dradeon_mipmap_tree.h71 GLuint baseLevel; /** gl_texture_object->baseLevel it was created for */ member
Dradeon_mipmap_tree.c189 GLenum target, gl_format mesaFormat, GLuint baseLevel, GLuint numLevels, in radeon_miptree_create()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_mipmap_tree.h71 GLuint baseLevel; /** gl_texture_object->baseLevel it was created for */ member
Dradeon_mipmap_tree.c189 GLenum target, gl_format mesaFormat, GLuint baseLevel, GLuint numLevels, in radeon_miptree_create()
/external/mesa3d/src/mesa/main/
Dtexobj.c444 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/
Du_gen_mipmap.c1104 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/
Des31fTextureGatherTests.cpp1032 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/
DsglrReferenceContext.cpp4746 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 …]
DsglrReferenceContext.hpp97 void setBaseLevel (int baseLevel) { m_baseLevel = baseLevel; } in setBaseLevel()
/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp343 int baseLevel; member
DglsTextureTestUtil.cpp110 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/
Des3fTextureMipmapTests.cpp1671 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/
DvktBindingShaderAccessTests.cpp2875 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/
Dmeta.c3241 const GLuint baseLevel = texObj->BaseLevel; in _mesa_meta_GenerateMipmap() local