Home
last modified time | relevance | path

Searched refs:KernelProfilingInfo (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/MCTargetDesc/
DSPIRVBaseInfo.h179 namespace KernelProfilingInfo {
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
DSPIRVSymbolicOperands.td1487 // Multiclass used to define KernelProfilingInfo enum values and at the same time
1492 def KernelProfilingInfo : GenericEnum, Operand<i32> {
1493 let FilterClass = "KernelProfilingInfo";
1499 class KernelProfilingInfo<string name, bits<32> value> {
1505 def : KernelProfilingInfo<NAME, value>;
/external/angle/third_party/spirv-tools/src/test/
Doperand_capabilities_test.cpp707 KernelProfilingInfo, EnumCapabilityTest,
/external/deqp-deps/SPIRV-Tools/test/
Doperand_capabilities_test.cpp707 KernelProfilingInfo, EnumCapabilityTest,
/external/swiftshader/third_party/SPIRV-Tools/test/
Doperand_capabilities_test.cpp707 KernelProfilingInfo, EnumCapabilityTest,
/external/rust/android-crates-io/crates/vulkano/out/
Dspirv_parse.rs9756 pub struct KernelProfilingInfo { struct
9759 impl KernelProfilingInfo { impl
9761 fn parse(reader: &mut InstructionReader<'_>) -> Result<KernelProfilingInfo, ParseError> { in parse() argument