Searched defs:swr_fragment_shader (Results 1 – 1 of 1) sorted by relevance
62 struct swr_fragment_shader { struct63 struct pipe_shader_state pipe;64 struct lp_tgsi_info info;65 uint32_t constantMask;66 uint32_t flatConstantMask;67 uint32_t pointSpriteMask;68 std::unordered_map<swr_jit_fs_key, std::unique_ptr<VariantFS>> map;