Searched defs:Sampled (Results 1 – 3 of 3) sorted by relevance
1054 uint32_t Sampled = ImageInst->getOperand(6).getImm(); in isUniformTexelBuffer() local1062 uint32_t Sampled = ImageInst->getOperand(6).getImm(); in isStorageTexelBuffer() local1070 uint32_t Sampled = ImageInst->getOperand(6).getImm(); in isSampledImage() local1078 uint32_t Sampled = ImageInst->getOperand(6).getImm(); in isInputAttachment() local1086 uint32_t Sampled = ImageInst->getOperand(6).getImm(); in isStorageImage() local
79 unsigned Sampled : 2; member
1445 uint32_t Depth, uint32_t Arrayed, uint32_t Multisampled, uint32_t Sampled, in getOrCreateOpTypeImage()