Searched refs:attr_chan (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicsAMDGPU.td | 1220 // __builtin_amdgcn_interp_mov <param>, <attr_chan>, <attr>, <m0> 1228 // __builtin_amdgcn_interp_p1 <i>, <attr_chan>, <attr>, <m0> 1237 // __builtin_amdgcn_interp_p2 <p1>, <j>, <attr_chan>, <attr>, <m0> 1245 // __builtin_amdgcn_interp_p1_f16 <i>, <attr_chan>, <attr>, <high>, <m0> 1252 // __builtin_amdgcn_interp_p2_f16 <p1>, <j>, <attr_chan>, <attr>, <high>, <m0>
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 1143 Value* attr_chan = GEP(pCpOut, {C(0), C(ScalarPatch_cp), vert_chan_index, in swr_tcs_llvm_fetch_output() local 1146 res = VINSERT(res, LOAD(attr_chan), C(lane)); in swr_tcs_llvm_fetch_output() 1286 Value* attr_chan = GEP(pCpOut, {C(0), C(ScalarPatch_cp), in swr_tcs_llvm_store_output() local 1293 Value *originalVal = LOAD(attr_chan); in swr_tcs_llvm_store_output() 1297 STORE(value_to_store, attr_chan); in swr_tcs_llvm_store_output()
|