Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h245 bool must_flush_denorms16_64 : 1; member
257 (must_flush_denorms16_64 || !other.must_flush_denorms16_64) &&
H A Daco_ir.cpp177 program->next_fp_mode.must_flush_denorms16_64 = false; in init_program()
H A Daco_instruction_selection.cpp2424 // TODO: check fp_mode.must_flush_denorms16_64
2433 ctx->block->fp_mode.must_flush_denorms16_64);
2441 // TODO: check fp_mode.must_flush_denorms16_64
2450 ctx->block->fp_mode.must_flush_denorms16_64);
2545 if (ctx->block->fp_mode.must_flush_denorms16_64)
2580 if (ctx->block->fp_mode.must_flush_denorms16_64)
3564 assert(ctx->block->fp_mode.must_flush_denorms16_64 ==
3582 assert(ctx->block->fp_mode.must_flush_denorms16_64 ==
11749 program->next_fp_mode.must_flush_denorms16_64 =
11764 if (program->next_fp_mode.must_flush_denorms16_64)
[all...]

Completed in 19 milliseconds