Searched refs:out_names (Results 1 - 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderBarrier.hpp | 70 virtual void getXFBProperties(int* out_n_names, const char*** out_names) = 0; 110 void getXFBProperties(int* out_n_names, const char*** out_names); 148 void getXFBProperties(int* out_n_names, const char*** out_names); 192 void getXFBProperties(int* out_n_names, const char*** out_names);
|
H A D | esextcTessellationShaderBarrier.cpp | 466 * @param out_n_names Deref will be used to store the number of names that @param out_names array 468 * @param out_names Deref will be used to store a pointer to an array holding TF varying names; 471 void TessellationShaderBarrier1::getXFBProperties(int* out_n_names, const char*** out_names) in getXFBProperties() argument 476 *out_names = names; in getXFBProperties() 668 * @param out_n_names Deref will be used to store the number of names that @param out_names array 670 * @param out_names Deref will be used to store a pointer to an array holding TF varying names; 673 void TessellationShaderBarrier2::getXFBProperties(int* out_n_names, const char*** out_names) in getXFBProperties() argument 678 *out_names = names; in getXFBProperties() 867 * @param out_n_names Deref will be used to store the number of names that @param out_names array 869 * @param out_names Dere 872 getXFBProperties(int* out_n_names, const char*** out_names) getXFBProperties() argument [all...] |
H A D | esextcTessellationShaderInvariance.hpp | 94 virtual void getXFBProperties(unsigned int n_iteration, unsigned int* out_n_names, const char*** out_names);
|
H A D | esextcTessellationShaderTCTE.hpp | 331 void getXFBProperties(const glw::GLchar*** out_names, glw::GLint* out_n_names, glw::GLint* out_xfb_size);
|
H A D | esextcTessellationShaderTCTE.cpp | 1510 * @param out_names Deref will be used to store location of an array keeping 1512 * in which case nothing will be stored under *out_names. 1514 * out_names array holds. Can be NULL, in which case nothing 1520 void TessellationShaderTCTEgl_in::getXFBProperties(const glw::GLchar*** out_names, glw::GLint* out_n_names, in getXFBProperties() argument 1541 if (out_names != NULL) in getXFBProperties() 1543 *out_names = xfb_varyings; in getXFBProperties()
|
H A D | esextcTessellationShaderInvariance.cpp | 252 * @param out_names Deref will be used to store pointer to an array of strings holding 258 const char*** out_names) in getXFBProperties() 265 *out_names = names; in getXFBProperties() 257 getXFBProperties(unsigned int n_iteration, unsigned int* out_n_names, const char*** out_names) getXFBProperties() argument
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blitter.c | 482 static const char *out_names[] = { in pan_blitter_get_blit_shader() local 490 out_names[active_count]); in pan_blitter_get_blit_shader()
|
Completed in 20 milliseconds