Searched refs:totalPixels (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineNoPositionTests.cpp | 613 const auto totalPixels = layerPixels * m_params.numViews; in iterate() local 614 const auto totalBytes = totalPixels * pixelSize; in iterate()
|
H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 2393 const deUint32 totalPixels = wd.renderArea.z() * wd.renderArea.w(); in verify() local 2399 if (!checkAndReportError(context, results->color1Verification, totalPixels, "color attachment 1")) in verify() 2408 if (!checkAndReportError(context, results->color2Verification, totalPixels, "color attachment 2")) in verify() 2417 if (!checkAndReportError(context, results->color3Verification, totalPixels, "color attachment 3")) in verify() 2426 if (!checkAndReportError(context, results->depthVerification, totalPixels, "depth attachment")) in verify() 2435 if (!checkAndReportError(context, results->stencilVerification, totalPixels, "stencil attachment")) in verify() 2454 const deUint32 totalPixels = wd.framebufferSize.x() * wd.framebufferSize.y() - wd.renderArea.z() * wd.renderArea.w(); in verify() local 2458 allOk = checkAndReportError(context, results->color1Verification, totalPixels, "color attachment 1 (outside render area)") && allOk; in verify() 2460 allOk = checkAndReportError(context, results->color2Verification, totalPixels, "color attachment 2 (outside render area)") && allOk; in verify() 2462 allOk = checkAndReportError(context, results->color3Verification, totalPixels, "colo in verify() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 2403 const deUint32 totalPixels = wd.renderArea.z() * wd.renderArea.w(); in verify() local 2409 if (!checkAndReportError(context, results->color1Verification, totalPixels, "color attachment 1")) in verify() 2418 if (!checkAndReportError(context, results->color2Verification, totalPixels, "color attachment 2")) in verify() 2427 if (!checkAndReportError(context, results->color3Verification, totalPixels, "color attachment 3")) in verify() 2436 if (!checkAndReportError(context, results->depthVerification, totalPixels, "depth attachment")) in verify() 2445 if (!checkAndReportError(context, results->stencilVerification, totalPixels, "stencil attachment")) in verify() 2464 const deUint32 totalPixels = wd.framebufferSize.x() * wd.framebufferSize.y() - wd.renderArea.z() * wd.renderArea.w(); in verify() local 2468 allOk = checkAndReportError(context, results->color1Verification, totalPixels, "color attachment 1 (outside render area)") && allOk; in verify() 2470 allOk = checkAndReportError(context, results->color2Verification, totalPixels, "color attachment 2 (outside render area)") && allOk; in verify() 2472 allOk = checkAndReportError(context, results->color3Verification, totalPixels, "colo in verify() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTestsEXT.cpp | 1206 inline float pixelToFBCoords (uint32_t pixelId, uint32_t totalPixels) in pixelToFBCoords() argument 1208 return (static_cast<float>(pixelId) + 0.5f) / static_cast<float>(totalPixels) * 2.0f - 1.0f; in pixelToFBCoords()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTestsEXT.cpp | 1200 inline float pixelToFBCoords (uint32_t pixelId, uint32_t totalPixels) in pixelToFBCoords() argument 1202 return (static_cast<float>(pixelId) + 0.5f) / static_cast<float>(totalPixels) * 2.0f - 1.0f; in pixelToFBCoords()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fPrimitiveBoundingBoxTests.cpp | 2279 int totalPixels = 0; 2298 ++totalPixels; 2312 if (missedPixels <= deRoundFloatToInt32((float)totalPixels * 0.1f))
|
Completed in 24 milliseconds