Home
last modified time | relevance | path

Searched refs:randomPartition (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles2/accuracy/
Des2aTextureMipmapTests.cpp495 static void randomPartition (vector<IVec4>& dst, de::Random& rnd, int x, int y, int width, int heig… in randomPartition() function
507 randomPartition(dst, rnd, x, y, split, height); in randomPartition()
508 randomPartition(dst, rnd, x+split, y, width-split, height); in randomPartition()
513 randomPartition(dst, rnd, x, y, width, split); in randomPartition()
514 randomPartition(dst, rnd, x, y+split, width, height-split); in randomPartition()
523 randomPartition(dst, rnd, 0, 0, width, height); in computeGridLayout()
/external/deqp/modules/gles3/accuracy/
Des3aTextureMipmapTests.cpp482 static void randomPartition (vector<IVec4>& dst, de::Random& rnd, int x, int y, int width, int heig… in randomPartition() function
494 randomPartition(dst, rnd, x, y, split, height); in randomPartition()
495 randomPartition(dst, rnd, x+split, y, width-split, height); in randomPartition()
500 randomPartition(dst, rnd, x, y, width, split); in randomPartition()
501 randomPartition(dst, rnd, x, y+split, width, height-split); in randomPartition()
510 randomPartition(dst, rnd, 0, 0, width, height); in computeGridLayout()
/external/deqp/modules/gles2/functional/
Des2fTextureMipmapTests.cpp551 static void randomPartition (vector<IVec4>& dst, de::Random& rnd, int x, int y, int width, int heig… in randomPartition() function
563 randomPartition(dst, rnd, x, y, split, height); in randomPartition()
564 randomPartition(dst, rnd, x+split, y, width-split, height); in randomPartition()
569 randomPartition(dst, rnd, x, y, width, split); in randomPartition()
570 randomPartition(dst, rnd, x, y+split, width, height-split); in randomPartition()
579 randomPartition(dst, rnd, 0, 0, width, height); in computeGridLayout()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureMipmapTests.cpp471 static void randomPartition (vector<IVec4>& dst, de::Random& rnd, int x, int y, int width, int heig… in randomPartition() function
483 randomPartition(dst, rnd, x, y, split, height); in randomPartition()
484 randomPartition(dst, rnd, x+split, y, width-split, height); in randomPartition()
489 randomPartition(dst, rnd, x, y, width, split); in randomPartition()
490 randomPartition(dst, rnd, x, y+split, width, height-split); in randomPartition()
499 randomPartition(dst, rnd, 0, 0, width, height); in computeGridLayout()
/external/deqp/modules/gles3/functional/
Des3fTextureMipmapTests.cpp590 static void randomPartition (vector<IVec4>& dst, de::Random& rnd, int x, int y, int width, int heig… in randomPartition() function
602 randomPartition(dst, rnd, x, y, split, height); in randomPartition()
603 randomPartition(dst, rnd, x+split, y, width-split, height); in randomPartition()
608 randomPartition(dst, rnd, x, y, width, split); in randomPartition()
609 randomPartition(dst, rnd, x, y+split, width, height-split); in randomPartition()
618 randomPartition(dst, rnd, 0, 0, width, height); in computeGridLayout()