Home
last modified time | relevance | path

Searched refs:toVec4 (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgenutil.py118 def toVec4(lst): return [v.toFloat().toVec4() for v in lst] function
121 def toIVec4(lst): return [v.toInt().toVec4() for v in lst]
124 def toBVec4(lst): return [v.toBool().toVec4() for v in lst]
228 def toVec4(self): return Vec4(self.x, self.x, self.x, self.x) member in Scalar
231 def toMat4(self): return self.toVec4().toMat4()
344 def toVec4(self): return Vec4(self.x, self.y, 0.0, 0.0) member in Vec2
430 def toVec4(self): return Vec4(self.x, self.y, self.z, 0.0) member in Vec3
518 def expandVec(self, val): return val.toVec4()
522 def toVec4(sel member in Vec4
[all...]
H A Dgen-conversions.py300 genConversionCases([inFloat, inInt, inBool], [toVec2, toVec3, toVec4, toIVec2, toIVec3, toIVec4, toBVec2, toBVec3, toBVec4])))
313 genConversionCases([inVec4, inIVec4, inBVec4], [toVec4, toVec3, toVec2, toIVec4, toIVec3, toIVec2, toBVec4, toBVec3, toBVec2]) +\
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgenutil.py119 def toVec4(lst): return [v.toFloat().toVec4() for v in lst] function
122 def toIVec4(lst): return [v.toInt().toVec4() for v in lst]
125 def toBVec4(lst): return [v.toBool().toVec4() for v in lst]
241 def toVec4(self): return Vec4(self.x, self.x, self.x, self.x) member in Scalar
408 def toVec4(self): return Vec4(self.x, self.y, 0.0, 0.0) member in Vec2
519 def toVec4(self): return Vec4(self.x, self.y, self.z, 0.0) member in Vec3
634 def expandVec(self, val): return val.toVec4()
638 def toVec4(self): return Vec4(self.x, self.y, self.z, self.w) member in Vec4
706 val = val.toVec4()
[all...]
H A Dgen-conversions.py327 genConversionCases([inFloat, inInt, inUint, inBool], [toVec2, toVec3, toVec4, toIVec2, toIVec3, toIVec4, toBVec2, toBVec3, toBVec4]) +\
342 genConversionCases([inVec4, inIVec4, inUVec4, inBVec4], [toVec4, toVec3, toVec2, toIVec4, toIVec3, toIVec2, toBVec4, toBVec3, toBVec2]) +\
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgenutil.py119 def toVec4(lst): return [v.toFloat().toVec4() for v in lst] function
122 def toIVec4(lst): return [v.toInt().toVec4() for v in lst]
125 def toBVec4(lst): return [v.toBool().toVec4() for v in lst]
241 def toVec4(self): return Vec4(self.x, self.x, self.x, self.x) member in Scalar
410 def toVec4(self): return Vec4(self.x, self.y, 0.0, 0.0) member in Vec2
521 def toVec4(self): return Vec4(self.x, self.y, self.z, 0.0) member in Vec3
636 def expandVec(self, val): return val.toVec4()
640 def toVec4(self): return Vec4(self.x, self.y, self.z, self.w) member in Vec4
708 val = val.toVec4()
[all...]
H A Dgen-implicit-conversions.py307 a = a.toVec4()
599 a = a.toVec4()
676 a = a.toVec4()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryDirectionTests.cpp269 tcu::Vec4 toVec4 (const tcu::Vec3& vec3) in toVec4() function
446 toVec4(rotatedOrigin), // tcu::Vec4 origin; in iterate()
447 toVec4(finalDirection), // tcu::Vec4 direction; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryDirectionTests.cpp269 tcu::Vec4 toVec4 (const tcu::Vec3& vec3) in toVec4() function
446 toVec4(rotatedOrigin), // tcu::Vec4 origin; in iterate()
447 toVec4(finalDirection), // tcu::Vec4 direction; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingDirectionTests.cpp298 tcu::Vec4 toVec4 (const tcu::Vec3& vec3) in toVec4() function
580 toVec4(rotatedOrigin), // tcu::Vec4 origin; in iterate()
581 toVec4(finalDirection), // tcu::Vec4 direction; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingDirectionTests.cpp298 tcu::Vec4 toVec4 (const tcu::Vec3& vec3) in toVec4() function
580 toVec4(rotatedOrigin), // tcu::Vec4 origin; in iterate()
581 toVec4(finalDirection), // tcu::Vec4 direction; in iterate()

Completed in 14 milliseconds