Searched refs:fragcolor (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_atifs_to_nir.c | 48 nir_variable *fragcolor; member in struct:st_translate 463 t->fragcolor = nir_variable_create(b.shader, nir_var_shader_out, 465 t->fragcolor->data.location = FRAG_RESULT_COLOR; 525 nir_store_var(t->b, t->fragcolor, color, 0xf);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | ff_fragment_shader.cpp | 907 ir_rvalue *fragcolor) 915 * only affect rgb so we're hanging on to the .a value of fragcolor 919 p->emit(assign(fog_result, fragcolor)); 921 fragcolor = swizzle_xyz(fog_result); 976 p->emit(assign(fog_result, add(temp, mul(fragcolor, f_var)), WRITEMASK_XYZ)); 906 emit_fog_instructions(texenv_fragment_program * p,ir_rvalue * fragcolor) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | ff_fragment_shader.cpp | 896 ir_rvalue *fragcolor) 904 * only affect rgb so we're hanging on to the .a value of fragcolor 908 p->emit(assign(fog_result, fragcolor)); 910 fragcolor = swizzle_xyz(fog_result); 965 p->emit(assign(fog_result, add(temp, mul(fragcolor, f_var)), WRITEMASK_XYZ)); 895 emit_fog_instructions(texenv_fragment_program * p,ir_rvalue * fragcolor) argument
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.11.rst | 127 [llvmpipe] piglit fbo-drawbuffers-fragcolor fails
|
| H A D | 20.2.0.rst | 3544 - nir: add lowering pass for fragcolor -> fragdata
|
Completed in 11 milliseconds