Searched refs:polygon_offset (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_setup.c | 549 LLVMValueRef polygon_offset; in init_args() local 590 polygon_offset = lp_do_offset_tri(gallivm, args, key, ooa, dxy01, dxy20, attr_pos); in init_args() 592 polygon_offset = lp_build_const_float(gallivm, 0.0f); in init_args() 616 coeffs[0] = LLVMBuildInsertElement(b, coeffs[0], polygon_offset, in init_args()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pStateChangeCallTests.cpp | 381 ADD_ARG_CASE2(polygon_offset, "Test cost of glPolygonOffset() calls", in init()
|
H A D | es2pRedundantStateChangeTests.cpp | 581 ADD_TESTCASE(polygon_offset, "Change polygon offset.", in init()
|
H A D | es2pStateChangeTests.cpp | 645 ADD_TESTCASE(polygon_offset, "Change polygon offset.", in init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pStateChangeCallTests.cpp | 416 ADD_ARG_CASE2(polygon_offset, "Test cost of glPolygonOffset() calls", in init()
|
H A D | es3pRedundantStateChangeTests.cpp | 655 ADD_TESTCASE(polygon_offset, "Change polygon offset.", in init()
|
H A D | es3pStateChangeTests.cpp | 729 ADD_TESTCASE(polygon_offset, "Change polygon offset.", in init()
|
Completed in 8 milliseconds