/external/deqp/executor/ |
D | xeBatchResult.hpp | 53 class InfoLog class 56 InfoLog (void); 64 InfoLog (const InfoLog& other); 65 InfoLog& operator= (const InfoLog& other);
|
D | xeTestCaseResult.hpp | 71 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;
|
D | xeBatchResult.cpp | 36 InfoLog::InfoLog (void) in InfoLog() function in xe::InfoLog 40 void InfoLog::append (const deUint8* bytes, size_t numBytes) in append()
|
D | xeBatchExecutor.hpp | 70 …ommLink, const TestNode* root, const TestSet& testSet, BatchResult* batchResult, InfoLog* infoLog); 115 InfoLog* m_infoLog;
|
D | xeBatchExecutor.cpp | 157 …commLink, const TestNode* root, const TestSet& testSet, BatchResult* batchResult, InfoLog* infoLog) in BatchExecutor()
|
D | xeTestLogWriter.cpp | 343 …dst << Writer::BeginElement("InfoLog") << static_cast<const ri::InfoLog&>(item).log << Writer::End… in writeResultItem()
|
/external/mesa3d/src/mesa/main/ |
D | pipelineobj.c | 82 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 …]
|
D | shaderapi.c | 696 *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 …]
|
D | shaderobj.c | 276 data->InfoLog = ralloc_strdup(data, ""); in _mesa_create_shader_program_data()
|
D | uniform_query.cpp | 1576 pipeline->InfoLog = in _mesa_sampler_uniforms_pipeline_are_valid() 1591 pipeline->InfoLog = in _mesa_sampler_uniforms_pipeline_are_valid()
|
D | mtypes.h | 2590 GLchar *InfoLog; member 2898 GLchar *InfoLog; member 3095 GLchar *InfoLog; member
|
/external/deqp/doc/ |
D | qpa_file_format.txt | 87 <InfoLog>[string]</InfoLog> 91 <InfoLog>[string]</InfoLog> 93 <InfoLog>[string]</InfoLog>
|
/external/mesa3d/src/compiler/glsl/ |
D | standalone.cpp | 452 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()
|
D | standalone_scaffolding.cpp | 146 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()
|
D | glsl_parser_extras.cpp | 2113 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/ |
D | brw_cs.c | 68 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()
|
D | brw_gs.c | 121 ralloc_strcat(&gp->program.sh.data->InfoLog, error_str); in brw_codegen_gs_prog()
|
D | brw_tes.c | 110 ralloc_strcat(&tep->program.sh.data->InfoLog, error_str); in brw_codegen_tes_prog()
|
D | brw_vs.c | 228 ralloc_strcat(&vp->program.sh.data->InfoLog, error_str); in brw_codegen_vs_prog()
|
D | brw_tcs.c | 236 ralloc_strcat(&tep->program.sh.data->InfoLog, error_str); in brw_codegen_tcs_prog()
|
D | brw_wm.c | 185 ralloc_strcat(&fp->program.sh.data->InfoLog, error_str); in brw_codegen_wm_prog()
|
/external/deqp/doc/testlog-stylesheet/ |
D | testlog.css | 70 pre.InfoLog
|
/external/deqp/executor/tools/ |
D | xeCommandLineExecutor.cpp | 451 void writeInfoLog (const xe::InfoLog& log, const char* filename) in writeInfoLog() 601 xe::InfoLog infoLog; in runExecutor()
|
/external/mesa3d/src/mesa/program/ |
D | prog_print.c | 993 if (shader->InfoLog) { in _mesa_write_shader_to_file() 994 fputs(shader->InfoLog, f); in _mesa_write_shader_to_file()
|
D | ir_to_mesa.cpp | 1665 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()
|