Lines Matching refs:planeNdx
328 deUint32 planeNdx;
338 , planeNdx (planeNdx_)
349 , planeNdx (0u)
493 deInt32Hash((deUint32)params.planeNdx) ^
504 const UVec2 planeExtent = getPlaneExtent(formatInfo, size, params.planeNdx, 0);
527 allocations[params.planeNdx]->getMemory(),
528 allocations[params.planeNdx]->getOffset(),
535 VK_CHECK(vkd.bindImageMemory(device, *imageAlias, allocations[params.planeNdx]->getMemory(), allocations[params.planeNdx]->getOffset()));
569 !imageAlias ? getPlaneAspect(params.planeNdx) : VK_IMAGE_ASPECT_COLOR_BIT,
759 const auto planeOriginalFormat = imageData.getDescription().planes[params.planeNdx].planeCompatibleFormat;
789 imageData.getPlanePtr(params.planeNdx));
835 name << "_plane_" << params.planeNdx;
868 for (deUint32 planeNdx = 0; planeNdx < numPlanes; ++planeNdx)
870 const VkFormat planeFormat = getPlaneCompatibleFormat(format, planeNdx);
872 addPlaneViewCase(group, TestParameters(viewType, format, size, flags, planeNdx, planeFormat, shaderType, DE_FALSE));
884 addPlaneViewCase(group, TestParameters(viewType, format, size, flags, planeNdx, compatibleFormat, shaderType, DE_TRUE));