Lines Matching defs:target
2172 // FrontFacing in Vulkan is defined in terms of a top-down render target. In skia,
2953 void SPIRVCodeGenerator::writeLayout(const Layout& layout, SpvId target) {
2955 this->writeInstruction(SpvOpDecorate, target, SpvDecorationLocation, layout.fLocation,
2959 this->writeInstruction(SpvOpDecorate, target, SpvDecorationBinding, layout.fBinding,
2963 this->writeInstruction(SpvOpDecorate, target, SpvDecorationIndex, layout.fIndex,
2967 this->writeInstruction(SpvOpDecorate, target, SpvDecorationDescriptorSet, layout.fSet,
2971 this->writeInstruction(SpvOpDecorate, target, SpvDecorationInputAttachmentIndex,
2976 this->writeInstruction(SpvOpDecorate, target, SpvDecorationBuiltIn, layout.fBuiltin,
2981 void SPIRVCodeGenerator::writeLayout(const Layout& layout, SpvId target, int member) {
2983 this->writeInstruction(SpvOpMemberDecorate, target, member, SpvDecorationLocation,
2987 this->writeInstruction(SpvOpMemberDecorate, target, member, SpvDecorationBinding,
2991 this->writeInstruction(SpvOpMemberDecorate, target, member, SpvDecorationIndex,
2995 this->writeInstruction(SpvOpMemberDecorate, target, member, SpvDecorationDescriptorSet,
2999 this->writeInstruction(SpvOpDecorate, target, member, SpvDecorationInputAttachmentIndex,
3003 this->writeInstruction(SpvOpMemberDecorate, target, member, SpvDecorationBuiltIn,