/third_party/spirv-tools/source/opt/ |
H A D | unify_const_pass.cpp | 144 case spv::Op::OpConstantSampler: in Process()
|
/third_party/spirv-tools/test/ |
H A D | text_to_binary.constant_test.cpp | 42 "%result = OpConstantSampler %type " + GetParam().name() + " 0 Nearest"; in TEST_P() 44 Eq(MakeInstruction(spv::Op::OpConstantSampler, in TEST_P() 63 EXPECT_THAT(CompileFailure("%r = OpConstantSampler %t xxyyzz 0 Nearest"), in TEST_F() 74 "%result = OpConstantSampler %type Clamp 0 " + GetParam().name(); in TEST_P() 76 Eq(MakeInstruction(spv::Op::OpConstantSampler, in TEST_P() 92 EXPECT_THAT(CompileFailure("%r = OpConstantSampler %t Clamp 0 xxyyzz"), in TEST_F() 833 // TODO(dneto): OpConstantSampler: other variations Param is 0 or 1
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 710 OpConstantSampler = 45, enumerator
|
H A D | spirv.hpp | 705 OpConstantSampler = 45, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 722 OpConstantSampler = 45, enumerator
|
H A D | spirv.hpp | 717 OpConstantSampler = 45, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 727 OpConstantSampler = 45, enumerator
|
H A D | spirv.hpp | 722 OpConstantSampler = 45, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.cs | 710 OpConstantSampler = 45, enumerator
|
H A D | spirv.hpp | 705 OpConstantSampler = 45, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
H A D | spirv.cs | 722 OpConstantSampler = 45, enumerator
|
H A D | spirv.hpp | 717 OpConstantSampler = 45, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | spirv.cs | 727 OpConstantSampler = 45, enumerator
|
H A D | spirv.hpp | 722 OpConstantSampler = 45, enumerator
|
/third_party/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 710 OpConstantSampler = 45, enumerator
|
H A D | spirv.hpp | 705 OpConstantSampler = 45, enumerator
|
/third_party/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 722 OpConstantSampler = 45, enumerator
|
H A D | spirv.hpp | 717 OpConstantSampler = 45, enumerator
|
/third_party/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 727 OpConstantSampler = 45, enumerator
|
H A D | spirv.hpp | 722 OpConstantSampler = 45, enumerator
|
/third_party/spirv-tools/source/val/ |
H A D | validate_constants.cpp | 287 << "OpConstantSampler Result Type <id> " in ValidateConstantSampler() 440 case spv::Op::OpConstantSampler: in ConstantPass()
|
/third_party/glslang/SPIRV/ |
H A D | SPVRemapper.cpp | 233 case spv::OpConstantSampler: in isConstOp() 1381 case spv::OpConstantSampler: in hashType()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/ |
H A D | spirv.cs | 1217 OpConstantSampler = 45, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
H A D | spirv.cs | 1218 OpConstantSampler = 45, enumerator
|
/third_party/spirv-tools/source/ |
H A D | opcode.cpp | 241 case spv::Op::OpConstantSampler: in spvOpcodeIsConstant()
|