HomeSort by relevance Sort by last modified time
    Searched defs:Sampled (Results 1 - 2 of 2) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.h 345 SPIRVWord Sampled;
351 Desc.MS, Desc.Sampled), Desc.Format);
354 MS(0), Sampled(0), Format(0){}
357 Arrayed(Arr), MS(Comp), Sampled(Mult), Format(F){}
412 return Desc.Sampled == 0 && Desc.Format == 0;
438 Desc.Arrayed, Desc.MS, Desc.Sampled, Desc.Format, Acc)
443 assert(SampledType != SPIRVID_INVALID && "Invalid sampled type");
448 assert(Desc.Sampled == 0); // For OCL only
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.h 180 const static char Sampled[] = "sampled_";

Completed in 377 milliseconds