Searched refs:tc_fail (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | ilo_shader_vs.c | 222 tc_fail(tc, "unhandled system value"); in vs_lower_opcode_tgsi_sv() 259 tc_fail(tc, "unhandled TGSI fetch"); in vs_lower_opcode_tgsi_direct() 309 tc_fail(tc, "unhandled TGSI indirection"); in vs_lower_opcode_tgsi_indirect() 378 tc_fail(tc, "unknown sampler opcode"); in vs_add_sampler_params() 423 tc_fail(tc, "TXD with shadow sampler not supported"); in vs_prepare_tgsi_sampling() 558 tc_fail(tc, "maximum length for messages to the sampler is 11"); in vs_prepare_tgsi_sampling() 719 tc_fail(tc, "unhandled virtual opcode"); in vs_lower_virtual_opcodes()
|
D | ilo_shader_fs.c | 472 tc_fail(tc, "unhandled system value"); in fs_lower_opcode_tgsi_sv() 509 tc_fail(tc, "unhandled TGSI fetch"); in fs_lower_opcode_tgsi_direct() 556 tc_fail(tc, "unhandled TGSI indirection"); in fs_lower_opcode_tgsi_indirect() 630 tc_fail(tc, "unknown sampler opcode"); in fs_add_sampler_params_gen6() 704 tc_fail(tc, "unknown sampler opcode"); in fs_add_sampler_params_gen7() 738 tc_fail(tc, "unsupported execute size for sampling"); in fs_prepare_tgsi_sampling() 808 tc_fail(tc, "TXD with shadow sampler not supported"); in fs_prepare_tgsi_sampling() 1042 tc_fail(tc, "GL_CLAMP with rectangle texture unsupported"); in fs_prepare_tgsi_sampling() 1087 tc_fail(tc, "maximum length for messages to the sampler is 11"); in fs_prepare_tgsi_sampling() 1356 tc_fail(tc, "unhandled virtual opcode"); in fs_lower_virtual_opcodes()
|
D | ilo_shader_gs.c | 691 tc_fail(tc, "unhandled TGSI fetch"); in gs_lower_opcode_tgsi_direct() 716 tc_fail(tc, "no indirection support"); in gs_lower_virtual_opcodes() 743 tc_fail(tc, "no sampling support"); in gs_lower_virtual_opcodes() 780 tc_fail(tc, "unhandled virtual opcode"); in gs_lower_virtual_opcodes() 872 tc_fail(tc, "no control flow support"); in gs_compile() 1298 tc_fail(&gcc->tc, "unsupported GS input type"); in gs_setup() 1314 tc_fail(&gcc->tc, "unsupported GS output type"); in gs_setup()
|
D | toy_legalize_ra.c | 521 tc_fail(tc, "failed to allocate registers"); in linear_scan_allocation() 613 tc_fail(tc, "failed to allocate registers"); in trivial_allocation()
|
D | toy_compiler.h | 462 tc_fail(struct toy_compiler *tc, const char *reason) in tc_fail() function
|
D | toy_tgsi.c | 385 tc_fail(tc, "texelFetchOffset unsupported"); in aos_tex() 754 tc_fail(tc, "unsupported TGSI instruction"); in aos_unsupported() 1295 tc_fail(tc, "unsupported TGSI instruction in SoA form"); in soa_unsupported() 2343 tc_fail(tgsi->tc, "failed to add TGSI imm"); in parse_immediate() 2491 tc_fail(tc, "failed to initialize TGSI translator"); in toy_compiler_translate_tgsi()
|
D | toy_legalize.c | 294 tc_fail(tc, "internal opcodes not lowered"); in toy_compiler_legalize_for_ra()
|
D | toy_compiler_asm.c | 1196 tc_fail(tc, "wrong instructoun count"); in toy_compiler_assemble()
|