Searched refs:FRAG_RESULT_COLOR (Results 1 – 23 of 23) sorted by relevance
/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 | 1898 $$ = FRAG_RESULT_COLOR;
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_clamp_color_outputs.c | 51 case FRAG_RESULT_COLOR: in is_color_output()
|
/external/mesa3d/src/compiler/ |
D | shader_enums.c | 251 ENUM(FRAG_RESULT_COLOR), in gl_frag_result_name()
|
D | shader_enums.h | 518 FRAG_RESULT_COLOR = 2, enumerator
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm_state.c | 60 if (rb && (outputs_written & BITFIELD64_BIT(FRAG_RESULT_COLOR) || in brw_color_buffer_write_enabled()
|
D | brw_fs_nir.cpp | 3024 else if (l == FRAG_RESULT_COLOR) in alloc_frag_output()
|
/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 | 798 case FRAG_RESULT_COLOR: in st_translate_fragment_program() 802 assert(loc == FRAG_RESULT_COLOR || in st_translate_fragment_program() 805 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/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/compiler/glsl/ |
D | builtin_variables.cpp | 1166 add_output(FRAG_RESULT_COLOR, vec4_t, "gl_FragColor"); in generate_fs_special_vars() 1182 add_index_output(FRAG_RESULT_COLOR, 1, vec4_t, in generate_fs_special_vars()
|
D | lower_blend_equation_advanced.cpp | 513 var->data.location == FRAG_RESULT_COLOR) { in lower_blend_equation_advanced()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_clear.c | 69 frag_color->data.location = FRAG_RESULT_COLOR; in blorp_params_get_clear_kernel()
|
D | blorp_blit.c | 93 v->color_out->data.location = FRAG_RESULT_COLOR; in brw_blorp_blit_vars_init()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_shader.c | 446 dump_output(so, FRAG_RESULT_COLOR, "color"); in ir3_shader_disasm()
|
D | ir3_compiler_nir.c | 2132 case FRAG_RESULT_COLOR: in setup_output()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_program.c | 250 ir3_find_output_regid(s[FS].v, FRAG_RESULT_COLOR); in fd4_program_emit()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_nir_lower_blend.c | 704 if (output_var->data.location != FRAG_RESULT_COLOR && in vc4_nir_lower_blend_block()
|
D | vc4_program.c | 1623 case FRAG_RESULT_COLOR: in ntq_setup_outputs()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_program.c | 355 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() 410 var->data.location = FRAG_RESULT_COLOR; in ttn_emit_declaration()
|