Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp3475 deBool outFp16WithoutStorage = (outFloatType == FP16) && testCase.fp16Without16BitStorage; in fillShaderSpec() local
3514 if (outFp16WithoutStorage) in fillShaderSpec()
3561 …specializations["save_result"] = (outFp16WithoutStorage ? outTypeSnippets->storeResultsFp16Snippe… in fillShaderSpec()
3577 if (needConstants || outFp16WithoutStorage) in fillShaderSpec()
3588 bool float16CapabilityAlreadyAdded = inFp16WithoutStorage || outFp16WithoutStorage; in fillShaderSpec()
4222 deBool outFp16WithoutStorage = (outFloatType == FP16) && testCase.fp16Without16BitStorage; in createInstanceContext() local
4226 bool needsShaderFloat16 = inFp16WithoutStorage || outFp16WithoutStorage; in createInstanceContext()
4343 if (outFp16WithoutStorage) in createInstanceContext()
4365 …(outFp16WithoutStorage ? outTypeSnippets->capabilitiesFp16Without16BitStorage : outTypeSnippets->c… in createInstanceContext()
4368 …(outFp16WithoutStorage ? outTypeSnippets->extensionsFp16Without16BitStorage : outTypeSnippets->ext… in createInstanceContext()
[all …]