HomeSort by relevance Sort by last modified time
    Searched refs:tc_fail (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_fs.c 472 tc_fail(tc, "unhandled system value");
509 tc_fail(tc, "unhandled TGSI fetch");
556 tc_fail(tc, "unhandled TGSI indirection");
630 tc_fail(tc, "unknown sampler opcode");
704 tc_fail(tc, "unknown sampler opcode");
738 tc_fail(tc, "unsupported execute size for sampling");
808 tc_fail(tc, "TXD with shadow sampler not supported");
1042 tc_fail(tc, "GL_CLAMP with rectangle texture unsupported");
1087 tc_fail(tc, "maximum length for messages to the sampler is 11");
    [all...]
ilo_shader_gs.c 691 tc_fail(tc, "unhandled TGSI fetch");
716 tc_fail(tc, "no indirection support");
743 tc_fail(tc, "no sampling support");
780 tc_fail(tc, "unhandled virtual opcode");
872 tc_fail(tc, "no control flow support");
    [all...]
ilo_shader_vs.c 222 tc_fail(tc, "unhandled system value");
259 tc_fail(tc, "unhandled TGSI fetch");
309 tc_fail(tc, "unhandled TGSI indirection");
378 tc_fail(tc, "unknown sampler opcode");
423 tc_fail(tc, "TXD with shadow sampler not supported");
558 tc_fail(tc, "maximum length for messages to the sampler is 11");
719 tc_fail(tc, "unhandled virtual opcode");
    [all...]
toy_legalize_ra.c 521 tc_fail(tc, "failed to allocate registers");
613 tc_fail(tc, "failed to allocate registers");
toy_compiler.h 462 tc_fail(struct toy_compiler *tc, const char *reason) function
toy_tgsi.c 385 tc_fail(tc, "texelFetchOffset unsupported");
754 tc_fail(tc, "unsupported TGSI instruction");
    [all...]
toy_legalize.c 294 tc_fail(tc, "internal opcodes not lowered");
toy_compiler_asm.c     [all...]

Completed in 643 milliseconds