Searched refs:frag_color (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_fragcolor.c69 nir_ssa_def *frag_color = instr->src[1].ssa; local in function:lower_fragcolor_instr
93 nir_store_var(b, out_color, frag_color, writemask);
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64render.c480 m3d->frag_color = (argb << 24) | (argb << 16) | (argb << 8) | argb;
497 m3d->frag_color = (argb << 24) | (argb << 16) | (argb << 8) | argb;
506 m3d->frag_color = argb;
686 m3d->frag_color = 0xffffffff;
830 col = m3d->frag_color;
H A Datistruct.h207 CARD32 frag_color; /* solid src/mask color */ member in struct:_Mach64ContextRegs3D
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_logic_ops.c324 nir_ssa_def *frag_color = intr->src[0].ssa; local in function:v3d_nir_lower_logic_op_instr
335 v3d_nir_emit_logic_op(c, b, frag_color, rt, i);
343 v3d_nir_emit_logic_op(c, b, frag_color, rt, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_blend.c551 nir_ssa_def *frag_color = intr->src[0].ssa; local in function:vc4_nir_lower_blend_instr
554 nir_ssa_def *a = nir_channel(b, frag_color, 3);
580 samples[i] = vc4_nir_blend_pipeline(c, b, frag_color, i);
585 blend_output = vc4_nir_blend_pipeline(c, b, frag_color, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_blend.c526 nir_ssa_def *frag_color = intr->src[0].ssa; local in function:vc4_nir_lower_blend_instr
529 nir_ssa_def *a = nir_channel(b, frag_color, 3);
555 samples[i] = vc4_nir_blend_pipeline(c, b, frag_color, i);
560 blend_output = vc4_nir_blend_pipeline(c, b, frag_color, 0);
/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_clear.c92 nir_variable *frag_color = nir_variable_create(b.shader, nir_var_shader_out, local in function:blorp_params_get_clear_kernel
95 frag_color->data.location = FRAG_RESULT_COLOR;
96 nir_store_var(&b, frag_color, color, 0xf);
963 nir_variable *frag_color = local in function:blorp_params_get_mcs_partial_resolve_kernel
966 frag_color->data.location = FRAG_RESULT_COLOR;
992 nir_store_var(&b, frag_color, clear_color, 0xf);
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_clear.c85 nir_variable *frag_color = nir_variable_create(b.shader, nir_var_shader_out, local in function:blorp_params_get_clear_kernel_fs
88 frag_color->data.location = FRAG_RESULT_COLOR;
89 nir_store_var(&b, frag_color, color, 0xf);
1301 nir_variable *frag_color = local in function:blorp_params_get_mcs_partial_resolve_kernel
1304 frag_color->data.location = FRAG_RESULT_COLOR;
1327 nir_store_var(&b, frag_color, clear_color, 0xf);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dff_fragment_shader.cpp1033 ir_variable *frag_color = p->shader->symbols->get_variable("gl_FragColor"); local in function:emit_instructions
1034 assert(frag_color);
1035 p->emit(assign(frag_color, cf));
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dff_fragment_shader.cpp1022 ir_variable *frag_color = p->shader->symbols->get_variable("gl_FragColor"); local in function:emit_instructions
1023 assert(frag_color);
1024 p->emit(assign(frag_color, cf));

Completed in 19 milliseconds