Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu.c482 bool is_compact = brw_inst_cmpt_control(devinfo, inst); in brw_label_assembly() local
484 if (is_compact) { in brw_label_assembly()
507 if (is_compact) { in brw_label_assembly()
Dbrw_eu_validate.c2338 bool is_compact = brw_inst_cmpt_control(devinfo, inst); in brw_validate_instructions() local
2339 unsigned inst_size = is_compact ? sizeof(brw_compact_inst) in brw_validate_instructions()
2343 if (is_compact) { in brw_validate_instructions()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c67 bool is_compact = nir_deref_instr_get_variable(deref)->data.compact; in gather_usage_helper() local
68 unsigned elem_size = is_compact ? DIV_ROUND_UP(glsl_get_length(deref->type), 4) : in gather_usage_helper()
71 if (is_compact) { in gather_usage_helper()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_emit.c731 bool is_compact = ins->unit == ALU_ENAB_BR_COMPACT; in emit_branch() local
794 (is_compact && !is_conditional) ? in emit_branch()
798 if (is_compact) { in emit_branch()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir_soa.c575 bool is_compact, in emit_store_tcs_chan() argument
602 if (is_compact) { in emit_store_tcs_chan()
633 indir_index && !is_compact ? true : false, in emit_store_tcs_chan()
635 indir_index && is_compact ? true : false, in emit_store_tcs_chan()