Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dspv_utils.cpp3491 uint32_t newDecorationValue = ShaderInterfaceVariableInfo::kInvalid; in transformDecorate() local
3496 newDecorationValue = info->location; in transformDecorate()
3499 newDecorationValue = info->binding; in transformDecorate()
3502 newDecorationValue = info->descriptorSet; in transformDecorate()
3531 if (newDecorationValue == ShaderInterfaceVariableInfo::kInvalid) in transformDecorate()
3539 {spirv::LiteralInteger(newDecorationValue)}); in transformDecorate()