HomeSort by relevance Sort by last modified time
    Searched refs:SampledImage (Results 1 - 10 of 10) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
types.h 39 class SampledImage;
93 DeclareCastMethod(SampledImage);
211 class SampledImage : public Type {
213 SampledImage(Type* image_type) : image_type_(image_type) {}
214 SampledImage(const SampledImage&) = default;
219 SampledImage* AsSampledImage() override { return this; }
220 const SampledImage* AsSampledImage() const override { return this; }
types.cpp 170 bool SampledImage::IsSame(Type* that) const {
171 const SampledImage* sit = that->AsSampledImage();
176 std::string SampledImage::str() const {
type_manager.cpp 91 type = new SampledImage(GetType(inst.GetSingleWordInOperand(0)));
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.h 603 _SPIRV_OP(SampledImage, SampledImage)
OCLTypeToSPIRV.cpp 270 if (DemangledName.find(kSPIRVName::SampledImage) == std::string::npos)
SPIRVInternal.h 295 const static char SampledImg[] = "SampledImage";
331 const static char SampledImage[] = "SampledImage";
    [all...]
SPIRVWriter.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVOpCodeEnum.h 78 _SPIRV_OP(SampledImage, 86)
SPIRVInstruction.h     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleImageTests.cpp     [all...]

Completed in 296 milliseconds