Home
last modified time | relevance | path

Searched defs:colors_read (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h93 ubyte colors_read; /**< which color components are read by the FS */ member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c446 unsigned colors_read = ctx->shader->selector->info.colors_read; in si_nir_build_llvm() local
Dsi_shader.h361 ubyte colors_read; /**< which color components are read by the FS */ member
603 unsigned colors_read : 8; /* color input components read */ member