| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_fragcolor.c | 69 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 D | atimach64render.c | 480 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 D | atistruct.h | 207 CARD32 frag_color; /* solid src/mask color */ member in struct:_Mach64ContextRegs3D
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | v3d_nir_lower_logic_ops.c | 324 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 D | vc4_nir_lower_blend.c | 551 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 D | vc4_nir_lower_blend.c | 526 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 D | blorp_clear.c | 92 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 D | blorp_clear.c | 85 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 D | ff_fragment_shader.cpp | 1033 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 D | ff_fragment_shader.cpp | 1022 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));
|