Home
last modified time | relevance | path

Searched defs:asUint (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuildSPIRV.cpp1341 uint32_t asUint = static_cast<uint32_t>(value); in getIntConstant() local
1351 } asUint; in getFloatConstant() local
/third_party/vk-gl-cts/framework/common/
DtcuVector.hpp151 Vector<deUint32, Size> asUint (void) const { return cast<deUint32>(); } in asUint() function in tcu::Vector
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.cpp239 GLuint GLColor::asUint() const in asUint() function in angle::GLColor
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp70 uint32_t asUint; in ValidateFloatOneAsUint() member