Searched defs:swr_fragment_shader (Results 1 – 1 of 1) sorted by relevance
67 struct swr_fragment_shader { struct68 struct pipe_shader_state pipe;69 struct lp_tgsi_info info;70 uint32_t constantMask;71 uint32_t flatConstantMask;72 uint32_t pointSpriteMask;73 std::unordered_map<swr_jit_fs_key, std::unique_ptr<VariantFS>> map;