• Home
  • Raw
  • Download

Lines Matching refs:SpvOp

86   } else if (old_image_inst->opcode() == SpvOp::SpvOpSampledImage) {  in CloneOriginalImage()
93 } else if (old_image_inst->opcode() == SpvOp::SpvOpImage) { in CloneOriginalImage()
100 assert(old_image_inst->opcode() == SpvOp::SpvOpCopyObject && in CloneOriginalImage()
146 case SpvOp::SpvOpImageSampleImplicitLod: in GetImageId()
147 case SpvOp::SpvOpImageSampleExplicitLod: in GetImageId()
148 case SpvOp::SpvOpImageSampleDrefImplicitLod: in GetImageId()
149 case SpvOp::SpvOpImageSampleDrefExplicitLod: in GetImageId()
150 case SpvOp::SpvOpImageSampleProjImplicitLod: in GetImageId()
151 case SpvOp::SpvOpImageSampleProjExplicitLod: in GetImageId()
152 case SpvOp::SpvOpImageSampleProjDrefImplicitLod: in GetImageId()
153 case SpvOp::SpvOpImageSampleProjDrefExplicitLod: in GetImageId()
154 case SpvOp::SpvOpImageGather: in GetImageId()
155 case SpvOp::SpvOpImageDrefGather: in GetImageId()
156 case SpvOp::SpvOpImageQueryLod: in GetImageId()
157 case SpvOp::SpvOpImageSparseSampleImplicitLod: in GetImageId()
158 case SpvOp::SpvOpImageSparseSampleExplicitLod: in GetImageId()
159 case SpvOp::SpvOpImageSparseSampleDrefImplicitLod: in GetImageId()
160 case SpvOp::SpvOpImageSparseSampleDrefExplicitLod: in GetImageId()
161 case SpvOp::SpvOpImageSparseSampleProjImplicitLod: in GetImageId()
162 case SpvOp::SpvOpImageSparseSampleProjExplicitLod: in GetImageId()
163 case SpvOp::SpvOpImageSparseSampleProjDrefImplicitLod: in GetImageId()
164 case SpvOp::SpvOpImageSparseSampleProjDrefExplicitLod: in GetImageId()
165 case SpvOp::SpvOpImageSparseGather: in GetImageId()
166 case SpvOp::SpvOpImageSparseDrefGather: in GetImageId()
167 case SpvOp::SpvOpImageFetch: in GetImageId()
168 case SpvOp::SpvOpImageRead: in GetImageId()
169 case SpvOp::SpvOpImageQueryFormat: in GetImageId()
170 case SpvOp::SpvOpImageQueryOrder: in GetImageId()
171 case SpvOp::SpvOpImageQuerySizeLod: in GetImageId()
172 case SpvOp::SpvOpImageQuerySize: in GetImageId()
173 case SpvOp::SpvOpImageQueryLevels: in GetImageId()
174 case SpvOp::SpvOpImageQuerySamples: in GetImageId()
175 case SpvOp::SpvOpImageSparseFetch: in GetImageId()
176 case SpvOp::SpvOpImageSparseRead: in GetImageId()
177 case SpvOp::SpvOpImageWrite: in GetImageId()
197 if (ptr_inst->opcode() != SpvOp::SpvOpAccessChain) return false; in AnalyzeDescriptorReference()
200 if (var_inst->opcode() != SpvOp::SpvOpVariable) return false; in AnalyzeDescriptorReference()
218 SpvOp ptr_ty_op = ptr_ty_inst->opcode(); in AnalyzeDescriptorReference()
264 if (desc_load_inst->opcode() == SpvOp::SpvOpSampledImage) in AnalyzeDescriptorReference()
267 else if (desc_load_inst->opcode() == SpvOp::SpvOpImage) in AnalyzeDescriptorReference()
270 else if (desc_load_inst->opcode() == SpvOp::SpvOpCopyObject) in AnalyzeDescriptorReference()
276 if (desc_load_inst->opcode() != SpvOp::SpvOpLoad) { in AnalyzeDescriptorReference()
283 if (ptr_inst->opcode() == SpvOp::SpvOpVariable) { in AnalyzeDescriptorReference()
286 } else if (ptr_inst->opcode() == SpvOp::SpvOpAccessChain) { in AnalyzeDescriptorReference()
596 if (ptr_inst->opcode() != SpvOp::SpvOpAccessChain) return; in GenDescIdxCheckCode()
711 SpvOp op = ref_inst->opcode(); in GenTexBuffCheckCode()