Lines Matching defs:range
1453 VkImageSubresourceRange range = { VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u };
1460 vk.cmdClearColorImage(*m_cmdBuffer, m_destination.get(), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &clearColor, 1u, &range);
3518 // blocks that after decompression will have components in proper range
3526 // define set of few valid blocks that contain values from <0; 1> range
3541 // define set of few valid blocks that contain values from <-1; 1> range
4031 const float range = isSigned ? 1.0f - (-1.0f)
4039 v[i] = range / static_cast<float>((1 << bitDepth[i]) - 1);
4159 // we need to clamp some formats to <0;1> range as it has
4283 const float range = isSigned ? 1.0f - (-1.0f)
4292 v[i] = range / static_cast<float>((1 << bitDepth[i]) - 1);
4512 // can be outside of <-1;1> range - for cases where result is not a float
4513 // format we need to clamp source to <-1;1> range as this will be done on