Home
last modified time | relevance | path

Searched refs:RayQueryCommittedIntersectionType (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.lua1231 RayQueryCommittedIntersectionType = {
H A Dspirv.cs1276 public enum RayQueryCommittedIntersectionType enum in Spv.Specification
H A Dspirv.bf1277 [AllowDuplicates, CRepr] public enum RayQueryCommittedIntersectionType
H A Dspirv.hpp1272 enum RayQueryCommittedIntersectionType { enum
H A Dspirv.hpp111272 enum class RayQueryCommittedIntersectionType : unsigned {
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspirv.lua1223 RayQueryCommittedIntersectionType = {
Dspirv.cs1268 public enum RayQueryCommittedIntersectionType enum in Spv.Specification
Dspirv.bf1269 [AllowDuplicates, CRepr] public enum RayQueryCommittedIntersectionType
Dspirv.hpp1264 enum RayQueryCommittedIntersectionType { enum
Dspirv.hpp111264 enum class RayQueryCommittedIntersectionType : unsigned {
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
H A Dspirv.lua1287 RayQueryCommittedIntersectionType = {
H A Dspirv.cs1332 public enum RayQueryCommittedIntersectionType enum in Spv.Specification
H A Dspirv.hpp111296 enum class RayQueryCommittedIntersectionType : unsigned {
3961 inline const char* RayQueryCommittedIntersectionTypeToString(RayQueryCommittedIntersectionType valu…
3963 …case RayQueryCommittedIntersectionType::RayQueryCommittedIntersectionNoneKHR: return "RayQueryComm…
3964 …case RayQueryCommittedIntersectionType::RayQueryCommittedIntersectionTriangleKHR: return "RayQuery…
3965 …case RayQueryCommittedIntersectionType::RayQueryCommittedIntersectionGeneratedKHR: return "RayQuer…
H A Dspirv.hpp1296 enum RayQueryCommittedIntersectionType { enum
3961 inline const char* RayQueryCommittedIntersectionTypeToString(RayQueryCommittedIntersectionType valu… in RayQueryCommittedIntersectionTypeToString()
H A Dspirv.bf1333 [AllowDuplicates, CRepr] public enum RayQueryCommittedIntersectionType
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A Dspirv.hpp1296 enum RayQueryCommittedIntersectionType { enum
3961 inline const char* RayQueryCommittedIntersectionTypeToString(RayQueryCommittedIntersectionType valu… in RayQueryCommittedIntersectionTypeToString()
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
Dspirv.hpp1214 enum RayQueryCommittedIntersectionType { enum
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dspirv_parse.rs11846 pub enum RayQueryCommittedIntersectionType { enum
11851 impl RayQueryCommittedIntersectionType { implementation
11855 ) -> Result<RayQueryCommittedIntersectionType, ParseError> { in parse() argument