Searched refs:XFB (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/panfrost/util/ |
H A D | pan_sysval.c | 91 return PAN_SYSVAL(XFB, nir_intrinsic_base(instr)); in panfrost_nir_sysval_for_intrinsic()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shader_query.cpp | 63 DECL_RESOURCE_FUNC(XFB, gl_transform_feedback_buffer);
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.hpp | 3407 * captured with XFB. 3455 * 1 Provide buffers to XFB at index 0 and 1 3456 * 2 Provide buffer to XFB at index 1, index 0 should be missing 3457 * 3 Provide buffer to XFB at index 0, index 1 should be missing 3461 * - XFB at index 1 will not be modified in cases 1 and 3. 3517 * 1 Provide buffers to XFB at index 0 and 1 3518 * 2 Provide buffer to XFB at index 1, index 0 should be missing 3519 * 3 Provide buffer to XFB at index 0, index 1 should be missing 3524 * - XFB at index 0 will not be modified in case 1. 3930 XFB, enumerator [all...] |
H A D | gl4cEnhancedLayoutsTests.cpp | 5770 /* Don't generate shaders that try to capture more XFB components than the implementation's limit */ in test() 20640 << tcu::TestLog::Message << "XFB at index 0, that is written by GS, is missing. It was expected that " in test() 20947 << tcu::TestLog::Message << "XFB at index 1, that is declared as empty, is missing. It was expected " in test() 22276 /* XFB data */ in test() 22713 "Test verifies that get program resource reports correct results for XFB") in test() 22867 if (XFB == test_case.m_case) in test() 22907 if (XFB == test_case.m_case) in test() 22948 case XFB: in test() 23195 test_Case test_case_xfb = { XFB, (Utils::Shader::STAGES)stage, type }; in test() 23268 /* XFB dat in test() [all...] |
Completed in 35 milliseconds