Home
last modified time | relevance | path

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

123

/external/angle/third_party/vulkan-deps/glslang/src/Test/
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.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.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-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-types.comp10 rayQueryEXT rayQuery;
11 rayQueryInitializeEXT(rayQuery, // Ray query
21 bool rq_proceed = rayQueryProceedEXT(rayQuery);
24 rq_proceed = rayQueryProceedEXT(rayQuery);
27 const uint intersectionType = rayQueryGetIntersectionTypeEXT(rayQuery, true);
28 const float rayTMin = rayQueryGetRayTMinEXT(rayQuery);
29 const uint rayFlags = rayQueryGetRayFlagsEXT(rayQuery);
30 const vec3 worldRayOrigin = rayQueryGetWorldRayOriginEXT(rayQuery);
31 const vec3 worldDirection = rayQueryGetWorldRayDirectionEXT(rayQuery);
32 const float intersectionT = rayQueryGetIntersectionTEXT(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…
Dspv.intrinsicsSpirvType.rgen9 void rayQueryInitializeEXT(spirv_by_reference rayQueryEXT rayQuery, accelerationStructureEXT topLev…
12 void rayQueryTerminateEXT(spirv_by_reference rayQueryEXT rayQuery);
/external/deqp-deps/glslang/Test/
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-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.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-types.comp10 rayQueryEXT rayQuery;
11 rayQueryInitializeEXT(rayQuery, // Ray query
21 bool rq_proceed = rayQueryProceedEXT(rayQuery);
24 rq_proceed = rayQueryProceedEXT(rayQuery);
27 const uint intersectionType = rayQueryGetIntersectionTypeEXT(rayQuery, true);
28 const float rayTMin = rayQueryGetRayTMinEXT(rayQuery);
29 const uint rayFlags = rayQueryGetRayFlagsEXT(rayQuery);
30 const vec3 worldRayOrigin = rayQueryGetWorldRayOriginEXT(rayQuery);
31 const vec3 worldDirection = rayQueryGetWorldRayDirectionEXT(rayQuery);
32 const float intersectionT = rayQueryGetIntersectionTEXT(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…
/external/deqp-deps/glslang/Test/baseResults/
DrayQuery-types.comp.out1 rayQuery-types.comp
16 Name 8 "rayQuery"
44 8(rayQuery): 7(ptr) Variable Private
98 RayQueryInitializeKHR 8(rayQuery) 12 14 15 19 18 21 22
99 26: 23(bool) RayQueryProceedKHR 8(rayQuery)
109 33: 23(bool) RayQueryProceedKHR 8(rayQuery)
115 39: 13(int) RayQueryGetIntersectionTypeKHR 8(rayQuery) 38
117 42: 16(float) RayQueryGetRayTMinKHR 8(rayQuery)
119 44: 13(int) RayQueryGetRayFlagsKHR 8(rayQuery)
121 47: 17(fvec3) RayQueryGetWorldRayOriginKHR 8(rayQuery)
[all …]
DrayQuery-allOps.comp.out1 rayQuery-allOps.comp
31 Name 47 "rayQuery"
91 47(rayQuery): 46(ptr) Variable Private
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.frag.out1 rayQuery-allOps.frag
30 Name 47 "rayQuery"
90 47(rayQuery): 46(ptr) Variable Private
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.rgen.out1 rayQuery-allOps.rgen
30 Name 47 "rayQuery"
90 47(rayQuery): 46(ptr) Variable Private
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"
91 89(rayQuery): 11(ptr) Variable Private
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
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
DrayQuery-types.comp.out1 rayQuery-types.comp
16 Name 8 "rayQuery"
44 8(rayQuery): 7(ptr) Variable Private
98 RayQueryInitializeKHR 8(rayQuery) 12 14 15 19 18 21 22
99 26: 23(bool) RayQueryProceedKHR 8(rayQuery)
109 33: 23(bool) RayQueryProceedKHR 8(rayQuery)
115 39: 13(int) RayQueryGetIntersectionTypeKHR 8(rayQuery) 38
117 42: 16(float) RayQueryGetRayTMinKHR 8(rayQuery)
119 44: 13(int) RayQueryGetRayFlagsKHR 8(rayQuery)
121 47: 17(fvec3) RayQueryGetWorldRayOriginKHR 8(rayQuery)
[all …]
DrayQuery-allOps.frag.out1 rayQuery-allOps.frag
30 Name 47 "rayQuery"
90 47(rayQuery): 46(ptr) Variable Private
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"
91 47(rayQuery): 46(ptr) Variable Private
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"
90 47(rayQuery): 46(ptr) Variable Private
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"
91 89(rayQuery): 11(ptr) Variable Private
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

123