Lines Matching refs:compare

117   if (opcode.compare("OpRayQueryProceedKHR") == 0 ||
118 opcode.compare("OpRayQueryGetIntersectionTypeKHR") == 0 ||
119 opcode.compare("OpRayQueryGetRayTMinKHR") == 0 ||
120 opcode.compare("OpRayQueryGetRayFlagsKHR") == 0 ||
121 opcode.compare("OpRayQueryGetIntersectionTKHR") == 0 ||
122 opcode.compare("OpRayQueryGetIntersectionInstanceCustomIndexKHR") == 0 ||
123 opcode.compare("OpRayQueryGetIntersectionInstanceIdKHR") == 0 ||
124 opcode.compare("OpRayQueryGetIntersectionInstanceShaderBindingTableRecord"
126 opcode.compare("OpRayQueryGetIntersectionGeometryIndexKHR") == 0 ||
127 opcode.compare("OpRayQueryGetIntersectionPrimitiveIndexKHR") == 0 ||
128 opcode.compare("OpRayQueryGetIntersectionBarycentricsKHR") == 0 ||
129 opcode.compare("OpRayQueryGetIntersectionFrontFaceKHR") == 0 ||
130 opcode.compare("OpRayQueryGetIntersectionCandidateAABBOpaqueKHR") == 0 ||
131 opcode.compare("OpRayQueryGetIntersectionObjectRayDirectionKHR") == 0 ||
132 opcode.compare("OpRayQueryGetIntersectionObjectRayOriginKHR") == 0 ||
133 opcode.compare("OpRayQueryGetWorldRayDirectionKHR") == 0 ||
134 opcode.compare("OpRayQueryGetWorldRayOriginKHR") == 0 ||
135 opcode.compare("OpRayQueryGetIntersectionObjectToWorldKHR") == 0 ||
136 opcode.compare("OpRayQueryGetIntersectionWorldToObjectKHR") == 0) {
143 if (opcode.compare("OpRayQueryGetIntersectionTypeKHR") == 0 ||
144 opcode.compare("OpRayQueryGetRayFlagsKHR") == 0 ||
145 opcode.compare("OpRayQueryGetIntersectionInstanceCustomIndexKHR") == 0 ||
146 opcode.compare("OpRayQueryGetIntersectionInstanceIdKHR") == 0 ||
147 opcode.compare("OpRayQueryGetIntersectionInstanceShaderBindingTableRecord"
149 opcode.compare("OpRayQueryGetIntersectionGeometryIndexKHR") == 0 ||
150 opcode.compare("OpRayQueryGetIntersectionPrimitiveIndexKHR") == 0) {
154 if (opcode.compare("OpRayQueryGetRayTMinKHR") == 0 ||
155 opcode.compare("OpRayQueryGetIntersectionTKHR") == 0) {
159 if (opcode.compare("OpRayQueryGetIntersectionBarycentricsKHR") == 0) {
163 if (opcode.compare("OpRayQueryGetIntersectionObjectRayDirectionKHR") == 0 ||
164 opcode.compare("OpRayQueryGetIntersectionObjectRayOriginKHR") == 0 ||
165 opcode.compare("OpRayQueryGetWorldRayDirectionKHR") == 0 ||
166 opcode.compare("OpRayQueryGetWorldRayOriginKHR") == 0) {
170 if (opcode.compare("OpRayQueryProceedKHR") == 0 ||
171 opcode.compare("OpRayQueryGetIntersectionFrontFaceKHR") == 0 ||
172 opcode.compare("OpRayQueryGetIntersectionCandidateAABBOpaqueKHR") == 0) {
176 if (opcode.compare("OpRayQueryGetIntersectionObjectToWorldKHR") == 0 ||
177 opcode.compare("OpRayQueryGetIntersectionWorldToObjectKHR") == 0) {
184 if (opcode.compare("OpRayQueryGetIntersectionTypeKHR") == 0 ||
185 opcode.compare("OpRayQueryGetIntersectionTKHR") == 0 ||
186 opcode.compare("OpRayQueryGetIntersectionInstanceCustomIndexKHR") == 0 ||
187 opcode.compare("OpRayQueryGetIntersectionInstanceIdKHR") == 0 ||
188 opcode.compare("OpRayQueryGetIntersectionInstanceShaderBindingTableRecord"
190 opcode.compare("OpRayQueryGetIntersectionGeometryIndexKHR") == 0 ||
191 opcode.compare("OpRayQueryGetIntersectionPrimitiveIndexKHR") == 0 ||
192 opcode.compare("OpRayQueryGetIntersectionBarycentricsKHR") == 0 ||
193 opcode.compare("OpRayQueryGetIntersectionFrontFaceKHR") == 0 ||
194 opcode.compare("OpRayQueryGetIntersectionObjectRayDirectionKHR") == 0 ||
195 opcode.compare("OpRayQueryGetIntersectionObjectRayOriginKHR") == 0 ||
196 opcode.compare("OpRayQueryGetIntersectionObjectToWorldKHR") == 0 ||
197 opcode.compare("OpRayQueryGetIntersectionWorldToObjectKHR") == 0) {
245 if (correct_result_type.compare("%u32") == 0) {
249 } else if (correct_result_type.compare("%f32") == 0) {
253 } else if (correct_result_type.compare("%f32vec2") == 0) {
257 } else if (correct_result_type.compare("%f32vec3") == 0) {
261 } else if (correct_result_type.compare("%bool") == 0) {
264 } else if (correct_result_type.compare("%mat4x3") == 0) {