Home
last modified time | relevance | path

Searched refs:floatFormats (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp74 std::vector<de::SharedPtr<tcu::FloatFormat>> floatFormats; in getPrecision() local
86 floatFormats.push_back(de::SharedPtr<tcu::FloatFormat>(new tcu::NormalizedFormat(std::max(0,channelDepth[channelIdx] + fpPrecisionDelta - 1)))); in getPrecision()
90 floatFormats.push_back(de::SharedPtr<tcu::FloatFormat>(new tcu::NormalizedFormat(std::max(0,channelDepth[channelIdx] + fpPrecisionDelta)))); in getPrecision()
96 floatFormats.push_back(fp16); in getPrecision()
101 floatFormats.push_back(fp32); in getPrecision()
111 return floatFormats; in getPrecision()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp74 std::vector<de::SharedPtr<tcu::FloatFormat>> floatFormats; in getPrecision() local
86 floatFormats.push_back(de::SharedPtr<tcu::FloatFormat>(new tcu::NormalizedFormat(std::max(0,channelDepth[channelIdx] + fpPrecisionDelta - 1)))); in getPrecision()
90 floatFormats.push_back(de::SharedPtr<tcu::FloatFormat>(new tcu::NormalizedFormat(std::max(0,channelDepth[channelIdx] + fpPrecisionDelta)))); in getPrecision()
96 floatFormats.push_back(fp16); in getPrecision()
101 floatFormats.push_back(fp32); in getPrecision()
111 return floatFormats; in getPrecision()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrCopyTests.cpp643 const std::vector<vk::VkFormat> floatFormats = in chooseFloatFormat() local
660 if (std::find(floatFormats.begin(), floatFormats.end(), srcFormat) != floatFormats.end()) in chooseFloatFormat()
H A DvktYCbCrUtil.cpp1201 std::vector<FloatFormat> floatFormats;
1205 floatFormats.push_back(tcu::FloatFormat(0, 0, channelDepth[channelIdx], false, tcu::YES));
1207 return floatFormats;
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp993 static const deUint32 floatFormats[] = in createRandomCase() local
1079 format = rnd.choose<deUint32>(&floatFormats[0], &floatFormats[0] + DE_LENGTH_OF_ARRAY(floatFormats)); in createRandomCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp1200 std::vector<FloatFormat> floatFormats;
1204 floatFormats.push_back(tcu::FloatFormat(0, 0, channelDepth[channelIdx], false, tcu::YES));
1206 return floatFormats;

Completed in 19 milliseconds