Searched refs:FRAG_RESULT_SAMPLE_MASK (Results 1 – 9 of 9) sorted by relevance
252 ENUM(FRAG_RESULT_SAMPLE_MASK), in gl_frag_result_name()
519 FRAG_RESULT_SAMPLE_MASK = 3, enumerator
776 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK)) { in st_translate_fragment_program()779 outputMapping[FRAG_RESULT_SAMPLE_MASK] = fs_num_outputs; in st_translate_fragment_program()781 outputsWritten &= ~(1 << FRAG_RESULT_SAMPLE_MASK); in st_translate_fragment_program()794 case FRAG_RESULT_SAMPLE_MASK: in st_translate_fragment_program()
633 BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK))); in brw_fs_precompile()
3034 else if (l == FRAG_RESULT_SAMPLE_MASK) in alloc_frag_output()
6428 shader->info->outputs_written & BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK); in brw_compile_fs()
615 sample_mask->data.location = FRAG_RESULT_SAMPLE_MASK; in vc4_nir_store_sample_mask()
1630 case FRAG_RESULT_SAMPLE_MASK: in ntq_setup_outputs()
1221 add_output(FRAG_RESULT_SAMPLE_MASK, array(int_t, 1), "gl_SampleMask"); in generate_fs_special_vars()