/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_alpha_to_coverage.c | 87 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/ |
D | sfn_shader_fragment.cpp | 463 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/ |
D | tgsi_from_mesa.c | 206 case FRAG_RESULT_SAMPLE_MASK: in tgsi_get_gl_frag_result_semantic()
|
/third_party/mesa3d/src/compiler/ |
D | shader_enums.c | 363 ENUM(FRAG_RESULT_SAMPLE_MASK), in gl_frag_result_name()
|
D | shader_enums.h | 840 FRAG_RESULT_SAMPLE_MASK = 3, enumerator
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_program.c | 1237 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/ |
D | pan_shader.c | 233 if (s->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK)) in GENX()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_nir_lower_blend.c | 516 sample_mask->data.location = FRAG_RESULT_SAMPLE_MASK; in vc4_nir_store_sample_mask()
|
D | vc4_program.c | 1632 case FRAG_RESULT_SAMPLE_MASK: in ntq_setup_outputs()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm.c | 601 BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK))); in brw_wm_populate_default_key()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_signature.c | 235 case FRAG_RESULT_SAMPLE_MASK: in get_semantic_ps_outname()
|
D | dxil_nir.c | 1559 case FRAG_RESULT_SAMPLE_MASK: in dxil_sort_ps_outputs()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader_info.c | 466 case FRAG_RESULT_SAMPLE_MASK: in gather_info_output_decl_ps()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 845 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()
|
D | zink_program.c | 861 if (nir->info.outputs_written & (1 << FRAG_RESULT_SAMPLE_MASK)) { in zink_update_fs_key_samples()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 464 info->writes_samplemask = nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK); in si_nir_scan_shader()
|
D | si_shader_llvm_ps.c | 513 case FRAG_RESULT_SAMPLE_MASK: in si_llvm_return_fs_outputs()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 419 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/ |
D | nir_to_spirv.c | 569 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/ |
D | fd6_program.c | 462 smask_regid = ir3_find_output_regid(fs, FRAG_RESULT_SAMPLE_MASK); in setup_stateobj()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_variables.cpp | 1417 add_output(FRAG_RESULT_SAMPLE_MASK, array(int_t, 1), in generate_fs_special_vars()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 904 *location = FRAG_RESULT_SAMPLE_MASK; in vtn_get_builtin_location()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_program.c | 2657 BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK)); in iris_create_shader_state()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_program.c | 2863 BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK)); in crocus_create_fs_state()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 2175 case FRAG_RESULT_SAMPLE_MASK: in ntq_setup_outputs()
|