/external/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()
|
D | brw_fs_nir.cpp | 3315 else if (l == FRAG_RESULT_SAMPLE_MASK) in alloc_frag_output()
|
D | brw_fs.cpp | 8723 (shader->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK)); in brw_nir_populate_wm_prog_data()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 204 case FRAG_RESULT_SAMPLE_MASK: in tgsi_get_gl_frag_result_semantic()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_fragment.cpp | 313 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/ |
D | shader_enums.c | 334 ENUM(FRAG_RESULT_SAMPLE_MASK), in gl_frag_result_name()
|
D | shader_enums.h | 745 FRAG_RESULT_SAMPLE_MASK = 3, enumerator
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_program.c | 1088 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/ |
D | vc4_nir_lower_blend.c | 523 sample_mask->data.location = FRAG_RESULT_SAMPLE_MASK; in vc4_nir_store_sample_mask()
|
D | vc4_program.c | 1646 case FRAG_RESULT_SAMPLE_MASK: in ntq_setup_outputs()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm.c | 590 BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK))); in brw_wm_populate_default_key()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_shader.c | 370 FRAG_RESULT_SAMPLE_MASK)) != 0) { in ir3_setup_used_key()
|
D | ir3_compiler_nir.c | 3148 case FRAG_RESULT_SAMPLE_MASK: in setup_output()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_shader_info.c | 418 case FRAG_RESULT_SAMPLE_MASK: in gather_info_output_decl_ps()
|
D | radv_nir_to_llvm.c | 3520 radv_load_output(ctx, FRAG_RESULT_SAMPLE_MASK, 0)); in handle_fs_outputs_post()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 370 info->writes_samplemask = nir->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK); in si_nir_scan_shader()
|
D | si_shader_llvm_ps.c | 517 case FRAG_RESULT_SAMPLE_MASK: in si_llvm_return_fs_outputs()
|
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 347 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/ |
D | fd6_program.c | 410 smask_regid = ir3_find_output_regid(fs, FRAG_RESULT_SAMPLE_MASK); in setup_stateobj()
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_variables.cpp | 1371 add_output(FRAG_RESULT_SAMPLE_MASK, array(int_t, 1), in generate_fs_special_vars()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 904 *location = FRAG_RESULT_SAMPLE_MASK; in vtn_get_builtin_location()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_program.c | 2364 BITFIELD64_BIT(FRAG_RESULT_SAMPLE_MASK)); in iris_create_fs_state()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_pipeline.c | 1326 smask_regid = ir3_find_output_regid(fs, FRAG_RESULT_SAMPLE_MASK); in tu6_emit_fs_outputs()
|
/external/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 1831 case FRAG_RESULT_SAMPLE_MASK: in ntq_setup_outputs()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 10314 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()
|