Searched defs:swr_tcs_llvm_iface (Results 1 – 1 of 1) sorted by relevance
449 struct swr_tcs_llvm_iface { struct450 struct lp_build_tcs_iface base;451 struct tgsi_shader_info *info;453 BuilderSWR *pBuilder;455 Value *pTcsCtx;456 SWR_TS_STATE *pTsState;458 uint32_t output_vertices;460 LLVMValueRef loop_var;462 Value *pVtxAttribMap;463 Value *pVtxOutputAttribMap;[all …]