Home
last modified time | relevance | path

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

/external/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()
Dbrw_fs_nir.cpp3315 else if (l == FRAG_RESULT_SAMPLE_MASK) in alloc_frag_output()
Dbrw_fs.cpp8723 (shader->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK)); in brw_nir_populate_wm_prog_data()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c204 case FRAG_RESULT_SAMPLE_MASK: in tgsi_get_gl_frag_result_semantic()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fragment.cpp313 out_var->data.location == FRAG_RESULT_SAMPLE_MASK) in do_emit_store_deref()
362 output->data.location == FRAG_RESULT_SAMPLE_MASK) { in do_process_outputs()
772 case FRAG_RESULT_SAMPLE_MASK: in emit_export_pixel()
816 out_var->data.location == FRAG_RESULT_SAMPLE_MASK) { in emit_export_pixel()
/external/mesa3d/src/compiler/
Dshader_enums.c334 ENUM(FRAG_RESULT_SAMPLE_MASK), in gl_frag_result_name()
Dshader_enums.h745 FRAG_RESULT_SAMPLE_MASK = 3, enumerator
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c1088 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK)) { in st_translate_fragment_program()
1091 outputMapping[FRAG_RESULT_SAMPLE_MASK] = fs_num_outputs; in st_translate_fragment_program()
1093 outputsWritten &= ~(1 << FRAG_RESULT_SAMPLE_MASK); in st_translate_fragment_program()
1106 case FRAG_RESULT_SAMPLE_MASK: in st_translate_fragment_program()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_blend.c523 sample_mask->data.location = FRAG_RESULT_SAMPLE_MASK; in vc4_nir_store_sample_mask()
Dvc4_program.c1646 case FRAG_RESULT_SAMPLE_MASK: in ntq_setup_outputs()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c590 BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK))); in brw_wm_populate_default_key()
/external/mesa3d/src/freedreno/ir3/
Dir3_shader.c370 FRAG_RESULT_SAMPLE_MASK)) != 0) { in ir3_setup_used_key()
Dir3_compiler_nir.c3148 case FRAG_RESULT_SAMPLE_MASK: in setup_output()
/external/mesa3d/src/amd/vulkan/
Dradv_shader_info.c418 case FRAG_RESULT_SAMPLE_MASK: in gather_info_output_decl_ps()
Dradv_nir_to_llvm.c3520 radv_load_output(ctx, FRAG_RESULT_SAMPLE_MASK, 0)); in handle_fs_outputs_post()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c370 info->writes_samplemask = nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK); in si_nir_scan_shader()
Dsi_shader_llvm_ps.c517 case FRAG_RESULT_SAMPLE_MASK: in si_llvm_return_fs_outputs()
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c347 if (ctx->stage == MESA_SHADER_FRAGMENT && var->data.location == FRAG_RESULT_SAMPLE_MASK) in emit_output()
399 case FRAG_RESULT_SAMPLE_MASK: in emit_output()
1631 if (ctx->stage == MESA_SHADER_FRAGMENT && var->data.location == FRAG_RESULT_SAMPLE_MASK) { in emit_store_deref()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_program.c410 smask_regid = ir3_find_output_regid(fs, FRAG_RESULT_SAMPLE_MASK); in setup_stateobj()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp1371 add_output(FRAG_RESULT_SAMPLE_MASK, array(int_t, 1), in generate_fs_special_vars()
/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c904 *location = FRAG_RESULT_SAMPLE_MASK; in vtn_get_builtin_location()
/external/mesa3d/src/gallium/drivers/iris/
Diris_program.c2364 BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK)); in iris_create_fs_state()
/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c1326 smask_regid = ir3_find_output_regid(fs, FRAG_RESULT_SAMPLE_MASK); in tu6_emit_fs_outputs()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c1831 case FRAG_RESULT_SAMPLE_MASK: in ntq_setup_outputs()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp10314 values[1] = Operand(ctx->outputs.temps[FRAG_RESULT_SAMPLE_MASK * 4u]); in export_fs_mrt_z()
10329 values[2] = Operand(ctx->outputs.temps[FRAG_RESULT_SAMPLE_MASK * 4u]); in export_fs_mrt_z()
10563 ctx->outputs.mask[FRAG_RESULT_SAMPLE_MASK]) in create_fs_exports()