Searched refs:KernelProfilingInfo (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/MCTargetDesc/ |
D | SPIRVBaseInfo.h | 179 namespace KernelProfilingInfo {
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
D | SPIRVSymbolicOperands.td | 1487 // 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/ |
D | operand_capabilities_test.cpp | 707 KernelProfilingInfo, EnumCapabilityTest,
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | operand_capabilities_test.cpp | 707 KernelProfilingInfo, EnumCapabilityTest,
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | operand_capabilities_test.cpp | 707 KernelProfilingInfo, EnumCapabilityTest,
|
/external/rust/android-crates-io/crates/vulkano/out/ |
D | spirv_parse.rs | 9756 pub struct KernelProfilingInfo { struct 9759 impl KernelProfilingInfo { impl 9761 fn parse(reader: &mut InstructionReader<'_>) -> Result<KernelProfilingInfo, ParseError> { in parse() argument
|