Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspirv.cs1268 public enum RayQueryCommittedIntersectionType enum in Spv.Specification
Dspirv.lua1223 RayQueryCommittedIntersectionType = {
Dspirv.bf1269 [AllowDuplicates, CRepr] public enum RayQueryCommittedIntersectionType
Dspirv.hpp1264 enum RayQueryCommittedIntersectionType { enum
Dspirv.hpp111264 enum class RayQueryCommittedIntersectionType : unsigned {
/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
Dspirv.lua1233 RayQueryCommittedIntersectionType = {
Dspirv.cs1278 public enum RayQueryCommittedIntersectionType enum in Spv.Specification
Dspirv.bf1279 [AllowDuplicates, CRepr] public enum RayQueryCommittedIntersectionType
Dspirv.hpp1274 enum RayQueryCommittedIntersectionType { enum
3819 inline const char* RayQueryCommittedIntersectionTypeToString(RayQueryCommittedIntersectionType valu… in RayQueryCommittedIntersectionTypeToString()
Dspirv.hpp111274 enum class RayQueryCommittedIntersectionType : unsigned {
3819 inline const char* RayQueryCommittedIntersectionTypeToString(RayQueryCommittedIntersectionType valu…
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
Dspirv.lua1231 RayQueryCommittedIntersectionType = {
Dspirv.cs1276 public enum RayQueryCommittedIntersectionType enum in Spv.Specification
Dspirv.bf1277 [AllowDuplicates, CRepr] public enum RayQueryCommittedIntersectionType
Dspirv.hpp1272 enum RayQueryCommittedIntersectionType { enum
Dspirv.hpp111272 enum class RayQueryCommittedIntersectionType : unsigned {
/external/deqp-deps/glslang/SPIRV/
Dspirv.hpp1214 enum RayQueryCommittedIntersectionType { enum
/external/angle/third_party/glslang/src/SPIRV/
Dspirv.hpp1218 enum RayQueryCommittedIntersectionType { enum
/external/rust/crates/vulkano/out/
Dspirv_parse.rs11846 pub enum RayQueryCommittedIntersectionType { enum
11851 impl RayQueryCommittedIntersectionType { impl
11855 ) -> Result<RayQueryCommittedIntersectionType, ParseError> { in parse() argument