Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/swrast/
Ds_fragprog.c218 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_COLOR)) { in run_program()
220 machine->Outputs[FRAG_RESULT_COLOR]); in run_program()
274 if (program->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_COLOR)) { in _swrast_exec_fragment_program()
/external/mesa3d/src/mesa/program/
Dprogramopt.c267 if (!(fprog->info.outputs_written & (1 << FRAG_RESULT_COLOR))) { in _mesa_append_fog_code()
301 inst->DstReg.Index == FRAG_RESULT_COLOR) { in _mesa_append_fog_code()
380 inst->DstReg.Index = FRAG_RESULT_COLOR; in _mesa_append_fog_code()
395 inst->DstReg.Index = FRAG_RESULT_COLOR; in _mesa_append_fog_code()
412 assert(fprog->info.outputs_written & (1 << FRAG_RESULT_COLOR)); in _mesa_append_fog_code()
Dprogram_parse.y1892 $$ = FRAG_RESULT_COLOR;
/external/mesa3d/src/compiler/nir/
Dnir_lower_alpha_test.c79 if (out->data.location != FRAG_RESULT_COLOR && in nir_lower_alpha_test()
Dnir_lower_clamp_color_outputs.c51 case FRAG_RESULT_COLOR: in is_color_output()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c193 case FRAG_RESULT_COLOR: in tgsi_get_gl_frag_result_semantic()
/external/mesa3d/src/compiler/
Dshader_enums.c261 ENUM(FRAG_RESULT_COLOR), in gl_frag_result_name()
Dshader_enums.h587 FRAG_RESULT_COLOR = 2, enumerator
/external/mesa3d/src/intel/blorp/
Dblorp_clear.c70 frag_color->data.location = FRAG_RESULT_COLOR; in blorp_params_get_clear_kernel()
814 frag_color->data.location = FRAG_RESULT_COLOR; in blorp_params_get_mcs_partial_resolve_kernel()
Dblorp_blit.c94 v->color_out->data.location = FRAG_RESULT_COLOR; in brw_blorp_blit_vars_init()
/external/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_tgsi.c408 dst[0] = t->outputs[t->outputMapping[FRAG_RESULT_COLOR]]; in finalize_shader()
553 prog->info.outputs_written = BITFIELD64_BIT(FRAG_RESULT_COLOR); in st_init_atifs_prog()
Dst_program.c877 case FRAG_RESULT_COLOR: in st_translate_fragment_program()
881 assert(loc == FRAG_RESULT_COLOR || in st_translate_fragment_program()
884 index = (loc == FRAG_RESULT_COLOR) ? 0 : (loc - FRAG_RESULT_DATA0); in st_translate_fragment_program()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_program.c212 ir3_find_output_regid(fp, FRAG_RESULT_COLOR); in fd3_program_emit()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp1184 add_output(FRAG_RESULT_COLOR, vec4_t, "gl_FragColor"); in generate_fs_special_vars()
1200 add_index_output(FRAG_RESULT_COLOR, 1, vec4_t, in generate_fs_special_vars()
Dlower_blend_equation_advanced.cpp514 var->data.location == FRAG_RESULT_COLOR) { in lower_blend_equation_advanced()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c169 case FRAG_RESULT_COLOR: in src_vector()
220 case FRAG_RESULT_COLOR: in get_result_vector()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_blend.c643 if (output_var->data.location != FRAG_RESULT_COLOR && in vc4_nir_lower_blend_block()
Dvc4_program.c1634 case FRAG_RESULT_COLOR: in ntq_setup_outputs()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_program.c244 ir3_find_output_regid(s[FS].v, FRAG_RESULT_COLOR); in fd4_program_emit()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_shader.c499 dump_output(so, FRAG_RESULT_COLOR, "color"); in ir3_shader_disasm()
Dir3_compiler_nir.c3014 case FRAG_RESULT_COLOR: in setup_output()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_program.c350 ir3_find_output_regid(s[FS].v, FRAG_RESULT_COLOR); in fd5_program_emit()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c204 [FRAG_RESULT_COLOR] = { TGSI_SEMANTIC_COLOR, -1 }, in frag_result_to_tgsi_semantic()
411 var->data.location = FRAG_RESULT_COLOR; in ttn_emit_declaration()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c1339 case FRAG_RESULT_COLOR: in ntq_setup_outputs()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp3177 else if (l == FRAG_RESULT_COLOR) in alloc_frag_output()

12