Home
last modified time | relevance | path

Searched refs:ConstantSampler (Results 1 – 8 of 8) sorted by relevance

/external/spirv-llvm/test/SPIRV/
DSampledImage.ll20 ; CHECK-SPIRV: ConstantSampler [[TypeSampler]] [[ConstSampler1:[0-9]+]] 0 0 1
21 ; CHECK-SPIRV: ConstantSampler [[TypeSampler]] [[ConstSampler2:[0-9]+]] 3 0 0
/external/spirv-llvm/test/SPIRV/transcoding/
DOpConstantSampler.ll11 ; CHECK-SPIRV-DAG: 6 ConstantSampler {{[0-9]+}} [[SamplerID]] 1 0 4294967295
Dcl-types.ll42 ; CHECK-SPIRV: 6 ConstantSampler [[SAMP]] [[SAMP_CONST:[0-9]+]] 0 0 1
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVOpCodeEnum.h42 _SPIRV_OP(ConstantSampler, 45)
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.cpp569 Names.first == getSPIRVTypeName(kSPIRVTypeName::ConstantSampler)) in isSamplerInitializer()
DSPIRVWriter.cpp546 if(Name == getSPIRVTypeName(kSPIRVTypeName::ConstantSampler)) in transType()
698 if (ST->getName() == getSPIRVTypeName(kSPIRVTypeName::ConstantSampler)) in transConstant()
743 getSPIRVTypeName(kSPIRVTypeName::ConstantSampler)) { in transConstant()
DSPIRVInternal.h297 const static char ConstantSampler[] = "ConstantSampler"; variable
DSPIRVUtil.cpp1212 if (TyName == getSPIRVTypeName(kSPIRVTypeName::ConstantSampler) || in isSPIRVConstantName()