Searched refs:sidefx (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ | ||
| H A D | pan_shader.h | 96 bool sidefx = info->writes_global; local in function:pan_shader_classify_pixel_kill_coverage 105 else if (depth || stencil || (sidefx && coverage)) 107 else if (sidefx) 150 !info->fs.sidefx; |
| H A D | pan_shader.c | 250 info->fs.sidefx = s->info.writes_memory || 256 !info->fs.sidefx && |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/util/ | ||
| H A D | pan_ir.h | 217 bool sidefx; member in struct:pan_shader_info::__anonc44d1634060a::__anonc44d16340708 |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ | ||
| H A D | panvk_vX_pipeline.c | 725 if (info->fs.sidefx) |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ | ||
| H A D | pan_cmdstream.c | 235 if (fs->info.fs.sidefx) |
Completed in 10 milliseconds