Lines Matching defs:range
336 const VkImageSubresourceRange range =
345 return createImageView(vkd, device, 0u, image, VK_IMAGE_VIEW_TYPE_2D, format, makeComponentMappingRGBA(), range);
357 const VkImageSubresourceRange range =
368 return createImageView(vkd, device, 0u, image, VK_IMAGE_VIEW_TYPE_2D, format, makeComponentMappingRGBA(), range);
380 const VkImageSubresourceRange range =
389 return createImageView(vkd, device, 0u, image, VK_IMAGE_VIEW_TYPE_2D, format, makeComponentMappingRGBA(), range);
1516 const float range = 1.0f;
1523 depth += (range / (float)divider)
1565 const UVec4 range (UVec4(1u) << tcu::min(bits, UVec4(31)));
1587 color[compNdx] += (range[compNdx] / divider)
1610 const IVec4 range ((UVec4(1u) << tcu::min(bits, UVec4(30))).cast<deInt32>());
1632 color[compNdx] += (range[compNdx] / divider)
1660 const Vec4 range (tcu::min(info.valueMax, maxLimit) - minValue);
1683 color[compNdx] += (range[compNdx] / (float)divider)
1752 const Vec4 range (1.0f);
1777 "\tdepth += " << (range[0] / (float)divider)
1811 const UVec4 range (UVec4(1u) << tcu::min(bits, UVec4(31)));
1847 "\tcolor[" << compNdx << "] += " << (range[compNdx] / divider)
1870 const IVec4 range ((UVec4(1u) << tcu::min(bits, UVec4(30))).cast<deInt32>());
1909 "\tcolor[" << compNdx << "] += " << (range[compNdx] / divider)
1940 const Vec4 range (tcu::min(info.valueMax, maxLimit) - minValue);
1977 "\tcolor[" << compNdx << "] += " << (range[compNdx] / (float)divider)