Searched refs:shaderStorageBlockIndex (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Duniforms.c1161 GLuint shaderStorageBlockIndex,
1164 if (shProg->data->ShaderStorageBlocks[shaderStorageBlockIndex].Binding !=
1170 shProg->data->ShaderStorageBlocks[shaderStorageBlockIndex].Binding =
1177 GLuint shaderStorageBlockIndex,
1183 shader_storage_block_binding(ctx, shProg, shaderStorageBlockIndex,
1189 GLuint shaderStorageBlockIndex,
1205 if (shaderStorageBlockIndex >= shProg->data->NumShaderStorageBlocks) {
1208 shaderStorageBlockIndex,
1221 shader_storage_block_binding(ctx, shProg, shaderStorageBlockIndex,
1159 shader_storage_block_binding(struct gl_context * ctx,struct gl_shader_program * shProg,GLuint shaderStorageBlockIndex,GLuint shaderStorageBlockBinding) argument
1176 _mesa_ShaderStorageBlockBinding_no_error(GLuint program,GLuint shaderStorageBlockIndex,GLuint shaderStorageBlockBinding) argument
1188 _mesa_ShaderStorageBlockBinding(GLuint program,GLuint shaderStorageBlockIndex,GLuint shaderStorageBlockBinding) argument
H A Duniforms.h249 GLuint shaderStorageBlockIndex,
254 GLuint shaderStorageBlockIndex,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Duniforms.c1166 GLuint shaderStorageBlockIndex,
1169 if (shProg->data->ShaderStorageBlocks[shaderStorageBlockIndex].Binding !=
1175 shProg->data->ShaderStorageBlocks[shaderStorageBlockIndex].Binding =
1182 GLuint shaderStorageBlockIndex,
1188 shader_storage_block_binding(ctx, shProg, shaderStorageBlockIndex,
1194 GLuint shaderStorageBlockIndex,
1210 if (shaderStorageBlockIndex >= shProg->data->NumShaderStorageBlocks) {
1213 shaderStorageBlockIndex,
1226 shader_storage_block_binding(ctx, shProg, shaderStorageBlockIndex,
1164 shader_storage_block_binding(struct gl_context * ctx,struct gl_shader_program * shProg,GLuint shaderStorageBlockIndex,GLuint shaderStorageBlockBinding) argument
1181 _mesa_ShaderStorageBlockBinding_no_error(GLuint program,GLuint shaderStorageBlockIndex,GLuint shaderStorageBlockBinding) argument
1193 _mesa_ShaderStorageBlockBinding(GLuint program,GLuint shaderStorageBlockIndex,GLuint shaderStorageBlockBinding) argument
H A Duniforms.h251 GLuint shaderStorageBlockIndex,
256 GLuint shaderStorageBlockIndex,
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated4.c3934 GLuint shaderStorageBlockIndex; member in struct:marshal_cmd_ShaderStorageBlockBinding
3941 GLuint shaderStorageBlockIndex = cmd->shaderStorageBlockIndex; local in function:_mesa_unmarshal_ShaderStorageBlockBinding
3943 CALL_ShaderStorageBlockBinding(ctx->CurrentServerDispatch, (program, shaderStorageBlockIndex, shaderStorageBlockBinding));
3949 _mesa_marshal_ShaderStorageBlockBinding(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding) argument
3956 cmd->shaderStorageBlockIndex = shaderStorageBlockIndex;
/xsrc/external/mit/MesaLib.old/src/mapi/
H A Dshared-glapi_glapi_mapi_tmp.h912 void APIENTRY shared_dispatch_stub_899(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding);
6863 static void APIENTRY noopShaderStorageBlockBinding(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding) argument
6865 (void) program; (void) shaderStorageBlockIndex; (void) shaderStorageBlockBinding;
23841 void APIENTRY shared_dispatch_stub_899(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding) argument
23845 ((void (APIENTRY *)(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding)) _func)(program, shaderStorageBlockIndex, shaderStorageBlockBinding);
[all...]
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dmarshal_generated.c27089 GLuint shaderStorageBlockIndex; member in struct:marshal_cmd_ShaderStorageBlockBinding
27096 const GLuint shaderStorageBlockIndex = cmd->shaderStorageBlockIndex; local in function:_mesa_unmarshal_ShaderStorageBlockBinding
27098 CALL_ShaderStorageBlockBinding(ctx->CurrentServerDispatch, (program, shaderStorageBlockIndex, shaderStorageBlockBinding));
27101 _mesa_marshal_ShaderStorageBlockBinding(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding) argument
27110 cmd->shaderStorageBlockIndex = shaderStorageBlockIndex;
27118 CALL_ShaderStorageBlockBinding(ctx->CurrentServerDispatch, (program, shaderStorageBlockIndex, shaderStorageBlockBinding));
[all...]
/xsrc/external/mit/MesaLib/src/mapi/shared-glapi/
H A Dglapi_mapi_tmp.h916 void APIENTRY shared_dispatch_stub_899(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding);
7102 static void APIENTRY noopShaderStorageBlockBinding(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding) argument
7104 (void) program; (void) shaderStorageBlockIndex; (void) shaderStorageBlockBinding;
26494 void APIENTRY shared_dispatch_stub_899(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding) argument
26498 ((void (APIENTRY *)(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding)) _func)(program, shaderStorageBlockIndex, shaderStorageBlockBinding);
[all...]
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Dmarshal_generated.h3739 void GLAPIENTRY _mesa_marshal_ShaderStorageBlockBinding(GLuint program, GLuint shaderStorageBlockIndex, GLuint shaderStorageBlockBinding);

Completed in 292 milliseconds