Home
last modified time | relevance | path

Searched refs:FRAG_RESULT_SAMPLE_MASK (Results 1 - 25 of 33) sorted by relevance

12

/third_party/mesa3d/src/intel/compiler/
H A 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/auxiliary/tgsi/
H A Dtgsi_from_mesa.c206 case FRAG_RESULT_SAMPLE_MASK: in tgsi_get_gl_frag_result_semantic()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_nir_passes.c920 return semantics.location == FRAG_RESULT_SAMPLE_MASK; in is_multisampling_instr()
923 return var->data.location == FRAG_RESULT_SAMPLE_MASK; in is_multisampling_instr()
955 if (var->data.location == FRAG_RESULT_SAMPLE_MASK) { in d3d12_disable_multisampling()
957 s->info.outputs_written &= ~(1ull << FRAG_RESULT_SAMPLE_MASK); in d3d12_disable_multisampling()
/third_party/mesa3d/src/compiler/
H A Dshader_enums.c368 ENUM(FRAG_RESULT_SAMPLE_MASK), in gl_frag_result_name()
H A Dshader_enums.h902 FRAG_RESULT_SAMPLE_MASK = 3, enumerator
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_shader.c250 if (s->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK)) in pan_shader_compile()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fs.cpp477 case FRAG_RESULT_SAMPLE_MASK: in emit_export_pixel()
534 semantics.location == FRAG_RESULT_SAMPLE_MASK) { in emit_export_pixel()
540 else if (semantics.location == FRAG_RESULT_SAMPLE_MASK) in emit_export_pixel()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.c388 return FRAG_RESULT_SAMPLE_MASK; in svga_tgsi_to_gl_frag_result_semantic()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_blend.c516 sample_mask->data.location = FRAG_RESULT_SAMPLE_MASK; in vc4_nir_store_sample_mask()
H A Dvc4_program.c1615 case FRAG_RESULT_SAMPLE_MASK: in ntq_setup_outputs()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader_info.c639 info->ps.writes_sample_mask = nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK); in radv_nir_shader_info_pass()
H A Dradv_nir_to_llvm.c1112 samplemask = ac_to_float(&ctx->ac, radv_load_output(ctx, FRAG_RESULT_SAMPLE_MASK, 0)); in handle_fs_outputs_post()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_info.c654 info->writes_samplemask = nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK); in si_nir_scan_shader()
H A Dsi_shader_llvm_ps.c478 case FRAG_RESULT_SAMPLE_MASK: in si_llvm_ps_build_end()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_signature.c268 case FRAG_RESULT_SAMPLE_MASK: in get_semantic_ps_outname()
H A Ddxil_nir.c1804 case FRAG_RESULT_SAMPLE_MASK: in dxil_sort_ps_outputs()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.c1054 if (nir->info.outputs_written & (1 << FRAG_RESULT_SAMPLE_MASK)) { in zink_update_fs_key_samples()
1071 if (nir->info.outputs_written & (1 << FRAG_RESULT_SAMPLE_MASK)) { in zink_update_fs_key_samples()
H A Dzink_compiler.c2115 nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK)) { in zink_shader_compile()
2120 if (var->data.location == FRAG_RESULT_SAMPLE_MASK) in zink_shader_compile()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c420 var->data.location = FRAG_RESULT_SAMPLE_MASK; in ttn_emit_declaration()
2225 else if (var->data.location == FRAG_RESULT_SAMPLE_MASK) in ttn_add_output_stores()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c601 if (ctx->stage == MESA_SHADER_FRAGMENT && var->data.location == FRAG_RESULT_SAMPLE_MASK) in emit_output()
651 case FRAG_RESULT_SAMPLE_MASK: in emit_output()
2400 var->data.location == FRAG_RESULT_SAMPLE_MASK) { in emit_store_deref()
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_variables.cpp1434 add_output(FRAG_RESULT_SAMPLE_MASK, array(int_t, 1), in generate_fs_special_vars()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c502 smask_regid = ir3_find_output_regid(fs, FRAG_RESULT_SAMPLE_MASK);
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c914 *location = FRAG_RESULT_SAMPLE_MASK; in vtn_get_builtin_location()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c2674 BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK)); in iris_create_shader_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c2891 BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK)); in crocus_create_fs_state()

Completed in 56 milliseconds

12