Home
last modified time | relevance | path

Searched defs:totalPixels (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineNoPositionTests.cpp613 const auto totalPixels = layerPixels * m_params.numViews; in iterate() local
DvktPipelineMultisampledRenderToSingleSampledTests.cpp2393 const deUint32 totalPixels = wd.renderArea.z() * wd.renderArea.w(); in verify() local
2454 …const deUint32 totalPixels = wd.framebufferSize.x() * wd.framebufferSize.y() - wd.renderArea.… in verify() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampledRenderToSingleSampledTests.cpp2403 const deUint32 totalPixels = wd.renderArea.z() * wd.renderArea.w(); in verify() local
2464 …const deUint32 totalPixels = wd.framebufferSize.x() * wd.framebufferSize.y() - wd.renderArea.… in verify() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderSmokeTestsEXT.cpp1200 inline float pixelToFBCoords (uint32_t pixelId, uint32_t totalPixels) in pixelToFBCoords()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderSmokeTestsEXT.cpp1206 inline float pixelToFBCoords (uint32_t pixelId, uint32_t totalPixels) in pixelToFBCoords()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp2279 int totalPixels = 0; in checkLineContinuity() local