Home
last modified time | relevance | path

Searched refs:outFloatType (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp2824 FloatType outFloatType; member
2872 FloatType outFloatType,
2922 FloatType outFloatType = testCaseInfo.outFloatType; in specializeOperation() local
2924 const TypeSnippetsSP outTypeSnippets = m_typeData.at(outFloatType).snippets; in specializeOperation()
2930 inFloatType = inputRestricted ? inFloatType : outFloatType; in specializeOperation()
3012 FloatType outFloatType, in setupVulkanFeatures() argument
3027 switch(outFloatType) in setupVulkanFeatures()
3466 FloatType outFloatType = testCaseInfo.outFloatType; in fillShaderSpec() local
3475 deBool outFp16WithoutStorage = (outFloatType == FP16) && testCase.fp16Without16BitStorage; in fillShaderSpec()
3584 bool float16FeatureRequired = (outFloatType == FP16) || (inFloatType == FP16); in fillShaderSpec()
[all …]