Home
last modified time | relevance | path

Searched refs:FRAG_RESULT_SAMPLE_MASK (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/compiler/
Dshader_enums.c252 ENUM(FRAG_RESULT_SAMPLE_MASK), in gl_frag_result_name()
Dshader_enums.h519 FRAG_RESULT_SAMPLE_MASK = 3, enumerator
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c776 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()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c633 BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK))); in brw_fs_precompile()
Dbrw_fs_nir.cpp3034 else if (l == FRAG_RESULT_SAMPLE_MASK) in alloc_frag_output()
Dbrw_fs.cpp6428 shader->info->outputs_written & BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK); in brw_compile_fs()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_blend.c615 sample_mask->data.location = FRAG_RESULT_SAMPLE_MASK; in vc4_nir_store_sample_mask()
Dvc4_program.c1630 case FRAG_RESULT_SAMPLE_MASK: in ntq_setup_outputs()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp1221 add_output(FRAG_RESULT_SAMPLE_MASK, array(int_t, 1), "gl_SampleMask"); in generate_fs_special_vars()