Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_alpha_to_coverage.c87 if (!(outputs_written & BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK)) || in brw_nir_lower_alpha_to_coverage()
121 if (location == FRAG_RESULT_SAMPLE_MASK) { in brw_nir_lower_alpha_to_coverage()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fragment.cpp463 semantic.location == FRAG_RESULT_SAMPLE_MASK) { in process_store_output()
536 location == FRAG_RESULT_SAMPLE_MASK) in emit_store_output()
925 case FRAG_RESULT_SAMPLE_MASK: in emit_export_pixel()
970 semantics.location == FRAG_RESULT_SAMPLE_MASK) { in emit_export_pixel()
993 case FRAG_RESULT_SAMPLE_MASK: in emit_export_pixel()
1038 out_var->data.location == FRAG_RESULT_SAMPLE_MASK) { in emit_export_pixel()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c206 case FRAG_RESULT_SAMPLE_MASK: in tgsi_get_gl_frag_result_semantic()
/third_party/mesa3d/src/compiler/
Dshader_enums.c363 ENUM(FRAG_RESULT_SAMPLE_MASK), in gl_frag_result_name()
Dshader_enums.h840 FRAG_RESULT_SAMPLE_MASK = 3, enumerator
/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.c1237 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK)) { in st_translate_fragment_program()
1240 outputMapping[FRAG_RESULT_SAMPLE_MASK] = fs_num_outputs; in st_translate_fragment_program()
1242 outputsWritten &= ~(1 << FRAG_RESULT_SAMPLE_MASK); in st_translate_fragment_program()
1255 case FRAG_RESULT_SAMPLE_MASK: in st_translate_fragment_program()
/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.c233 if (s->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK)) in GENX()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_blend.c516 sample_mask->data.location = FRAG_RESULT_SAMPLE_MASK; in vc4_nir_store_sample_mask()
Dvc4_program.c1632 case FRAG_RESULT_SAMPLE_MASK: in ntq_setup_outputs()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c601 BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK))); in brw_wm_populate_default_key()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_signature.c235 case FRAG_RESULT_SAMPLE_MASK: in get_semantic_ps_outname()
Ddxil_nir.c1559 case FRAG_RESULT_SAMPLE_MASK: in dxil_sort_ps_outputs()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader_info.c466 case FRAG_RESULT_SAMPLE_MASK: in gather_info_output_decl_ps()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c845 nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK)) { in zink_shader_compile()
850 if (var->data.location == FRAG_RESULT_SAMPLE_MASK) in zink_shader_compile()
Dzink_program.c861 if (nir->info.outputs_written & (1 << FRAG_RESULT_SAMPLE_MASK)) { in zink_update_fs_key_samples()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c464 info->writes_samplemask = nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK); in si_nir_scan_shader()
Dsi_shader_llvm_ps.c513 case FRAG_RESULT_SAMPLE_MASK: in si_llvm_return_fs_outputs()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c419 var->data.location = FRAG_RESULT_SAMPLE_MASK; in ttn_emit_declaration()
2221 else if (var->data.location == FRAG_RESULT_SAMPLE_MASK) in ttn_add_output_stores()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c569 if (ctx->stage == MESA_SHADER_FRAGMENT && var->data.location == FRAG_RESULT_SAMPLE_MASK) in emit_output()
616 case FRAG_RESULT_SAMPLE_MASK: in emit_output()
2213 if (ctx->stage == MESA_SHADER_FRAGMENT && var->data.location == FRAG_RESULT_SAMPLE_MASK) { in emit_store_deref()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_program.c462 smask_regid = ir3_find_output_regid(fs, FRAG_RESULT_SAMPLE_MASK); in setup_stateobj()
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp1417 add_output(FRAG_RESULT_SAMPLE_MASK, array(int_t, 1), in generate_fs_special_vars()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_variables.c904 *location = FRAG_RESULT_SAMPLE_MASK; in vtn_get_builtin_location()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c2657 BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK)); in iris_create_shader_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c2863 BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK)); in crocus_create_fs_state()
/third_party/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c2175 case FRAG_RESULT_SAMPLE_MASK: in ntq_setup_outputs()

12