Searched refs:FRAG_RESULT_STENCIL (Results 1 – 14 of 14) sorted by relevance
190 case FRAG_RESULT_STENCIL: in tgsi_get_gl_frag_result_semantic()
260 ENUM(FRAG_RESULT_STENCIL), in gl_frag_result_name()
583 FRAG_RESULT_STENCIL = 1, enumerator
847 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) { in st_translate_fragment_program()850 outputMapping[FRAG_RESULT_STENCIL] = fs_num_outputs; in st_translate_fragment_program()852 outputsWritten &= ~(1 << FRAG_RESULT_STENCIL); in st_translate_fragment_program()872 case FRAG_RESULT_STENCIL: in st_translate_fragment_program()
2919 (l_src.index == FRAG_RESULT_DEPTH || l_src.index == FRAG_RESULT_STENCIL)) { in emit_block_mov()2970 variable->data.location == FRAG_RESULT_STENCIL)) { in visit()2977 assert(variable->data.location == FRAG_RESULT_STENCIL); in visit()
379 if (nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) in emit_single_fb_write()418 if (nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL)) { in emit_fb_writes()
3184 else if (l == FRAG_RESULT_STENCIL) in alloc_frag_output()
6802 shader->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_STENCIL); in brw_compile_fs()
1218 add_output(FRAG_RESULT_STENCIL, int_t, "gl_FragStencilRefARB"); in generate_fs_special_vars()1225 add_output(FRAG_RESULT_STENCIL, int_t, "gl_FragStencilRefAMD"); in generate_fs_special_vars()
487 else if (variable->data.location == FRAG_RESULT_STENCIL) in si_lower_nir()
642 BITFIELD64_BIT(FRAG_RESULT_STENCIL) | in brw_fs_precompile()
258 color_out->data.location = FRAG_RESULT_STENCIL; in build_nir_copy_fragment_shader_stencil()
597 color_out->data.location = FRAG_RESULT_STENCIL; in build_nir_copy_fragment_shader_stencil()
6536 } else if (i == FRAG_RESULT_STENCIL) { in handle_fs_outputs_post()