| /third_party/glslang/Test/ |
| D | rayQuery-allOps.comp | 42 rayQueryEXT rayQuery; 43 …rayQueryInitializeEXT(rayQuery, rtas, gl_RayFlagsNoneEXT, 0xFF, ray.pos, ray.tmin, ray.dir, ray.tm… 48 while (rayQueryProceedEXT(rayQuery)) 50 uint candidateType = rayQueryGetIntersectionTypeEXT(rayQuery, false); 55 rayQueryTerminateEXT(rayQuery); 56 _mat4x3 = rayQueryGetIntersectionObjectToWorldEXT(rayQuery, false); 58 rayQueryConfirmIntersectionEXT(rayQuery); 60 if (rayQueryGetIntersectionFrontFaceEXT(rayQuery, true)) 65 if (rayQueryGetIntersectionBarycentricsEXT(rayQuery, true).x == 0) 70 if (rayQueryGetIntersectionInstanceCustomIndexEXT(rayQuery, true) > 0) [all …]
|
| D | rayQuery-allOps.rgen | 41 rayQueryEXT rayQuery; 42 …rayQueryInitializeEXT(rayQuery, rtas, gl_RayFlagsNoneEXT, 0xFF, ray.pos, ray.tmin, ray.dir, ray.tm… 47 while (rayQueryProceedEXT(rayQuery)) 49 uint candidateType = rayQueryGetIntersectionTypeEXT(rayQuery, false); 54 rayQueryTerminateEXT(rayQuery); 55 _mat4x3 = rayQueryGetIntersectionObjectToWorldEXT(rayQuery, false); 57 rayQueryConfirmIntersectionEXT(rayQuery); 59 if (rayQueryGetIntersectionFrontFaceEXT(rayQuery, true)) 64 if (rayQueryGetIntersectionBarycentricsEXT(rayQuery, true).x == 0) 69 if (rayQueryGetIntersectionInstanceCustomIndexEXT(rayQuery, true) > 0) [all …]
|
| D | rayQuery-allOps.frag | 41 rayQueryEXT rayQuery; 42 …rayQueryInitializeEXT(rayQuery, rtas, gl_RayFlagsNoneEXT, 0xFF, ray.pos, ray.tmin, ray.dir, ray.tm… 47 while (rayQueryProceedEXT(rayQuery)) 49 uint candidateType = rayQueryGetIntersectionTypeEXT(rayQuery, false); 54 rayQueryTerminateEXT(rayQuery); 55 _mat4x3 = rayQueryGetIntersectionObjectToWorldEXT(rayQuery, false); 57 rayQueryConfirmIntersectionEXT(rayQuery); 59 if (rayQueryGetIntersectionFrontFaceEXT(rayQuery, true)) 64 if (rayQueryGetIntersectionBarycentricsEXT(rayQuery, true).x == 0) 69 if (rayQueryGetIntersectionInstanceCustomIndexEXT(rayQuery, true) > 0) [all …]
|
| D | rayQuery-allOps.Error.rgen | 41 rayQueryEXT rayQuery; 42 …rayQueryInitializeEXT(rayQuery, rtas, gl_RayFlagsNoneEXT, 0xFF, ray.pos, ray.tmin, ray.dir, ray.tm… 47 while (rayQueryProceedEXT(rayQuery) == 1) 49 int candidateType = rayQueryGetIntersectionTypeEXT(rayQuery, false); 54 rayQueryTerminateEXT(rayQuery); 55 _mat4x3 = rayQueryGetIntersectionObjectToWorldEXT(rayQuery, false); 57 rayQueryConfirmIntersectionEXT(rayQuery); 59 if (rayQueryGetIntersectionFrontFaceEXT(rayQuery, true) == 1) 64 if (rayQueryGetIntersectionBarycentricsEXT(rayQuery, true) == 0) 69 if (rayQueryGetIntersectionInstanceCustomIndexEXT(rayQuery, true)) [all …]
|
| D | rayQuery-committed.Error.rgen | 37 rayQueryEXT rayQuery; 42 …rayQueryInitializeEXT(rayQuery, rtas, gl_RayFlagsOpaqueEXT, gl_RayFlagsCullBackFacingTrianglesEXT,… 43 while (rayQueryProceedEXT(rayQuery)) 48 uint candidateType = rayQueryGetIntersectionTypeEXT(rayQuery, committed_false); 51 rayQueryTerminateEXT(rayQuery); 53 mat_o2w = rayQueryGetIntersectionObjectToWorldEXT(rayQuery, committed_false); 54 mat_w2o = rayQueryGetIntersectionWorldToObjectEXT(rayQuery, committed_false); 56 rayQueryConfirmIntersectionEXT(rayQuery); 58 if (rayQueryGetIntersectionFrontFaceEXT(rayQuery, committed_true)) 62 if (rayQueryGetIntersectionBarycentricsEXT(rayQuery, committed_true).x == 0) [all …]
|
| D | rayQuery-initialize.rgen | 21 void doInitialize(rayQueryEXT rayQuery, Ray ray) 23 …rayQueryInitializeEXT(rayQuery, rtas, gl_RayFlagsNoneEXT, gl_RayFlagsCullBackFacingTrianglesEXT, r… 30 rayQueryEXT rayQuery; 31 doInitialize(rayQuery, ray); 32 …rayQueryInitializeEXT(rayQuery, rtas, gl_RayFlagsOpaqueEXT, gl_RayFlagsCullFrontFacingTrianglesEXT…
|
| D | rayQuery-no-cse.rgen | 21 void doInitialize(rayQueryEXT rayQuery, Ray ray) 23 …rayQueryInitializeEXT(rayQuery, rtas, gl_RayFlagsNoneEXT, gl_RayFlagsCullBackFacingTrianglesEXT, r…
|
| /third_party/glslang/Test/baseResults/ |
| D | rayQuery-allOps.frag.out | 1 rayQuery-allOps.frag 30 Name 47 "rayQuery" 115 47(rayQuery): 46(ptr) Variable Function 134 RayQueryInitializeKHR 47(rayQuery) 51 20 52 54 56 58 60 140 67: 66(bool) RayQueryProceedKHR 47(rayQuery) 143 71: 14(int) RayQueryGetIntersectionTypeKHR 47(rayQuery) 19 151 RayQueryTerminateKHR 47(rayQuery) 152 79: 76 RayQueryGetIntersectionObjectToWorldKHR 47(rayQuery) 19 157 RayQueryConfirmIntersectionKHR 47(rayQuery) 158 87: 66(bool) RayQueryGetIntersectionFrontFaceKHR 47(rayQuery) 23 [all …]
|
| D | rayQuery-allOps.comp.out | 1 rayQuery-allOps.comp 31 Name 47 "rayQuery" 117 47(rayQuery): 46(ptr) Variable Function 136 RayQueryInitializeKHR 47(rayQuery) 51 20 52 54 56 58 60 142 67: 66(bool) RayQueryProceedKHR 47(rayQuery) 145 71: 14(int) RayQueryGetIntersectionTypeKHR 47(rayQuery) 19 153 RayQueryTerminateKHR 47(rayQuery) 154 79: 76 RayQueryGetIntersectionObjectToWorldKHR 47(rayQuery) 19 159 RayQueryConfirmIntersectionKHR 47(rayQuery) 160 87: 66(bool) RayQueryGetIntersectionFrontFaceKHR 47(rayQuery) 23 [all …]
|
| D | rayQuery-allOps.rgen.out | 1 rayQuery-allOps.rgen 30 Name 47 "rayQuery" 115 47(rayQuery): 46(ptr) Variable Function 134 RayQueryInitializeKHR 47(rayQuery) 51 20 52 54 56 58 60 140 67: 66(bool) RayQueryProceedKHR 47(rayQuery) 143 71: 14(int) RayQueryGetIntersectionTypeKHR 47(rayQuery) 19 151 RayQueryTerminateKHR 47(rayQuery) 152 79: 76 RayQueryGetIntersectionObjectToWorldKHR 47(rayQuery) 19 157 RayQueryConfirmIntersectionKHR 47(rayQuery) 158 87: 66(bool) RayQueryGetIntersectionFrontFaceKHR 47(rayQuery) 23 [all …]
|
| D | rayQuery-initialize.rgen.out | 1 rayQuery-initialize.rgen 24 Name 17 "rayQuery" 39 Name 89 "rayQuery" 96 89(rayQuery): 11(ptr) Variable Function 117 …92: 2 FunctionCall 19(doInitialize(rq1;struct-Ray-vf3-f1-vf3-f11;) 89(rayQuery) 90(param) 127 RayQueryInitializeKHR 89(rayQuery) 93 33 94 96 98 100 102 152 17(rayQuery): 11(ptr) FunctionParameter 164 RayQueryInitializeKHR 17(rayQuery) 51 29 52 57 61 64 67
|
| D | rayQuery-no-cse.rgen.out | 1 rayQuery-no-cse.rgen 24 Name 17 "rayQuery" 159 17(rayQuery): 11(ptr) FunctionParameter 171 RayQueryInitializeKHR 17(rayQuery) 51 29 52 57 61 64 67
|
| D | rayQuery-initialization.Error.comp.out | 1 rayQuery-initialization.Error.comp
|
| D | rayQuery-committed.Error.rgen.out | 1 rayQuery-committed.Error.rgen
|
| D | rayQuery.rgen.out | 1 rayQuery.rgen
|
| D | rayQuery-allOps.Error.rgen.out | 1 rayQuery-allOps.Error.rgen
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
| D | vktRayQueryMiscTests.cpp | 152 if (!rayQueryFeaturesKHR.rayQuery) in checkSupport()
|
| D | vktRayQueryProceduralGeometryTests.cpp | 393 if (!context.getRayQueryFeatures().rayQuery) in checkSupport()
|
| D | vktRayQueryCullRayFlagsTests.cpp | 1206 if (rayQueryFeaturesKHR.rayQuery == DE_FALSE) in checkSupport()
|
| D | vktRayQueryTraversalControlTests.cpp | 1263 if (rayQueryFeaturesKHR.rayQuery == DE_FALSE) in checkSupport()
|
| D | vktRayQueryWatertightnessTests.cpp | 2131 if (rayQueryFeaturesKHR.rayQuery == DE_FALSE) in checkSupport()
|
| /third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
| D | mandatory_features.txt | 137 VkPhysicalDeviceRayQueryFeaturesKHR FEATURES ( rayQuery ) REQUIREMENTS ( VK_KHR_ray…
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkMandatoryFeatures.inl | 1795 if ( physicalDeviceRayQueryFeaturesKHR.rayQuery == VK_FALSE ) 1797 …log << tcu::TestLog::Message << "Mandatory feature rayQuery not supported" << tcu::TestLog::EndMes…
|
| D | vkDeviceFeatureTest.inl | 1211 FEATURE_ITEM (VkPhysicalDeviceRayQueryFeaturesKHR, rayQuery),
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
| D | vktBindingDescriptorUpdateASTests.cpp | 2272 if (rayQueryFeaturesKHR.rayQuery == DE_FALSE) in checkSupport()
|