Home
last modified time | relevance | path

Searched refs:tint32 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py96 tint32 = "int32" variable
168 unop_convert("f2i", tint32, tfloat32, "src0") # Float-to-integer conversion.
170 unop_convert("d2i", tint32, tfloat64, "src0") # Double-to-integer conversion.
172 unop_convert("i2f", tfloat32, tint32, "src0") # Integer-to-float conversion.
173 unop_convert("i2d", tfloat64, tint32, "src0") # Integer-to-double conversion.
180 unop_convert("i2b", tbool, tint32, "src0 != 0")
181 unop_convert("b2i", tint32, tbool, "src0 ? 1 : 0") # Boolean-to-int conversion
304 unop_convert("ufind_msb", tint32, tuint32, """
314 unop("ifind_msb", tint32, """
328 unop("find_lsb", tint32, """
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtilImpl.inl3193 …s << "\tint32 = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.int32), DE_ARRAY_END(value.int3…