Home
last modified time | relevance | path

Searched refs:det_t0 (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_nir_cull.c61 nir_ssa_def *det_t0 = nir_fsub(b, pos[2][0], pos[0][0]); in cull_face() local
65 nir_ssa_def *det_p0 = nir_fmul(b, det_t0, det_t1); in cull_face()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_cull.c91 LLVMValueRef det_t0 = LLVMBuildFSub(builder, pos[2][0], pos[0][0], ""); in ac_cull_face() local
97 LLVMBuildFMul(builder, det_t0, det_t1, "")); in ac_cull_face()