Home
last modified time | relevance | path

Searched refs:pba (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp289 void initializeImage(Context& ctx, VkImage im, const ConstPixelBufferAccess* pba, ImageViewParameters imParams) in initializeImage() argument
330 const IVec3 curLevelSize = pba[level].getSize(); in initializeImage()
337 deMemcpy(bufCurPtr, pba[level].getDataPtr(), copySize); in initializeImage()
369 std::vector<ConstPixelBufferAccess> pba; member
562 , m_levels (testCaseData.pba) in TextureFilteringTestInstance()
1139 std::vector<ConstPixelBufferAccess> pba; in getPba() local
1145 pba.push_back(m_tex->getLevel(levelNdx)); in getPba()
1148 return pba; in getPba()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp289 void initializeImage(Context& ctx, VkImage im, const ConstPixelBufferAccess* pba, ImageViewParameters imParams) in initializeImage() argument
330 const IVec3 curLevelSize = pba[level].getSize(); in initializeImage()
337 deMemcpy(bufCurPtr, pba[level].getDataPtr(), copySize); in initializeImage()
369 std::vector<ConstPixelBufferAccess> pba; member
562 , m_levels (testCaseData.pba) in TextureFilteringTestInstance()
1141 std::vector<ConstPixelBufferAccess> pba; in getPba() local
1147 pba.push_back(m_tex->getLevel(levelNdx)); in getPba()
1150 return pba; in getPba()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp665 bool verifyColorImage (const tcu::ConstPixelBufferAccess& pba);
666 bool verifyDepthImage (const tcu::ConstPixelBufferAccess& pba);
1053 bool PipelineLibraryTestInstance::verifyColorImage (const ConstPixelBufferAccess& pba) in verifyColorImage() argument
1056 TextureLevel referenceImage (pba.getFormat(), pba.getWidth(), pba.getHeight()); in verifyColorImage()
1080 return intThresholdCompare(log, "colorImage", "colorImage", reference, pba, UVec4(), COMPARE_LOG_RESULT); in verifyColorImage()
1083 bool PipelineLibraryTestInstance::verifyDepthImage (const ConstPixelBufferAccess& pba) in verifyDepthImage() argument
1087 TextureLevel referenceImage (mapVkFormat(compareFormat), pba.getWidth(), pba in verifyDepthImage()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp659 bool verifyColorImage (const tcu::ConstPixelBufferAccess& pba);
660 bool verifyDepthImage (const tcu::ConstPixelBufferAccess& pba);
1020 bool PipelineLibraryTestInstance::verifyColorImage (const ConstPixelBufferAccess& pba) in verifyColorImage() argument
1023 TextureLevel referenceImage (pba.getFormat(), pba.getWidth(), pba.getHeight()); in verifyColorImage()
1047 return intThresholdCompare(log, "colorImage", "colorImage", reference, pba, UVec4(), COMPARE_LOG_RESULT); in verifyColorImage()
1050 bool PipelineLibraryTestInstance::verifyDepthImage (const ConstPixelBufferAccess& pba) in verifyDepthImage() argument
1054 TextureLevel referenceImage (mapVkFormat(compareFormat), pba.getWidth(), pba in verifyDepthImage()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTexture3DTests.cpp717 const tcu::PixelBufferAccess& pba = texture.getRefTexture().getLevel(levelNdx); in iterate() local
718 tcu::fillWithComponentGradients(pba, firstColor, secondColor); in iterate()
754 const tcu::PixelBufferAccess& pba = texture.getRefTexture().getLevel(levelNdx); in iterate() local
755 tcu::clear(getSubregion(pba, w, h, 0, w, h, d), secondColor); in iterate()
846 const tcu::PixelBufferAccess& pba = texture.getRefTexture().getLevel(levelNdx); in iterate() local
847 tcu::fillWithComponentGradients(pba, firstColor, secondColor); in iterate()
881 const tcu::PixelBufferAccess& pba = texture.getRefTexture().getLevel(levelNdx); in iterate() local
882 tcu::clear(getSubregion(pba, w, h, 0, w, h, d), secondColor); in iterate()
/third_party/python/Lib/test/
H A Dtest_long.py160 pab, pba = x*y, y*x
161 eq(pab, pba, "multiplication does not commute")

Completed in 15 milliseconds