Home
last modified time | relevance | path

Searched refs:ProgramResourceList (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dprogram_resource.c123 if (shProg->data->ProgramResourceList[i].Type == programInterface) in _mesa_GetProgramInterfaceiv()
139 if (shProg->data->ProgramResourceList[i].Type != programInterface) in _mesa_GetProgramInterfaceiv()
142 _mesa_program_resource_name_len(&shProg->data->ProgramResourceList[i]); in _mesa_GetProgramInterfaceiv()
150 if (shProg->data->ProgramResourceList[i].Type == programInterface) { in _mesa_GetProgramInterfaceiv()
153 shProg->data->ProgramResourceList[i].Data; in _mesa_GetProgramInterfaceiv()
160 if (shProg->data->ProgramResourceList[i].Type == programInterface) { in _mesa_GetProgramInterfaceiv()
163 shProg->data->ProgramResourceList[i].Data; in _mesa_GetProgramInterfaceiv()
180 if (shProg->data->ProgramResourceList[i].Type == programInterface) { in _mesa_GetProgramInterfaceiv()
183 shProg->data->ProgramResourceList[i].Data; in _mesa_GetProgramInterfaceiv()
190 if (shProg->data->ProgramResourceList[i].Type == programInterface) { in _mesa_GetProgramInterfaceiv()
[all …]
Dshader_query.cpp221 struct gl_program_resource *res = shProg->data->ProgramResourceList; in _mesa_count_active_attribs()
241 struct gl_program_resource *res = shProg->data->ProgramResourceList; in _mesa_longest_attribute_name_length()
529 struct gl_program_resource *res = shProg->data->ProgramResourceList; in _mesa_program_resource_find_name()
635 if (&shProg->data->ProgramResourceList[i] == res) in calc_resource_index()
637 if (shProg->data->ProgramResourceList[i].Type == res->Type) in calc_resource_index()
678 struct gl_program_resource *res = shProg->data->ProgramResourceList; in program_resource_find_data()
693 struct gl_program_resource *res = shProg->data->ProgramResourceList; in _mesa_program_resource_find_index()
1474 &producer->sh.data->ProgramResourceList[i]; in validate_io()
1495 &consumer->sh.data->ProgramResourceList[i]; in validate_io()
Dmtypes.h2894 struct gl_program_resource *ProgramResourceList; member
/external/mesa3d/src/compiler/glsl/
Dserialize.cpp919 blob_write_uint32(metadata, prog->data->ProgramResourceList[i].Type); in write_program_resource_list()
921 &prog->data->ProgramResourceList[i]); in write_program_resource_list()
923 &prog->data->ProgramResourceList[i].StageReferences, in write_program_resource_list()
924 sizeof(prog->data->ProgramResourceList[i].StageReferences)); in write_program_resource_list()
934 prog->data->ProgramResourceList = in read_program_resource_list()
939 prog->data->ProgramResourceList[i].Type = blob_read_uint32(metadata); in read_program_resource_list()
941 &prog->data->ProgramResourceList[i]); in read_program_resource_list()
943 (uint8_t *) &prog->data->ProgramResourceList[i].StageReferences, in read_program_resource_list()
944 sizeof(prog->data->ProgramResourceList[i].StageReferences)); in read_program_resource_list()
Dlinker.cpp3626 prog->data->ProgramResourceList = in add_program_resource()
3628 prog->data->ProgramResourceList, in add_program_resource()
3632 if (!prog->data->ProgramResourceList) { in add_program_resource()
3638 &prog->data->ProgramResourceList[prog->data->NumProgramResourceList]; in add_program_resource()
4316 if (shProg->data->ProgramResourceList) { in build_program_resource_list()
4317 ralloc_free(shProg->data->ProgramResourceList); in build_program_resource_list()
4318 shProg->data->ProgramResourceList = NULL; in build_program_resource_list()