Home
last modified time | relevance | path

Searched refs:is_compact (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_eu.cpp479 bool is_compact = brw_inst_cmpt_control(devinfo, inst); in brw_label_assembly() local
481 if (is_compact) { in brw_label_assembly()
504 if (is_compact) { in brw_label_assembly()
Dbrw_eu_validate.c1984 bool is_compact = brw_inst_cmpt_control(devinfo, inst); in brw_validate_instructions() local
1985 unsigned inst_size = is_compact ? sizeof(brw_compact_inst) in brw_validate_instructions()
1989 if (is_compact) { in brw_validate_instructions()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c66 bool is_compact = nir_deref_instr_get_variable(deref)->data.compact; in gather_usage_helper() local
67 unsigned elem_size = is_compact ? DIV_ROUND_UP(glsl_get_length(deref->type), 4) : in gather_usage_helper()
70 if (is_compact) { in gather_usage_helper()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_emit.c633 bool is_compact = ins->unit == ALU_ENAB_BR_COMPACT; in emit_branch() local
696 (is_compact && !is_conditional) ? in emit_branch()
700 if (is_compact) { in emit_branch()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir_soa.c538 bool is_compact, in emit_store_tcs_chan() argument
565 if (is_compact) { in emit_store_tcs_chan()
595 indir_index && !is_compact ? true : false, in emit_store_tcs_chan()
597 indir_index && is_compact ? true : false, in emit_store_tcs_chan()