Home
last modified time | relevance | path

Searched refs:InfoLog (Results 1 – 25 of 30) sorted by relevance

12

/external/deqp/executor/
DxeBatchResult.hpp53 class InfoLog class
56 InfoLog (void);
64 InfoLog (const InfoLog& other);
65 InfoLog& operator= (const InfoLog& other);
DxeTestCaseResult.hpp71 class InfoLog;
302 class InfoLog : public Item class
305 InfoLog (void) : Item(TYPE_INFOLOG) {} in InfoLog() function in xe::ri::InfoLog
306 ~InfoLog (void) {} in ~InfoLog()
332 InfoLog infoLog;
343 InfoLog linkInfoLog;
453 InfoLog infoLog;
DxeBatchResult.cpp36 InfoLog::InfoLog (void) in InfoLog() function in xe::InfoLog
40 void InfoLog::append (const deUint8* bytes, size_t numBytes) in append()
DxeBatchExecutor.hpp70 …ommLink, const TestNode* root, const TestSet& testSet, BatchResult* batchResult, InfoLog* infoLog);
115 InfoLog* m_infoLog;
DxeBatchExecutor.cpp157 …commLink, const TestNode* root, const TestSet& testSet, BatchResult* batchResult, InfoLog* infoLog) in BatchExecutor()
DxeTestLogWriter.cpp343 …dst << Writer::BeginElement("InfoLog") << static_cast<const ri::InfoLog&>(item).log << Writer::End… in writeResultItem()
/external/mesa3d/src/mesa/main/
Dpipelineobj.c82 obj->InfoLog = NULL; in _mesa_new_pipeline_object()
729 *params = (pipe->InfoLog && pipe->InfoLog[0] != '\0') ? in _mesa_GetProgramPipelineiv()
730 strlen(pipe->InfoLog) + 1 : 0; in _mesa_GetProgramPipelineiv()
801 pipe->InfoLog = ralloc_asprintf(pipe, in program_stages_all_active()
856 if (pipe->InfoLog != NULL) in _mesa_validate_program_pipeline()
857 ralloc_free(pipe->InfoLog); in _mesa_validate_program_pipeline()
859 pipe->InfoLog = NULL; in _mesa_validate_program_pipeline()
895 pipe->InfoLog = in _mesa_validate_program_pipeline()
919 pipe->InfoLog = ralloc_strdup(pipe, "Program lacks a vertex shader"); in _mesa_validate_program_pipeline()
940 pipe->InfoLog = ralloc_asprintf(pipe, in _mesa_validate_program_pipeline()
[all …]
Dshaderapi.c696 *params = (shProg->data->InfoLog && shProg->data->InfoLog[0] != '\0') ? in get_programiv()
697 strlen(shProg->data->InfoLog) + 1 : 0; in get_programiv()
964 *params = (shader->InfoLog && shader->InfoLog[0] != '\0') ? in get_shaderiv()
965 strlen(shader->InfoLog) + 1 : 0; in get_shaderiv()
1003 _mesa_copy_string(infoLog, bufSize, length, shProg->data->InfoLog); in get_program_info_log()
1029 _mesa_copy_string(infoLog, bufSize, length, sh->InfoLog); in get_shader_info_log()
1147 if (sh->InfoLog && sh->InfoLog[0] != 0) { in _mesa_compile_shader()
1149 _mesa_log("%s\n", sh->InfoLog); in _mesa_compile_shader()
1159 _mesa_log("Info Log:\n%s\n", sh->InfoLog); in _mesa_compile_shader()
1164 sh->Name, sh->InfoLog); in _mesa_compile_shader()
[all …]
Dshaderobj.c276 data->InfoLog = ralloc_strdup(data, ""); in _mesa_create_shader_program_data()
Duniform_query.cpp1576 pipeline->InfoLog = in _mesa_sampler_uniforms_pipeline_are_valid()
1591 pipeline->InfoLog = in _mesa_sampler_uniforms_pipeline_are_valid()
Dmtypes.h2590 GLchar *InfoLog; member
2898 GLchar *InfoLog; member
3095 GLchar *InfoLog; member
/external/deqp/doc/
Dqpa_file_format.txt87 <InfoLog>[string]</InfoLog>
91 <InfoLog>[string]</InfoLog>
93 <InfoLog>[string]</InfoLog>
/external/mesa3d/src/compiler/glsl/
Dstandalone.cpp452 whole_program->data->InfoLog = ralloc_strdup(whole_program->data, ""); in standalone_compile_shader()
500 if (strlen(shader->InfoLog) > 0) { in standalone_compile_shader()
504 printf("%s", shader->InfoLog); in standalone_compile_shader()
560 if (strlen(whole_program->data->InfoLog) > 0) { in standalone_compile_shader()
564 printf("%s", whole_program->data->InfoLog); in standalone_compile_shader()
Dstandalone_scaffolding.cpp146 ralloc_free(shProg->data->InfoLog); in _mesa_clear_shader_program_data()
147 shProg->data->InfoLog = ralloc_strdup(shProg->data, ""); in _mesa_clear_shader_program_data()
Dglsl_parser_extras.cpp2113 if (shader->InfoLog) in _mesa_glsl_compile_shader()
2114 ralloc_free(shader->InfoLog); in _mesa_glsl_compile_shader()
2121 shader->InfoLog = state->info_log; in _mesa_glsl_compile_shader()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_cs.c68 ralloc_strcat(&cp->program.sh.data->InfoLog, error_str); in brw_codegen_cs_prog()
98 ralloc_strcat(&cp->program.sh.data->InfoLog, error_str); in brw_codegen_cs_prog()
Dbrw_gs.c121 ralloc_strcat(&gp->program.sh.data->InfoLog, error_str); in brw_codegen_gs_prog()
Dbrw_tes.c110 ralloc_strcat(&tep->program.sh.data->InfoLog, error_str); in brw_codegen_tes_prog()
Dbrw_vs.c228 ralloc_strcat(&vp->program.sh.data->InfoLog, error_str); in brw_codegen_vs_prog()
Dbrw_tcs.c236 ralloc_strcat(&tep->program.sh.data->InfoLog, error_str); in brw_codegen_tcs_prog()
Dbrw_wm.c185 ralloc_strcat(&fp->program.sh.data->InfoLog, error_str); in brw_codegen_wm_prog()
/external/deqp/doc/testlog-stylesheet/
Dtestlog.css70 pre.InfoLog
/external/deqp/executor/tools/
DxeCommandLineExecutor.cpp451 void writeInfoLog (const xe::InfoLog& log, const char* filename) in writeInfoLog()
601 xe::InfoLog infoLog; in runExecutor()
/external/mesa3d/src/mesa/program/
Dprog_print.c993 if (shader->InfoLog) { in _mesa_write_shader_to_file()
994 fputs(shader->InfoLog, f); in _mesa_write_shader_to_file()
Dir_to_mesa.cpp1665 ralloc_strcat(&prog->data->InfoLog, in calc_sampler_offsets()
3139 if (prog->data->InfoLog && prog->data->InfoLog[0] != 0) { in _mesa_glsl_link_shader()
3141 fprintf(stderr, "%s\n", prog->data->InfoLog); in _mesa_glsl_link_shader()

12