Home
last modified time | relevance | path

Searched refs:programInterface (Results 1 – 25 of 62) sorted by relevance

123

/external/deqp/framework/opengl/
DgluProgramInterfaceQuery.cpp33 …mResourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind… in getProgramResourceUint() argument
36 …gl.getProgramResourceiv(program, programInterface, index, 1, &queryParam, 1, DE_NULL, (int*)&value… in getProgramResourceUint()
41 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface,… in getProgramResourceName() argument
43 const int length = getProgramResourceInt(gl, program, programInterface, index, GL_NAME_LENGTH); in getProgramResourceName()
48 gl.getProgramResourceName(program, programInterface, index, (int)buf.size(), DE_NULL, &buf[0]); in getProgramResourceName()
56 msg << "Empty name returned for " << programInterface << " at index " << index; in getProgramResourceName()
61 …tiveVariables (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind… in getProgramInterfaceActiveVariables() argument
63 …const int numActiveVariables = getProgramResourceInt(gl, program, programInterface, index, GL_NUM_… in getProgramInterfaceActiveVariables()
69 …gl.getProgramResourceiv(program, programInterface, index, 1, &queryParam, (int)activeVariables.siz… in getProgramInterfaceActiveVariables()
74 …faceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind… in getProgramInterfaceBlockInfo() argument
[all …]
DgluProgramInterfaceQuery.hpp89 …ResourceInt (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
90 …esourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
92 …esourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
93 …esourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
95 …faceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
96 …faceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
98 …eVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
99 …eVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind…
103 …amResourceInt (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 ind… in getProgramResourceInt() argument
105 return (int)getProgramResourceUint(gl, program, programInterface, index, queryParam); in getProgramResourceInt()
[all …]
/external/mesa3d/src/mesa/main/
Dprogram_resource.c89 _mesa_GetProgramInterfaceiv(GLuint program, GLenum programInterface, in _mesa_GetProgramInterfaceiv() argument
96 program, _mesa_enum_to_string(programInterface), in _mesa_GetProgramInterfaceiv()
114 if (!supported_interface_enum(ctx, programInterface)) { in _mesa_GetProgramInterfaceiv()
116 _mesa_enum_to_string(programInterface)); in _mesa_GetProgramInterfaceiv()
124 if (shProg->data->ProgramResourceList[i].Type == programInterface) in _mesa_GetProgramInterfaceiv()
128 if (programInterface == GL_ATOMIC_COUNTER_BUFFER || in _mesa_GetProgramInterfaceiv()
129 programInterface == GL_TRANSFORM_FEEDBACK_BUFFER) { in _mesa_GetProgramInterfaceiv()
132 _mesa_enum_to_string(programInterface), in _mesa_GetProgramInterfaceiv()
140 if (shProg->data->ProgramResourceList[i].Type != programInterface) in _mesa_GetProgramInterfaceiv()
148 switch (programInterface) { in _mesa_GetProgramInterfaceiv()
[all …]
Dprogram_resource.h32 _mesa_GetProgramInterfaceiv(GLuint program, GLenum programInterface,
36 _mesa_GetProgramResourceIndex(GLuint program, GLenum programInterface,
40 _mesa_GetProgramResourceName(GLuint program, GLenum programInterface,
45 _mesa_GetProgramResourceiv(GLuint program, GLenum programInterface,
51 _mesa_GetProgramResourceLocation(GLuint program, GLenum programInterface,
55 _mesa_GetProgramResourceLocationIndex(GLuint program, GLenum programInterface,
Dshader_query.cpp531 compute_resource_key(GLenum programInterface, const char *name) in compute_resource_key() argument
537 _mesa_sha1_update(&ctx, &programInterface, sizeof(programInterface)); in compute_resource_key()
546 GLenum programInterface, const char *name, in search_resource_hash() argument
562 uint32_t key = compute_resource_key(programInterface, name_copy); in search_resource_hash()
579 GLenum programInterface, const char *name, in _mesa_program_resource_find_name() argument
589 res = search_resource_hash(shProg, programInterface, name, array_index); in _mesa_program_resource_find_name()
596 if (res->Type != programInterface) in _mesa_program_resource_find_name()
650 switch (programInterface) { in _mesa_program_resource_find_name()
704 GLenum programInterface, in program_resource_find_binding_offset() argument
712 switch (programInterface) { in program_resource_find_binding_offset()
[all …]
Dshaderapi.h293 GLenum programInterface, const char *name,
298 GLenum programInterface, GLuint index);
302 GLenum programInterface,
308 GLenum programInterface, GLuint index,
317 GLenum programInterface, const char *name);
321 GLenum programInterface, const char *name);
330 GLenum programInterface, GLuint index,
/external/mesa3d/src/compiler/glsl/
Dgl_nir_linker.c178 GLenum programInterface, nir_variable *var, in add_shader_variable() argument
245 stage_mask, programInterface, in add_shader_variable()
281 stage_mask, programInterface, in add_shader_variable()
308 programInterface, sha_v, stage_mask); in add_shader_variable()
317 unsigned stage, GLenum programInterface) in add_vars_with_modes() argument
327 if (programInterface != GL_PROGRAM_INPUT) in add_vars_with_modes()
333 if (programInterface != GL_PROGRAM_OUTPUT) in add_vars_with_modes()
359 programInterface, in add_vars_with_modes()
380 1 << stage, programInterface, in add_vars_with_modes()
397 unsigned stage, GLenum programInterface) in add_interface_variables() argument
[all …]
/external/angle/src/libANGLE/
DvalidationES31.cpp32 bool ValidateNamedProgramInterface(GLenum programInterface) in ValidateNamedProgramInterface() argument
34 switch (programInterface) in ValidateNamedProgramInterface()
49 bool ValidateLocationProgramInterface(GLenum programInterface) in ValidateLocationProgramInterface() argument
51 switch (programInterface) in ValidateLocationProgramInterface()
62 bool ValidateProgramInterface(GLenum programInterface) in ValidateProgramInterface() argument
64 return (programInterface == GL_ATOMIC_COUNTER_BUFFER || in ValidateProgramInterface()
65 ValidateNamedProgramInterface(programInterface)); in ValidateProgramInterface()
123 bool ValidateProgramResourcePropertyByInterface(GLenum prop, GLenum programInterface) in ValidateProgramResourcePropertyByInterface() argument
131 switch (programInterface) in ValidateProgramResourcePropertyByInterface()
144 switch (programInterface) in ValidateProgramResourcePropertyByInterface()
[all …]
DContext_gles_3_1_autogen.h33 void getProgramInterfaceiv(ShaderProgramID programPacked, GLenum programInterface, \
38 GLuint getProgramResourceIndex(ShaderProgramID programPacked, GLenum programInterface, \
40 GLint getProgramResourceLocation(ShaderProgramID programPacked, GLenum programInterface, \
42 void getProgramResourceName(ShaderProgramID programPacked, GLenum programInterface, \
44 void getProgramResourceiv(ShaderProgramID programPacked, GLenum programInterface, \
DvalidationES31_autogen.h77 GLenum programInterface,
91 GLenum programInterface,
95 GLenum programInterface,
99 GLenum programInterface,
106 GLenum programInterface,
Dqueryutils.h160 GLenum programInterface,
164 GLenum programInterface,
171 GLenum programInterface,
174 GLenum programInterface,
183 GLenum programInterface,
Dqueryutils.cpp824 GLint QueryProgramInterfaceActiveResources(const Program *program, GLenum programInterface) in QueryProgramInterfaceActiveResources() argument
826 switch (programInterface) in QueryProgramInterfaceActiveResources()
869 GLint QueryProgramInterfaceMaxNameLength(const Program *program, GLenum programInterface) in QueryProgramInterfaceMaxNameLength() argument
872 switch (programInterface) in QueryProgramInterfaceMaxNameLength()
908 GLint QueryProgramInterfaceMaxNumActiveVariables(const Program *program, GLenum programInterface) in QueryProgramInterfaceMaxNumActiveVariables() argument
910 switch (programInterface) in QueryProgramInterfaceMaxNumActiveVariables()
1977 GLenum programInterface, in QueryProgramResourceIndex() argument
1980 switch (programInterface) in QueryProgramResourceIndex()
2010 GLenum programInterface, in QueryProgramResourceName() argument
2016 switch (programInterface) in QueryProgramResourceName()
[all …]
DvalidationGL43_autogen.h42 GLenum programInterface,
/external/angle/src/libANGLE/capture/
Dcapture_gles_3_1_params.cpp104 GLenum programInterface, in CaptureGetProgramInterfaceiv_params() argument
147 GLenum programInterface, in CaptureGetProgramResourceIndex_name() argument
157 GLenum programInterface, in CaptureGetProgramResourceLocation_name() argument
167 GLenum programInterface, in CaptureGetProgramResourceName_length() argument
180 GLenum programInterface, in CaptureGetProgramResourceName_name() argument
193 GLenum programInterface, in CaptureGetProgramResourceiv_props() argument
208 GLenum programInterface, in CaptureGetProgramResourceiv_length() argument
223 GLenum programInterface, in CaptureGetProgramResourceiv_params() argument
Dcapture_gles_3_1_autogen.h98 GLenum programInterface,
115 GLenum programInterface,
121 GLenum programInterface,
127 GLenum programInterface,
135 GLenum programInterface,
469 GLenum programInterface,
496 GLenum programInterface,
502 GLenum programInterface,
508 GLenum programInterface,
517 GLenum programInterface,
[all …]
Dcapture_gles_3_1_autogen.cpp374 GLenum programInterface, in CaptureGetProgramInterfaceiv() argument
382 programInterface); in CaptureGetProgramInterfaceiv()
390 CaptureGetProgramInterfaceiv_params(glState, isCallValid, programPacked, programInterface, in CaptureGetProgramInterfaceiv()
484 GLenum programInterface, in CaptureGetProgramResourceIndex() argument
492 programInterface); in CaptureGetProgramResourceIndex()
498 CaptureGetProgramResourceIndex_name(glState, isCallValid, programPacked, programInterface, in CaptureGetProgramResourceIndex()
520 GLenum programInterface, in CaptureGetProgramResourceLocation() argument
528 programInterface); in CaptureGetProgramResourceLocation()
535 programInterface, name, &nameParam); in CaptureGetProgramResourceLocation()
556 GLenum programInterface, in CaptureGetProgramResourceName() argument
[all …]
/external/angle/src/libGLESv2/
Dentry_points_gles_3_1_autogen.cpp421 GLenum programInterface, in GL_GetProgramInterfaceiv() argument
429 CID(context), program, GLenumToString(GLenumGroup::ProgramInterface, programInterface), in GL_GetProgramInterfaceiv()
437 ValidateGetProgramInterfaceiv(context, programPacked, programInterface, in GL_GetProgramInterfaceiv()
441 context->getProgramInterfaceiv(programPacked, programInterface, pname, params); in GL_GetProgramInterfaceiv()
443 ANGLE_CAPTURE(GetProgramInterfaceiv, isCallValid, context, programPacked, programInterface, in GL_GetProgramInterfaceiv()
509 GLenum programInterface, in GL_GetProgramResourceIndex() argument
515 CID(context), program, GLenumToString(GLenumGroup::ProgramInterface, programInterface), in GL_GetProgramResourceIndex()
525 ValidateGetProgramResourceIndex(context, programPacked, programInterface, name)); in GL_GetProgramResourceIndex()
528 returnValue = context->getProgramResourceIndex(programPacked, programInterface, name); in GL_GetProgramResourceIndex()
536 programInterface, name, returnValue); in GL_GetProgramResourceIndex()
[all …]
Dentry_points_gles_3_1_autogen.h52 GLenum programInterface,
61 GLenum programInterface,
64 GLenum programInterface,
67 GLenum programInterface,
73 GLenum programInterface,
/external/deqp/external/openglcts/modules/gles31/
Des31cProgramInterfaceQueryTests.cpp155 …virtual inline void VerifyGetProgramInterfaceiv(GLuint program, GLenum programInterface, GLenum pn… in VerifyGetProgramInterfaceiv() argument
159 glGetProgramInterfaceiv(program, programInterface, pname, &res); in VerifyGetProgramInterfaceiv()
168 …virtual inline void VerifyGetProgramResourceIndex(GLuint program, GLenum programInterface, const s… in VerifyGetProgramResourceIndex() argument
171 GLuint res = glGetProgramResourceIndex(program, programInterface, name.c_str()); in VerifyGetProgramResourceIndex()
180 virtual inline void VerifyGetProgramResourceIndex(GLuint program, GLenum programInterface, in VerifyGetProgramResourceIndex() argument
184 GLuint res = glGetProgramResourceIndex(program, programInterface, name.c_str()); in VerifyGetProgramResourceIndex()
207 …virtual inline void VerifyGetProgramResourceName(GLuint program, GLenum programInterface, GLuint i… in VerifyGetProgramResourceName() argument
212 glGetProgramResourceName(program, programInterface, index, 1024, &len, name); in VerifyGetProgramResourceName()
229 virtual inline void VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, in VerifyGetProgramResourceLocation() argument
232 GLint res = glGetProgramResourceLocation(program, programInterface, name.c_str()); in VerifyGetProgramResourceLocation()
[all …]
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp996 const glw::GLenum programInterface = getProgramInterfaceGLEnum(m_programInterface); in queryResourceList() local
1001 …cu::TestLog::Message << "Querying " << glu::getProgramInterfaceName(programInterface) << " interfa… in queryResourceList()
1003 gl.getProgramInterfaceiv(program, programInterface, GL_ACTIVE_RESOURCES, &numActiveResources); in queryResourceList()
1004 gl.getProgramInterfaceiv(program, programInterface, GL_MAX_NAME_LENGTH, &maxNameLength); in queryResourceList()
1020 …gl.getProgramResourceName(program, programInterface, resourceNdx, maxNameLength, &written, &buffer… in queryResourceList()
1084 const glw::GLenum programInterface = getProgramInterfaceGLEnum(m_programInterface); in verifyResourceIndexQuery() local
1091 …const glw::GLuint index = gl.getProgramResourceIndex(program, programInterface, referenceResources… in verifyResourceIndexQuery()
1120 …const glw::GLuint index = gl.getProgramResourceIndex(program, programInterface, queryString.c_str… in verifyResourceIndexQuery()
1148 const glw::GLenum programInterface = getProgramInterfaceGLEnum(m_programInterface); in verifyMaxNameLength() local
1152 gl.getProgramInterfaceiv(program, programInterface, GL_MAX_NAME_LENGTH, &maxNameLength); in verifyMaxNameLength()
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp207 …virtual inline void VerifyGetProgramInterfaceiv(GLuint program, GLenum programInterface, GLenum pn… in VerifyGetProgramInterfaceiv() argument
211 glGetProgramInterfaceiv(program, programInterface, pname, &res); in VerifyGetProgramInterfaceiv()
220 …virtual inline void VerifyGetProgramResourceIndex(GLuint program, GLenum programInterface, const s… in VerifyGetProgramResourceIndex() argument
223 GLuint res = glGetProgramResourceIndex(program, programInterface, name.c_str()); in VerifyGetProgramResourceIndex()
232 virtual inline void VerifyGetProgramResourceIndex(GLuint program, GLenum programInterface, in VerifyGetProgramResourceIndex() argument
236 GLuint res = glGetProgramResourceIndex(program, programInterface, name.c_str()); in VerifyGetProgramResourceIndex()
259 …virtual inline void VerifyGetProgramResourceName(GLuint program, GLenum programInterface, GLuint i… in VerifyGetProgramResourceName() argument
264 glGetProgramResourceName(program, programInterface, index, 1024, &len, name); in VerifyGetProgramResourceName()
281 virtual inline void VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, in VerifyGetProgramResourceLocation() argument
284 GLint res = glGetProgramResourceLocation(program, programInterface, name.c_str()); in VerifyGetProgramResourceLocation()
[all …]
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.h519 GLenum programInterface,
523 GLenum programInterface,
526 GLenum programInterface,
529 GLenum programInterface,
532 GLenum programInterface,
538 GLenum programInterface,
Dentry_points_gl_4_autogen.cpp4629 GLenum programInterface, in GL_GetProgramInterfaceiv() argument
4637 CID(context), program, GLenumToString(GLenumGroup::ProgramInterface, programInterface), in GL_GetProgramInterfaceiv()
4645 ValidateGetProgramInterfaceiv(context, programPacked, programInterface, in GL_GetProgramInterfaceiv()
4649 context->getProgramInterfaceiv(programPacked, programInterface, pname, params); in GL_GetProgramInterfaceiv()
4651 ANGLE_CAPTURE(GetProgramInterfaceiv, isCallValid, context, programPacked, programInterface, in GL_GetProgramInterfaceiv()
4661 GLenum programInterface, in GL_GetProgramResourceIndex() argument
4667 CID(context), program, GLenumToString(GLenumGroup::ProgramInterface, programInterface), in GL_GetProgramResourceIndex()
4677 ValidateGetProgramResourceIndex(context, programPacked, programInterface, name)); in GL_GetProgramResourceIndex()
4680 returnValue = context->getProgramResourceIndex(programPacked, programInterface, name); in GL_GetProgramResourceIndex()
4688 programInterface, name, returnValue); in GL_GetProgramResourceIndex()
[all …]
/external/angle/include/GLES3/
Dgl31.h1369 typedef void (GL_APIENTRYP PFNGLGETPROGRAMINTERFACEIVPROC) (GLuint program, GLenum programInterface
1370 …APIENTRYP PFNGLGETPROGRAMRESOURCEINDEXPROC) (GLuint program, GLenum programInterface, const GLchar…
1371 …_APIENTRYP PFNGLGETPROGRAMRESOURCENAMEPROC) (GLuint program, GLenum programInterface, GLuint index…
1372 typedef void (GL_APIENTRYP PFNGLGETPROGRAMRESOURCEIVPROC) (GLuint program, GLenum programInterface,…
1373 …ENTRYP PFNGLGETPROGRAMRESOURCELOCATIONPROC) (GLuint program, GLenum programInterface, const GLchar…
1438 GL_APICALL void GL_APIENTRY glGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenu…
1439 GL_APICALL GLuint GL_APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface, c…
1440 GL_APICALL void GL_APIENTRY glGetProgramResourceName (GLuint program, GLenum programInterface, GLui…
1441 GL_APICALL void GL_APIENTRY glGetProgramResourceiv (GLuint program, GLenum programInterface, GLuint…
1442 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…
/external/mesa3d/include/GLES3/
Dgl31.h1388 typedef void (GL_APIENTRYP PFNGLGETPROGRAMINTERFACEIVPROC) (GLuint program, GLenum programInterface
1389 …APIENTRYP PFNGLGETPROGRAMRESOURCEINDEXPROC) (GLuint program, GLenum programInterface, const GLchar…
1390 …_APIENTRYP PFNGLGETPROGRAMRESOURCENAMEPROC) (GLuint program, GLenum programInterface, GLuint index…
1391 typedef void (GL_APIENTRYP PFNGLGETPROGRAMRESOURCEIVPROC) (GLuint program, GLenum programInterface,…
1392 …ENTRYP PFNGLGETPROGRAMRESOURCELOCATIONPROC) (GLuint program, GLenum programInterface, const GLchar…
1457 GL_APICALL void GL_APIENTRY glGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenu…
1458 GL_APICALL GLuint GL_APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface, c…
1459 GL_APICALL void GL_APIENTRY glGetProgramResourceName (GLuint program, GLenum programInterface, GLui…
1460 GL_APICALL void GL_APIENTRY glGetProgramResourceiv (GLuint program, GLenum programInterface, GLuint…
1461 GL_APICALL GLint GL_APIENTRY glGetProgramResourceLocation (GLuint program, GLenum programInterface,…

123