Lines Matching refs:vrend_printf
972 vrend_printf( "Number of inputs exceeded, max is %lu\n", ARRAY_SIZE(ctx->inputs)); in iter_declaration()
1015 vrend_printf( "got illegal color semantic index %d\n", decl->Semantic.Index); in iter_declaration()
1021 … vrend_printf( "Number of inputs exceeded, max is %lu\n", ARRAY_SIZE(ctx->inputs)); in iter_declaration()
1040 … vrend_printf( "Number of inputs exceeded, max is %lu\n", ARRAY_SIZE(ctx->inputs)); in iter_declaration()
1243 vrend_printf( "Number of outputs exceeded, max is %lu\n", ARRAY_SIZE(ctx->outputs)); in iter_declaration()
1271 vrend_printf("Illegal position input\n"); in iter_declaration()
1486 vrend_printf( "Sampler view exceeded, max is %lu\n", ARRAY_SIZE(ctx->samplers)); in iter_declaration()
1495 vrend_printf( "Image view exceeded, max is %lu\n", ARRAY_SIZE(ctx->images)); in iter_declaration()
1503 vrend_printf( "Buffer view exceeded, max is 32\n"); in iter_declaration()
1519 vrend_printf( "Number of uniforms exceeded, max is 32\n"); in iter_declaration()
1523 vrend_printf( "UBO #%d is already defined\n", decl->Dim.Index2D); in iter_declaration()
1544 … vrend_printf( "Number of system values exceeded, max is %lu\n", ARRAY_SIZE(ctx->system_values)); in iter_declaration()
1598 vrend_printf( "unsupported system value %d\n", decl->Semantic.Name); in iter_declaration()
1608 …vrend_printf( "Number of atomic counter buffers exceeded, max is %lu\n", ARRAY_SIZE(ctx->abo_idx)); in iter_declaration()
1617 vrend_printf("unsupported file %d declaration\n", decl->Declaration.File); in iter_declaration()
1707 vrend_printf("unhandled property: %x\n", prop->Property.PropertyName); in iter_property()
1723 vrend_printf( "Number of immediates exceeded, max is: %lu\n", ARRAY_SIZE(ctx->imm)); in iter_immediate()
1808 vrend_printf( "invalid alpha-test: %x\n", ctx->key->alpha_test); in emit_alpha_test()
1914 vrend_printf( "Num outputs exceeded, max is %u\n", PIPE_MAX_SO_OUTPUTS); in emit_so_movs()
2216 vrend_printf( "Sampler view exceeded, max is %lu\n", ARRAY_SIZE(ctx->samplers)); in set_texture_reqs()
2420 vrend_printf( "unhandled texture: %x\n", inst->Texture.Texture); in fill_offset_buffer()
2457 vrend_printf( "unhandled texture: %x\n", inst->Texture.Texture); in fill_offset_buffer()
2496 vrend_printf( "unhandled texture: %x\n", inst->Texture.Texture); in fill_offset_buffer()
2714 vrend_printf( "Immediate exceeded, max is %lu\n", ARRAY_SIZE(ctx->imm)); in translate_tex()
3002 vrend_printf( "Invalid file type"); in is_integer_memory()
3296 vrend_printf( "illegal atomic opcode"); in get_atomic_opname()
4149 vrend_printf( "Immediate exceeded, max is %lu\n", ARRAY_SIZE(ctx->imm)); in get_source_info()
4226 vrend_printf( "unhandled imm type: %x\n", imd->type); in get_source_info()
5369 vrend_printf("failed to convert opcode %d\n", inst->Instruction.Opcode); in iter_instruction()
5789 vrend_printf( "illegal format %d\n", virgl_format); in get_internalformat_string()
6698 vrend_printf( "Num outputs exceeded, max is %u\n", PIPE_MAX_SO_OUTPUTS); in emit_ios()
6764 vrend_printf( "mismatch in number of interps %d %d\n", index, ctx->num_interps); in fill_fragment_interpolants()
7173 vrend_printf("unhandled semantic: %x\n", fs_info->interpinfo[i].semantic_name); in vrend_patch_vertex_shader_interpolants()