Home
last modified time | relevance | path

Searched refs:y32 (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_int64.c431 nir_ssa_def *x32[4], *y32[4]; in lower_mul_high64() local
440 y32[0] = nir_unpack_64_2x32_split_x(b, y); in lower_mul_high64()
441 y32[1] = nir_unpack_64_2x32_split_y(b, y); in lower_mul_high64()
443 y32[2] = y32[3] = nir_ishr_imm(b, y32[1], 31); in lower_mul_high64()
445 y32[2] = y32[3] = nir_imm_int(b, 0); in lower_mul_high64()
458 /* The maximum values of x32[i] and y32[j] are UINT32_MAX so the in lower_mul_high64()
469 nir_ssa_def *tmp = nir_umul_2x32_64(b, x32[i], y32[ in lower_mul_high64()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmTypeTests.cpp3246 deInt32 y32 = static_cast<deInt32>(y);
3252 return static_cast<deInt8>(static_cast<deInt8>(x32 * y32) / y32);
3306 deInt32 y32 = static_cast<deInt32>(y);
3312 return static_cast<deInt16>(static_cast<deInt16>(x32 * y32) / y32);
3450 const deUint32 y32 = static_cast<deUint32>(y);
3456 return static_cast<deUint8>(static_cast<deUint8>(x32 * y32) / y32);
3508 const deUint32 y32
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmTypeTests.cpp3248 deInt32 y32 = static_cast<deInt32>(y);
3254 return static_cast<deInt8>(static_cast<deInt8>(x32 * y32) / y32);
3308 deInt32 y32 = static_cast<deInt32>(y);
3314 return static_cast<deInt16>(static_cast<deInt16>(x32 * y32) / y32);
3452 const deUint32 y32 = static_cast<deUint32>(y);
3458 return static_cast<deUint8>(static_cast<deUint8>(x32 * y32) / y32);
3510 const deUint32 y32
[all...]

Completed in 7 milliseconds