/external/mesa3d/src/mesa/swrast/ |
D | s_fragprog.c | 218 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/ |
D | programopt.c | 267 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()
|
D | program_parse.y | 1892 $$ = FRAG_RESULT_COLOR;
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_alpha_test.c | 79 if (out->data.location != FRAG_RESULT_COLOR && in nir_lower_alpha_test()
|
D | nir_lower_clamp_color_outputs.c | 51 case FRAG_RESULT_COLOR: in is_color_output()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 193 case FRAG_RESULT_COLOR: in tgsi_get_gl_frag_result_semantic()
|
/external/mesa3d/src/compiler/ |
D | shader_enums.c | 261 ENUM(FRAG_RESULT_COLOR), in gl_frag_result_name()
|
D | shader_enums.h | 587 FRAG_RESULT_COLOR = 2, enumerator
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_clear.c | 70 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()
|
D | blorp_blit.c | 94 v->color_out->data.location = FRAG_RESULT_COLOR; in brw_blorp_blit_vars_init()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atifs_to_tgsi.c | 408 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()
|
D | st_program.c | 877 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/ |
D | fd3_program.c | 212 ir3_find_output_regid(fp, FRAG_RESULT_COLOR); in fd3_program_emit()
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_variables.cpp | 1184 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()
|
D | lower_blend_equation_advanced.cpp | 514 var->data.location == FRAG_RESULT_COLOR) { in lower_blend_equation_advanced()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 169 case FRAG_RESULT_COLOR: in src_vector() 220 case FRAG_RESULT_COLOR: in get_result_vector()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_nir_lower_blend.c | 643 if (output_var->data.location != FRAG_RESULT_COLOR && in vc4_nir_lower_blend_block()
|
D | vc4_program.c | 1634 case FRAG_RESULT_COLOR: in ntq_setup_outputs()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_program.c | 244 ir3_find_output_regid(s[FS].v, FRAG_RESULT_COLOR); in fd4_program_emit()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_shader.c | 499 dump_output(so, FRAG_RESULT_COLOR, "color"); in ir3_shader_disasm()
|
D | ir3_compiler_nir.c | 3014 case FRAG_RESULT_COLOR: in setup_output()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_program.c | 350 ir3_find_output_regid(s[FS].v, FRAG_RESULT_COLOR); in fd5_program_emit()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 204 [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/ |
D | nir_to_vir.c | 1339 case FRAG_RESULT_COLOR: in ntq_setup_outputs()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_nir.cpp | 3177 else if (l == FRAG_RESULT_COLOR) in alloc_frag_output()
|