Home
last modified time | relevance | path

Searched refs:DXIL_CAST_TRUNC (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_dump_decls.h153 [DXIL_CAST_TRUNC] = "trunc",
Ddxil_module.h80 DXIL_CAST_TRUNC = 0, enumerator
Dnir_to_dxil.c1791 return dxil_emit_cast(&ctx->mod, DXIL_CAST_TRUNC, in get_src()
1852 op1_bit_size < op0_bit_size ? DXIL_CAST_ZEXT : DXIL_CAST_TRUNC; in emit_shift()
1905 return DXIL_CAST_TRUNC; in get_cast_op()
1915 return DXIL_CAST_TRUNC; in get_cast_op()