Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1371 unsigned level_base = ROUND_DOWN_TO(surface->u.gfx9.prt_level_offset[level], in si_texture_commit() local
1373 unsigned commit_base = level_base + in si_texture_commit()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureTest.cpp4561 { // `level_base` in GLES in TEST_P()
4568 const GLuint level_base = _level_base; in TEST_P() local
4585 _level_max = std::min(std::max(level_base, level_prime_max), MIPS - 1); in TEST_P()
4589 const GLuint p = std::floor((float)std::log2(SIZE)) + level_base; in TEST_P()
4618 // * "...the value of [level] must be in the range `[level_base, in TEST_P()
4620 fbComplete &= (level_base <= dstMip && dstMip <= q); in TEST_P()
4622 // * "...the value of [level] is not `level_base`, then the texture in TEST_P()
4624 if (dstMip != level_base) in TEST_P()

Completed in 17 milliseconds