Home
last modified time | relevance | path

Searched refs:rayQuery (Results 1 – 25 of 40) sorted by relevance

12

/third_party/glslang/Test/
DrayQuery-allOps.comp42 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 …]
DrayQuery-allOps.rgen41 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 …]
DrayQuery-allOps.frag41 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 …]
DrayQuery-allOps.Error.rgen41 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 …]
DrayQuery-committed.Error.rgen37 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 …]
DrayQuery-initialize.rgen21 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…
DrayQuery-no-cse.rgen21 void doInitialize(rayQueryEXT rayQuery, Ray ray)
23 …rayQueryInitializeEXT(rayQuery, rtas, gl_RayFlagsNoneEXT, gl_RayFlagsCullBackFacingTrianglesEXT, r…
/third_party/glslang/Test/baseResults/
DrayQuery-allOps.frag.out1 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 …]
DrayQuery-allOps.comp.out1 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 …]
DrayQuery-allOps.rgen.out1 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 …]
DrayQuery-initialize.rgen.out1 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
DrayQuery-no-cse.rgen.out1 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
DrayQuery-initialization.Error.comp.out1 rayQuery-initialization.Error.comp
DrayQuery-committed.Error.rgen.out1 rayQuery-committed.Error.rgen
DrayQuery.rgen.out1 rayQuery.rgen
DrayQuery-allOps.Error.rgen.out1 rayQuery-allOps.Error.rgen
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryMiscTests.cpp152 if (!rayQueryFeaturesKHR.rayQuery) in checkSupport()
DvktRayQueryProceduralGeometryTests.cpp393 if (!context.getRayQueryFeatures().rayQuery) in checkSupport()
DvktRayQueryCullRayFlagsTests.cpp1206 if (rayQueryFeaturesKHR.rayQuery == DE_FALSE) in checkSupport()
DvktRayQueryTraversalControlTests.cpp1263 if (rayQueryFeaturesKHR.rayQuery == DE_FALSE) in checkSupport()
DvktRayQueryWatertightnessTests.cpp2131 if (rayQueryFeaturesKHR.rayQuery == DE_FALSE) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dmandatory_features.txt137 VkPhysicalDeviceRayQueryFeaturesKHR FEATURES ( rayQuery ) REQUIREMENTS ( VK_KHR_ray…
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkMandatoryFeatures.inl1795 if ( physicalDeviceRayQueryFeaturesKHR.rayQuery == VK_FALSE )
1797 …log << tcu::TestLog::Message << "Mandatory feature rayQuery not supported" << tcu::TestLog::EndMes…
DvkDeviceFeatureTest.inl1211 FEATURE_ITEM (VkPhysicalDeviceRayQueryFeaturesKHR, rayQuery),
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateASTests.cpp2272 if (rayQueryFeaturesKHR.rayQuery == DE_FALSE) in checkSupport()

12