/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureMipmapTests.cpp | 495 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/ |
D | es3aTextureMipmapTests.cpp | 482 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/ |
D | es2fTextureMipmapTests.cpp | 551 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/ |
D | vktTextureMipmapTests.cpp | 471 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/ |
D | es3fTextureMipmapTests.cpp | 590 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()
|