Home
last modified time | relevance | path

Searched defs:pixelNum (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp1562 for (uint32_t y = 0, pixelNum = 0; y < m_testParams.frameResolution.height; ++y) in iterateCollectResults() local
3726 for (uint32_t y = 0, pixelNum = 0; y < m_testParams.frameResolution.height; ++y) in createAndPopulateDescriptors() local
4253 for (uint32_t y = 0, pixelNum = 0; y < m_testParams.frameResolution.height; ++y) in iterateCollectResults() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp1472 for (deUint32 y = 0, pixelNum = 0; y < m_testParams.frameResolution.height; ++y) in iterateCollectResults() local
3616 for (deUint32 y = 0, pixelNum = 0; y < m_testParams.frameResolution.height; ++y) in createAndPopulateDescriptors() local
4034 for (deUint32 y = 0, pixelNum = 0; y < m_testParams.frameResolution.height; ++y) in iterateCollectResults() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBC_Decoder.cpp1052 int pixelNum = x + y * 4; in decode() local