Home
last modified time | relevance | path

Searched defs:uint_type (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/util/
Dhex_float.h68 using uint_type = void; member
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dhex_float.h68 using uint_type = void; member
/external/deqp-deps/glslang/SPIRV/
Dhex_float.h72 typedef void uint_type; typedef
/external/mesa3d/src/compiler/glsl/
Dir_expression_operation.py80 uint_type = type("unsigned", "u", "GLSL_TYPE_UINT") variable
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp295 typedef deUint16 uint_type; typedef
300 typedef deUint32 uint_type; typedef
305 typedef deUint64 uint_type; typedef
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13938 const Utils::_variable_type uint_type = Utils::getUintVariableType(1, n_rows); in getFunctionObject() local