Lines Matching refs:INT_BITS_TO_FLOAT
266 INT_BITS_TO_FLOAT = 16, enumerator
305 {INT_BITS_TO_FLOAT, "intBitsToFloat"},
1811 enum vrend_type_qualifier dtypeprefix = INT_BITS_TO_FLOAT; in emit_txq()
1885 enum vrend_type_qualifier dtypeprefix = INT_BITS_TO_FLOAT; in emit_txqs()
2078 dtypeprefix = INT_BITS_TO_FLOAT; in translate_tex()
2458 dtypeprefix = INT_BITS_TO_FLOAT; in translate_load()
2484 …(is_integer_memory(ctx, src->Register.File, src->Register.Index)) ? INT_BITS_TO_FLOAT : UINT_BITS_… in translate_load()
2558 …snprintf(buf, 255, "%s = %s(imageSamples(%s));\n", dsts[0], get_string(INT_BITS_TO_FLOAT), srcs[0]… in translate_resq()
2563 … snprintf(buf, 255, "%s = %s(imageSize(%s));\n", dsts[0], get_string(INT_BITS_TO_FLOAT), srcs[0]); in translate_resq()
2567 …snprintf(buf, 255, "%s = %s(int(%s.length()) << 2);\n", dsts[0], get_string(INT_BITS_TO_FLOAT), sr… in translate_resq()
2602 dtypeprefix = INT_BITS_TO_FLOAT; in translate_atomic()
2640 dtypeprefix = INT_BITS_TO_FLOAT; in translate_atomic()
2674 dinfo->dtypeprefix = INT_BITS_TO_FLOAT; in get_destination_info()
2681 dinfo->dtypeprefix = INT_BITS_TO_FLOAT; in get_destination_info()
3159 imm_stypeprefix = INT_BITS_TO_FLOAT; in get_source_info()