Home
last modified time | relevance | path

Searched refs:BRW_COMPRESSION_COMPRESSED (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu.c198 case BRW_COMPRESSION_COMPRESSED: in brw_set_default_compression_control()
210 (compression_control == BRW_COMPRESSION_COMPRESSED); in brw_set_default_compression_control()
233 brw_inst_set_qtr_control(devinfo, inst, BRW_COMPRESSION_COMPRESSED); in brw_inst_set_compression()
235 == BRW_COMPRESSION_COMPRESSED) in brw_inst_set_compression()
Dbrw_eu_defines.h89 BRW_COMPRESSION_COMPRESSED = 2, enumerator
Dbrw_disasm.c2474 if (brw_inst_qtr_control(devinfo, inst) == BRW_COMPRESSION_COMPRESSED && in brw_disassemble_inst()
/third_party/mesa3d/src/intel/tools/
Di965_gram.y317 options.qtr_ctrl == BRW_COMPRESSION_COMPRESSED && in i965_asm_set_dst_nr()
555 options->qtr_ctrl |= BRW_COMPRESSION_COMPRESSED; in add_instruction_option()
559 options->qtr_ctrl |= BRW_COMPRESSION_COMPRESSED; in add_instruction_option()
598 options->qtr_ctrl = BRW_COMPRESSION_COMPRESSED; in add_instruction_option()
604 options->qtr_ctrl = BRW_COMPRESSION_COMPRESSED; in add_instruction_option()
618 options->qtr_ctrl = BRW_COMPRESSION_COMPRESSED; in add_instruction_option()
621 options->qtr_ctrl = BRW_COMPRESSION_COMPRESSED; in add_instruction_option()