Home
last modified time | relevance | path

Searched refs:UniformConstant (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/mlir/test/Target/SPIRV/
H A Dimage.mlir4 …pv.image<f32, Dim1D, NoDepth, NonArrayed, SingleSampled, SamplerUnknown, Unknown>, UniformConstant>
5 …pv.image<f32, Dim1D, NoDepth, NonArrayed, SingleSampled, SamplerUnknown, Unknown>, UniformConstant>
7 …ptr<!spv.image<si32, Cube, IsDepth, NonArrayed, SingleSampled, NeedSampler, R8ui>, UniformConstant>
8 …ptr<!spv.image<si32, Cube, IsDepth, NonArrayed, SingleSampled, NeedSampler, R8ui>, UniformConstant>
10 ….image<i32, SubpassData, DepthUnknown, Arrayed, MultiSampled, NoSampler, Unknown>, UniformConstant>
11 ….image<i32, SubpassData, DepthUnknown, Arrayed, MultiSampled, NoSampler, Unknown>, UniformConstant>
H A Dsampled-image.mlir4 …e<!spv.image<f32, Dim1D, NoDepth, NonArrayed, SingleSampled, NoSampler, Unknown>>, UniformConstant>
5 …e<!spv.image<f32, Dim1D, NoDepth, NonArrayed, SingleSampled, NoSampler, Unknown>>, UniformConstant>
7 …mage<si32, SubpassData, DepthUnknown, Arrayed, MultiSampled, NoSampler, Unknown>>, UniformConstant>
8 …mage<si32, SubpassData, DepthUnknown, Arrayed, MultiSampled, NoSampler, Unknown>>, UniformConstant>
10 …ge<!spv.image<i32, Rect, DepthUnknown, Arrayed, MultiSampled, NeedSampler, R8ui>>, UniformConstant>
11 …ge<!spv.image<i32, Rect, DepthUnknown, Arrayed, MultiSampled, NeedSampler, R8ui>>, UniformConstant>
/llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/constant/
H A Dglobal-constants.ll25 ; CHECK-DAG: [[PTR_TO_INT_AS2:%.+]] = OpTypePointer UniformConstant [[INT]]
33 ; CHECK-DAG: [[GV2:%.+]] = OpVariable [[PTR_TO_INT_AS2]] UniformConstant [[CST_AS2]]
H A Dlocal-null-constants.ll23 ; CHECK-DAG: [[PTR_AS2:%.+]] = OpTypePointer UniformConstant [[INT]]
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp143 case SPIRV::StorageClass::UniformConstant: in storageClassToAddressSpace()
163 return SPIRV::StorageClass::UniformConstant; in addressSpaceToStorageClass()
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/
H A Dmemory-ops.mlir344 …ge<!spv.image<f32, Dim2D, IsDepth, Arrayed, SingleSampled, NeedSampler, Unknown>>, UniformConstant>
350 …ge<!spv.image<f32, Dim2D, IsDepth, Arrayed, SingleSampled, NeedSampler, Unknown>>, UniformConstant>
351 // CHECK: spv.Load "UniformConstant" {{%.*}} : !spv.sampled_image
352 …%3 = spv.Load "UniformConstant" %2 : !spv.sampled_image<!spv.image<f32, Dim2D, IsDepth, Arrayed, S…
/llvm-project-15.0.7/mlir/test/Conversion/SPIRVToLLVM/
H A Dmemory-ops-to-llvm.mlir83 …GlobalVariable @bar {descriptor_set = 0 : i32, location = 3 : i32} : !spv.ptr<f32, UniformConstant>
85 %0 = spv.mlir.addressof @bar : !spv.ptr<f32, UniformConstant>
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/Transforms/
H A Dvce-deduction.mlir208 …spv.image<f32, Buffer, NoDepth, NonArrayed, SingleSampled, SamplerUnknown, Rg32f>, UniformConstant>
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h256 UniformConstant = 0, enumerator
H A DSPIRVBaseInfo.cpp282 CASE(StorageClass, UniformConstant) in getStorageClassName()
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp741 case spirv::StorageClass::UniformConstant: in matchAndRewrite()
751 (storageClass == spirv::StorageClass::UniformConstant); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp137 MAP_FN(spirv::StorageClass::UniformConstant, 8) \
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DSPIR-V.md337 storage-class ::= `UniformConstant`
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVBase.td3713 def SPV_SC_UniformConstant : I32EnumAttrCase<"UniformConstant", 0>;