Searched refs:FRAG_RESULT_STENCIL (Results 1 – 4 of 4) sorted by relevance
643 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) { in st_translate_fragment_program()646 outputMapping[FRAG_RESULT_STENCIL] = fs_num_outputs; in st_translate_fragment_program()648 outputsWritten &= ~(1 << FRAG_RESULT_STENCIL); in st_translate_fragment_program()656 case FRAG_RESULT_STENCIL: in st_translate_fragment_program()
255 p->Instructions[ic].DstReg.Index = FRAG_RESULT_STENCIL; in st_make_drawpix_z_stencil_program()276 p->OutputsWritten |= BITFIELD64_BIT(FRAG_RESULT_STENCIL); in st_make_drawpix_z_stencil_program()
933 ir_var_out, FRAG_RESULT_STENCIL); in generate_ARB_shader_stencil_export_variables()949 ir_var_out, FRAG_RESULT_STENCIL); in generate_AMD_shader_stencil_export_variables()
423 FRAG_RESULT_STENCIL = 1, enumerator