Home
last modified time | relevance | path

Searched refs:programInterface (Results 1 – 25 of 58) 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 …]
Dlinker.cpp3759 GLenum programInterface, ir_variable *var, in add_shader_variable() argument
3822 stage_mask, programInterface, in add_shader_variable()
3858 stage_mask, programInterface, in add_shader_variable()
3885 programInterface, sha_v, stage_mask); in add_shader_variable()
3908 unsigned stage, GLenum programInterface) in add_interface_variables() argument
3923 if (programInterface != GL_PROGRAM_INPUT) in add_interface_variables()
3929 if (programInterface != GL_PROGRAM_OUTPUT) in add_interface_variables()
3958 1 << stage, programInterface, in add_interface_variables()
/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()
125 bool ValidateProgramResourcePropertyByInterface(GLenum prop, GLenum programInterface) in ValidateProgramResourcePropertyByInterface() argument
133 switch (programInterface) in ValidateProgramResourcePropertyByInterface()
146 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, \
Dqueryutils.h160 GLenum programInterface,
165 GLenum programInterface,
172 GLenum programInterface,
175 GLenum programInterface,
184 GLenum programInterface,
DvalidationES31_autogen.h98 GLenum programInterface,
115 GLenum programInterface,
120 GLenum programInterface,
125 GLenum programInterface,
133 GLenum programInterface,
Dqueryutils.cpp834 GLint QueryProgramInterfaceActiveResources(const Program *program, GLenum programInterface) in QueryProgramInterfaceActiveResources() argument
836 switch (programInterface) in QueryProgramInterfaceActiveResources()
879 GLint QueryProgramInterfaceMaxNameLength(const Program *program, GLenum programInterface) in QueryProgramInterfaceMaxNameLength() argument
882 switch (programInterface) in QueryProgramInterfaceMaxNameLength()
918 GLint QueryProgramInterfaceMaxNumActiveVariables(const Program *program, GLenum programInterface) in QueryProgramInterfaceMaxNumActiveVariables() argument
920 switch (programInterface) in QueryProgramInterfaceMaxNumActiveVariables()
2012 GLenum programInterface, in QueryProgramResourceIndex() argument
2015 switch (programInterface) in QueryProgramResourceIndex()
2046 GLenum programInterface, in QueryProgramResourceName() argument
2052 switch (programInterface) in QueryProgramResourceName()
[all …]
/external/angle/src/libANGLE/capture/
Dcapture_gles_3_1_params.cpp105 GLenum programInterface, in CaptureGetProgramInterfaceiv_params() argument
162 GLenum programInterface, in CaptureGetProgramResourceIndex_name() argument
172 GLenum programInterface, in CaptureGetProgramResourceLocation_name() argument
182 GLenum programInterface, in CaptureGetProgramResourceName_length() argument
195 GLenum programInterface, in CaptureGetProgramResourceName_name() argument
208 GLenum programInterface, in CaptureGetProgramResourceiv_props() argument
223 GLenum programInterface, in CaptureGetProgramResourceiv_length() argument
238 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.cpp373 GLenum programInterface, in CaptureGetProgramInterfaceiv() argument
381 programInterface); in CaptureGetProgramInterfaceiv()
388 CaptureGetProgramInterfaceiv_params(glState, isCallValid, programPacked, programInterface, in CaptureGetProgramInterfaceiv()
481 GLenum programInterface, in CaptureGetProgramResourceIndex() argument
489 programInterface); in CaptureGetProgramResourceIndex()
495 CaptureGetProgramResourceIndex_name(glState, isCallValid, programPacked, programInterface, in CaptureGetProgramResourceIndex()
517 GLenum programInterface, in CaptureGetProgramResourceLocation() argument
525 programInterface); in CaptureGetProgramResourceLocation()
532 programInterface, name, &nameParam); in CaptureGetProgramResourceLocation()
553 GLenum programInterface, in CaptureGetProgramResourceName() argument
[all …]
/external/angle/src/libGLESv2/
Dentry_points_gles_3_1_autogen.h51 GLenum programInterface,
60 GLenum programInterface,
63 GLenum programInterface,
66 GLenum programInterface,
72 GLenum programInterface,
Dentry_points_gles_3_1_autogen.cpp481 GLenum programInterface, in GL_GetProgramInterfaceiv() argument
489 CID(context), program, GLenumToString(GLESEnum::ProgramInterface, programInterface), in GL_GetProgramInterfaceiv()
499 programPacked, programInterface, pname, params)); in GL_GetProgramInterfaceiv()
502 context->getProgramInterfaceiv(programPacked, programInterface, pname, params); in GL_GetProgramInterfaceiv()
505 programInterface, pname, params); in GL_GetProgramInterfaceiv()
576 GLenum programInterface, in GL_GetProgramResourceIndex() argument
582 CID(context), program, GLenumToString(GLESEnum::ProgramInterface, programInterface), in GL_GetProgramResourceIndex()
593 programPacked, programInterface, name)); in GL_GetProgramResourceIndex()
596 returnValue = context->getProgramResourceIndex(programPacked, programInterface, name); in GL_GetProgramResourceIndex()
604 programInterface, name, returnValue); in GL_GetProgramResourceIndex()
[all …]
/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/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,…
Dgl32.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,…
/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,…
Dgl32.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,…

123