Home
last modified time | relevance | path

Searched refs:Uniform (Results 1 – 23 of 23) sorted by relevance

/frameworks/rs/rsov/compiler/tests/arguments/
Dsignedness.ll17 ; CHECK: [[PtrTy1:%.*]] = OpTypePointer Uniform [[Struct1]]
22 ; CHECK: [[OutPtrTy1:%.*]] = OpTypePointer Uniform [[OutStruct1]]
27 ; CHECK: [[PtrTy2:%.*]] = OpTypePointer Uniform [[Struct2]]
32 ; CHECK: [[OutPtrTy2:%.*]] = OpTypePointer Uniform [[OutStruct2]]
37 ; CHECK: [[PtrTy3:%.*]] = OpTypePointer Uniform [[Struct3]]
42 ; CHECK: [[OutPtrTy3:%.*]] = OpTypePointer Uniform [[OutStruct3]]
47 ; CHECK: [[PtrTy4:%.*]] = OpTypePointer Uniform [[Struct4]]
52 ; CHECK: [[OutPtrTy4:%.*]] = OpTypePointer Uniform [[OutStruct4]]
Dforeach_multi_simple.ll9 ; CHECK:%[[BUF_PTR_TY0:.*]] = OpTypePointer Uniform %[[BUF_0S]]
10 ; CHECK:%[[BUF_VAR0]] = OpVariable %[[BUF_PTR_TY0]] Uniform
11 ; CHECK:%[[BUF_PTR_TY1:.*]] = OpTypePointer Uniform %[[BUF_1S]]
12 ; CHECK:%[[BUF_VAR1]] = OpVariable %[[BUF_PTR_TY1]] Uniform
/frameworks/rs/rsov/compiler/spirit/test_data/
Dgreyscale2.spt65 %_ptr_Uniform_globalBuffer = OpTypePointer Uniform %globalBuffer
66 %globalBlock = OpVariable %_ptr_Uniform_globalBuffer Uniform
67 %_ptr_Uniform_v4float = OpTypePointer Uniform %v4float
74 %_ptr_Uniform_outputBufferS = OpTypePointer Uniform %outputBufferS
75 %outputBuffer = OpVariable %_ptr_Uniform_outputBufferS Uniform
77 %_ptr_Uniform_int = OpTypePointer Uniform %int
Dgreyscale3.spt64 %_ptr_Uniform_globalBuffer = OpTypePointer Uniform %globalBuffer
65 %globalBlock = OpVariable %_ptr_Uniform_globalBuffer Uniform
66 %_ptr_Uniform_v4float = OpTypePointer Uniform %v4float
73 %_ptr_Uniform_outputBufferS = OpTypePointer Uniform %outputBufferS
74 %outputBuffer = OpVariable %_ptr_Uniform_outputBufferS Uniform
76 %_ptr_Uniform_int = OpTypePointer Uniform %int
Dgreyscale.spt55 %_ptr_Uniform_globalBuffer = OpTypePointer Uniform %globalBuffer
56 %globalBlock = OpVariable %_ptr_Uniform_globalBuffer Uniform
58 %_ptr_Uniform_v4float = OpTypePointer Uniform %v4float
77 %_ptr_Uniform_outputBufferS = OpTypePointer Uniform %outputBufferS
78 %outputBuffer = OpVariable %_ptr_Uniform_outputBufferS Uniform
80 %_ptr_Uniform_int = OpTypePointer Uniform %int
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/include/
Dcube.vert.h59 16: TypePointer Uniform 15(buf)
60 17(ubuf): 16(ptr) Variable Uniform
65 23: TypePointer Uniform 7(fvec4)
70 30: TypePointer Uniform 10
/frameworks/ml/nn/common/random/
Dsimple_philox.h55 uint32 Uniform(uint32 n);
62 bool OneIn(uint32 n) { return Uniform(n) == 0; } in OneIn()
Dsimple_philox.cc24 uint32 SimplePhilox::Uniform(uint32 n) { in Uniform() function in tensorflow::random::SimplePhilox
/frameworks/rs/rsov/compiler/
DGlobalAllocSPIRITPass.cpp58 auto MetadataPtrTy = m->getPointerType(StorageClass::Uniform, MetadataSSBO); in AddGAMetadata()
61 b.MakeVariable(MetadataPtrTy, StorageClass::Uniform); in AddGAMetadata()
160 getModule()->getPointerType(StorageClass::Uniform, UInt32Ty); in transform()
DWrapper.cpp48 auto StructPtrTy = m->getPointerType(StorageClass::Uniform, StructTy); in AddBuffer()
50 VariableInst *bufferVar = b.MakeVariable(StructPtrTy, StorageClass::Uniform); in AddBuffer()
359 storage = StorageClass::Uniform; in matchAndReplace()
/frameworks/rs/rsov/compiler/spirit/
Dbuilder_test.cpp57 auto StructPtrTy = m->getPointerType(StorageClass::Uniform, StructTy); in TEST()
59 auto InputBuffer = b.MakeVariable(StructPtrTy, StorageClass::Uniform); in TEST()
71 auto StructPtrTy2 = m->getPointerType(StorageClass::Uniform, StructTy2); in TEST()
72 auto OutputBuffer = b.MakeVariable(StructPtrTy2, StorageClass::Uniform); in TEST()
/frameworks/rs/rsov/compiler/tests/single_kernel/
Dinvert.ll10 ; CHECK:%[[BUF_PTR_TY:.*]] = OpTypePointer Uniform %[[BUF_S]]
11 ; CHECK:%[[BUF_VAR]] = OpVariable %[[BUF_PTR_TY]] Uniform
/frameworks/rs/rsov/compiler/tests/globals/
Dmul.ll12 ; CHECK: [[STRUCT_PTR_TY:%[a-zA-Z_0-9]+]] = OpTypePointer Uniform [[STRUCT]]
14 ; CHECK: [[GPUBlockVar]] = OpVariable [[STRUCT_PTR_TY]] Uniform
Dmul2.ll15 ; CHECK: [[STRUCT_PTR_TY:%[a-zA-Z_0-9]+]] = OpTypePointer Uniform [[STRUCT]]
17 ; CHECK: [[GPUBlockVar]] = OpVariable [[STRUCT_PTR_TY]] Uniform
/frameworks/rs/rsov/compiler/tests/rs_allocation/
Dwrite.ll8 ; CHECK: [[PTR_TYPE:%[a-zA-Z_0-9]+]] = OpTypePointer Uniform %struct___GPUBuffer
10 ; CHECK: %__GPUBlock = OpVariable [[PTR_TYPE]] Uniform
Dread.ll8 ; CHECK: [[PTR_TYPE:%[a-zA-Z_0-9]+]] = OpTypePointer Uniform %struct___GPUBuffer
10 ; CHECK: %__GPUBlock = OpVariable [[PTR_TYPE]] Uniform
Daccess_same.ll8 ; CHECK: [[PTR_TYPE:%[a-zA-Z_0-9]+]] = OpTypePointer Uniform %struct___GPUBuffer
10 ; CHECK: %__GPUBlock = OpVariable [[PTR_TYPE]] Uniform
Dread_write.ll8 ; CHECK: [[PTR_TYPE:%[a-zA-Z_0-9]+]] = OpTypePointer Uniform %struct___GPUBuffer
10 ; CHECK: %__GPUBlock = OpVariable [[PTR_TYPE]] Uniform
Dmulti_read.ll8 ; CHECK: [[PTR_TYPE:%[a-zA-Z_0-9]+]] = OpTypePointer Uniform %struct___GPUBuffer
10 ; CHECK: %__GPUBlock = OpVariable [[PTR_TYPE]] Uniform
Dgetdimx_64.ll23 ; CHECK-NOT: %g = OpVariable %{{.*}} Uniform
Drewrite_getdim.ll24 ; CHECK-NOT: %g = OpVariable %{{.*}} Uniform
Dgetdimx.ll26 ; CHECK: [[MetadataPtr:%[a-zA-Z_0-9]*]] = OpTypePointer Uniform [[MetadataSSBO]]
/frameworks/opt/telephony/proto/src/
Dtelephony.proto661 // Emergency Uniform Resources Names (URN)